Fernando

Results 30 comments of Fernando

Hi @robdeans , thanks for your feedback. `Pager` is designed so that every page has the same size. `pageSize` uses `preferredItemSize` and `itemAspectRatio` if the former isn't set. If none...

Hi @robdeans , thanks for the suggestions. Originally, I used this approach to calculate `Pager` size but that has trouble when inside a `ScrollView`. I think a pager component should...

Hi @smotched , there are two things here: - Trackpad events are not natively supported in SwiftUI as far as I can see. Check out #286 for more info -...

@smotched I see what you mean. Not sure why but in iOS works fine. I'll investigate to solve it. In any case, it seems to me you're more interested in...

Hi @ln-12 , thanks for your feedback. `Spacer` takes up the available space but it always has less priority than any other view. This means that if `Pager` expands, `Spacer`...

@Rminsh is that a folder that gets auto-generated? I use that folder to access the workspace and run tests there. I've seen that some libraries don't commit this folder but...

Hi @chris-hatton , thanks for your feedback and your suggestion. I know what you mean and understand the feature. I've honestly had a lot of trouble with `Gesture` in `SwiftUI`....

@chris-hatton , I've come up with a workaround for this. It's not elegant and I wish I could propagate the touch and make the child `Pager` fail, but for now...

Hi @almagest21 , thanks for your feedback. I believe it's not possible to do this natively in SwiftUI? I can't find any documentation on it, the only accepted answer is...

@rojo69 do you mean when using in iOS?