Paulo Eduardo Correa
Results
2
issues of
Paulo Eduardo Correa
**Describe the bug** After changing the country flag/code it is super difficult to select the phone number **To Reproduce** Steps to reproduce the behavior: 1. Go to flag/country picker 2....
Looks like on iOS 13 if you're using `indexPathForItem(at: point)` the layout can't find the proper indexPath. ```` let midX:CGFloat = strongSelf.organizationCollectionView.bounds.midX let midY:CGFloat = strongSelf.organizationCollectionView.bounds.midY let point:CGPoint = CGPoint(x:midX,...