我正在设计一个应用程序,我正在考虑在app中添加一个滚动菜单栏。我已尝试过来自
的JSScrollableTabBarhttp://cocoacontrols.com/platforms/ios/controls/jsscrollabletabbar
但是当我检查在github上传的演示时它就崩溃了!
答案 0 :(得分:0)
我已经发现了这个问题。在ScrollableTabBarViewController.m文件中替换以下行。
JSTabItem * item = [[JSTabItem alloc] initWithTitle:[NSString stringWithFormat:@“Item%d”,i]];
替换为
JSTabItem * item = [[JSTabItem alloc] initWithTitle:[NSString stringWithFormat:@“Item%d”,i] andColor:[UIColor redColor] andTextColor:[UIColor yellowColor]];