UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; btn.frame = CGRectMake(0, 0, 400, kCustomButtonHeight); [btn setTitle:@"list" forState:UIControlStateNormal]; self.navigationItem.titleView = btn;
No comments:
Post a Comment