Post

Replies

Boosts

Views

Activity

ASWebAuthenticationSession + Universal Links Callback Issue
Problem Description: In our App, When we launch the web login part using ASWebAuthentication + Universal Links with callback scheme as "https", we are not receiving callback. Note: We are using "SwiftUIWebAuthentication" Swift Package Manager to display page in ASWebAuth. But when we use custom url scheme instead of Universal link, app able to receive call back every time. We use ".onOpenURL" to receive universal link callback scheme.
2
0
118
2w
CollectionView: selectItem scroll not working in iOS14
Description: We have displayed set of seat numbers horizontally in collectionview like(1A 1B 1C 1D 1E 1F 1G). So, if user select any seat id, then it should scroll to center and highlight. Code: seatCollectionView.selectItem(at: indexValue, animated: true, scrollPosition: .centeredHorizontally) Currently, above code works fine in iOS12 & iOS13. But same code not working fine in iOS14. Its highlighting the particular seatId but not scrolling that seatId to center of the screen(collectionView). Any solution for this?
1
0
740
Oct ’20