페이지

2020년 1월 14일 화요일

PopupViewController #2 : PopupViewController must check if another popupView is presenting


if let vc = UIApplication.rootViewController?.presentedViewController {
    vc.dismiss(animated: false) {
        UIApplication.rootViewController?.present( myPopupVc, animated: true, completion: nil )
    }
} else {
    UIApplication.rootViewController?.present( myPopupVc, animated: true, completion: nil)
}

댓글 없음:

댓글 쓰기