Closed rehatkathuria closed 1 year ago
@rehatkathuria which version of iOS are you running it on? Is it iOS 16, or lower?
I faced the same issue.
On iOS 16 you should use introspectCollectionView
instead of introspectPagedTabView
for this.
I opened a PR with a fix for this in #200
Fixed by #200. Thank you @grsouza!
Tested on a vanilla SwiftUI project. The following doesn't fire the closure. Am I misunderstanding this specific introspection closure?
Added using SPM referencing the
main
branch