前言
本代碼是使用swift3 ,
Xcode:8.XX(忘記了,懶得看,你削我啊)
時間:2017.6.30
關(guān)鍵代碼
func clickBtn(){
let secod = SecondVC()
self.modalPresentationStyle = .custom
self.definesPresentationContext = true
secod.view.backgroundColor = UIColor.init(red: 255/255.0, green: 255/255.0, blue: 255/255.0, alpha: 0.5)
secod.modalPresentationStyle = .overCurrentContext
self.present(secod, animated: true, completion: nil)
}
}
上邊的代碼是從 下邊的地址 copy 過來的。前人的樹,真涼快。
代碼地址