
iOS navigationItem返回按钮
hengshujiyi
这个作者很懒,什么都没留下…
展开
-
LeftBarButtonItems
UIBarButtonItem *closeBtn = [[UIBarButtonItem alloc] initWithTitle:@"关闭" style:UIBarButtonItemStylePlain target:self action:@selector(closeAction)]; UIBarButtonItem *backBtn = [原创 2014-06-10 17:21:44 · 5494 阅读 · 0 评论 -
IOS 自定义导航栏题目和返回按钮标题
IOS 自定义导航栏标题和返回按钮标题 IOS中自定义导航栏标题: UILabel *titleText = [[UILabel alloc] initWithFrame:CGRectMake(160, 0, 120, 50)]; titleText.backgroundColor = [UIColor clearColor]; tit转载 2014-06-10 17:21:02 · 11926 阅读 · 0 评论