Bruno Guidolim
Bruno Guidolim
I guess it was already
I've taken a look at this issue, and it appears to me to be a misuse of the library. You should not rely on any results from `phoneNumberKit.parse` if the...
I'm sorry that it took so long 😑
I've used this: ``` - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { [super willRotateToInterfaceOrientation:toInterfaceOrientation duration:duration]; if (UIDeviceOrientationIsPortrait(toInterfaceOrientation)) { self.bdb_splitViewController.masterViewDisplayStyle = BDBSplitViewControllerMasterDisplayStyleDrawer; self.navigationItem.leftBarButtonItem = self.bdb_splitViewController.showHideMasterViewButtonItem; } else { self.bdb_splitViewController.masterViewDisplayStyle = BDBSplitViewControllerMasterDisplayStyleNormal; self.navigationItem.leftBarButtonItem = nil; }...
I'm facing the same issue, with swizzling OFF and reporting it manually with `Messaging.messaging().appDidReceiveMessage(userInfo)`. We are getting 0 opens.
@VladimirAmiorkov I think the PR #583 might solve this issue. Could you please check using the latest version?
Seems it's an expected result: https://libphonenumber.appspot.com/phonenumberparser?number=14164431000&country=US https://libphonenumber.appspot.com/phonenumberparser?number=14164431000&country=CA
Hey @VladimirAmiorkov The library is not misbehaving in this case, as you can see in the links I've sent you, `isValidNumber` returns `true` for both (US and CA). The check...
@marclluz @lazerwalker Font Awesome is here: https://github.com/pepibumur/ios-fontawesome
@danielgomezrico you can add to all UIScrollView subclasses, like UICollectionView or own UIScrollView.