iOS开发:导航栏上实现tab--标题位置添加多个button
我是直接在标题位置添加两个button 加载两个viewcontroller 简单粗暴实现顶部切换卡UIView *titleView = [[UIView alloc] initWithFrame:CGRectMake(CGRectGetWidth(self.view.bounds)/2-60, 0, 120, 30)]; _tabMeet = [UIButton buttonWi...