Pavel Holec
Pavel Holec
`Tabs` should let the call site define the sizes of tabs or the whole component. By default: - `Tabs` would itself be `idealSize = false`, horizontally expanding. - each tab...
We could add snapshot tests for older iOS version (iOS13,14,15) to guard against regressions in layout changes
- concatenated `Text` does not support `TextLink`s (it only supports formatting) - negative baseline offset of SF Symbol when used in concatenation mode seems to cause unwanted resize effect Limitations...
When components are used in hierarchical collections, it is often useful to have a data type to carry relevant information. The future hierarchical `Itinerary` component will require such types anyway,...
We often need a ListChoice-like component, but non-interactive (in cases where only disclosure is interactive). We have a `RowContent` WIP component prepared which can be moved and reused in `ListChoice`...
Similar to `inputFieldShouldReturnIdentifiableAction` to allow call site to distinguish based on identifier and not just based on the link itself.
To allow items that have a global effect (elevation etc), we need to be able to modify the HStack that is used inside the `HorizontalScroll` - or, to allow call...
In order to support it, the `Text` needs an init modifier `.shapeStyle()`.
The `HorizontalScroll` currently requires the item sizes to be known in advance and to be identical. If needed, we can support intrinsically sized items (in horizontal direction, vertical is already...