2
This commit is contained in:
@@ -23,7 +23,12 @@
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view.
|
||||
self.view.backgroundColor = [UIColor clearColor];
|
||||
self.titles = @[@"螃蟹啊斯柯达积分卡", @"小龙虾", @"苹果", @"胡萝卜", @"葡萄", @"西瓜"];
|
||||
self.titles = @[KBLocalized(@"螃蟹啊斯柯达积分卡"),
|
||||
KBLocalized(@"小龙虾"),
|
||||
KBLocalized(@"苹果"),
|
||||
KBLocalized(@"胡萝卜"),
|
||||
KBLocalized(@"葡萄"),
|
||||
KBLocalized(@"西瓜")];
|
||||
[self.view addSubview:self.myCategoryView];
|
||||
[self.view addSubview:self.listContainerView];
|
||||
self.listContainerView.scrollView.scrollEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user