.rootViewController?.present( myPopupViewController, animated: true, completion: nil )
Reason 1.
self.present( myPopupViewController, animated: true, completion: nil )
//self : SomeViewController
if self(SomeViewController) has dismissed while presenting myPopupViewController, myPopupViewController also will be dismissed without user's interaction.
댓글 없음:
댓글 쓰기