Swift设置导航栏(navigationBar)背景颜色,标题颜色和字体大小,item颜色
1 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { |
Swift按钮传参数方法定义
1 | func initLeftAndRightBarItem() { |
Swift 中懒加载定义 tableView 两种不同的方法
1 | lazy var homeTableView = UITableView(frame: CGRect(x: 0, y: kNavHeight, width: kScreenWidth, height: kScreenHeight), style: .plain) |
1 | lazy var secondTableView = { |