fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 166 forks source link

Fix alignment when using preferredItemSize #295

Closed bernhardwaidacher closed 11 months ago

bernhardwaidacher commented 2 years ago

Whenn using the preferredItemSize modifier, the alignment was not passed down to the pagerContent and therefore did not work.

Please let me know if I should add any tests or you need something else :)

Bortol15 commented 1 year ago

Nice!