12 2017 档案
摘要:1.在info.plist设置 2.实现
阅读全文
摘要:默认情况下的半透明效果,控件被隐藏 解决:设置 isTranslucent 属性 为false self.navigationController?.navigationBar.isTranslucent = false 效果:
阅读全文
摘要:let mview = UIView(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: UIScreen.main.bounds.height)) //获取delegate let delegate = UIAp
阅读全文
摘要://设置公历日历,默认的是0时区 let gregorian = Calendar(identifier: .gregorian) //当前时间 let date = Date() // 设置为8时区 var components = DateComponents() components.hour
阅读全文

浙公网安备 33010602011771号