在iphone中滚动菜单栏

时间:2012-03-23 10:24:59

标签: iphone custom-controls uitabbar

我正在设计一个应用程序,我正在考虑在app中添加一个滚动菜单栏。我已尝试过来自

的JSScrollableTabBar

http://cocoacontrols.com/platforms/ios/controls/jsscrollabletabbar

但是当我检查在github上传的演示时它就崩溃了!

1 个答案:

答案 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]];