페이지

2020년 1월 14일 화요일

PopupViewController #3 : PopupViewController Style

override func viewWillAppear(_ animated: Bool) {

    super.viewWillAppear(animated)
    self.view.backgroundColor = UIColor(white: 0, alpha: 0.5)
    self.modalTransitionStyle = .crossDissolve
    self.modalPresentationStyle = .overCurrentContext
}

댓글 없음:

댓글 쓰기