5_Navigation Bar
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了5_Navigation Bar相关的知识,希望对你有一定的参考价值。
5
// // ViewController.swift // Navigation Bar // // Created by ZC on 16/1/9. // Copyright © 2016年 ZC. All rights reserved. // import UIKit class ViewController: UIViewController { var time = 0 func result() { time++ print(time) } override func viewDidLoad() { super.viewDidLoad() var timer = NSTimer() timer = NSTimer.scheduledTimerWithTimeInterval(1, target: self, selector: Selector("result"), userInfo: nil, repeats: true) } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } }
以上是关于5_Navigation Bar的主要内容,如果未能解决你的问题,请参考以下文章
IOS修改Navigation Bar上的返回按钮文本颜色,箭头颜色以及导航栏按钮的颜色
微信小程序自定义导航栏(wx_custom_navigation_bar) 自定义返回键首页键,动态设置标题,响应式组件