Posts

Post not yet marked as solved
0 Replies
244 Views
Currently im working with CNContact. I want to confirm this question:Is CNContact identifier changing when update from old ios (ios10, 11 or 12) to ios 13?Because when i updated my device all identifier seem changed, i can't test again because downgrade os is prohibited
Posted
by vnnap.
Last updated
.
Post not yet marked as solved
2 Replies
3.5k Views
Default of modalPresentationStyle is changed in ios13. Is this correct?NSLog(@"%ld", (long)presentVC.modalPresentationStyle);When i print log at ios12, it show 0, but when i print style at ios13, is change to 1So when you presentModalView Controller in ios 13, you need add:presentVC.modalPresentationStyle = UIModalPresentationFullScreen;I dont see this change at newest document of Apple. So i want to confirm this change only..
Posted
by vnnap.
Last updated
.