iOS开发适配开启个人热点视图偏移
2018-10-12 本文已影响70人
lczalh
在BaseViewController中
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.view.frame = CGRect(x: 0, y: 0, width: LCZWidth, height: LCZHeight)
}
在BaseViewController中
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.view.frame = CGRect(x: 0, y: 0, width: LCZWidth, height: LCZHeight)
}