1
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
- (instancetype)initWithFrame:(CGRect)frame {
|
||||
if (self = [super initWithFrame:frame]) {
|
||||
self.backgroundColor = UIColor.clearColor;
|
||||
// 默认三项
|
||||
// 默认三项(使用多语言文案)
|
||||
_items = @[
|
||||
@{ @"id": @"1", @"name": @"Male" },
|
||||
@{ @"id": @"2", @"name": @"Female" },
|
||||
@{ @"id": @"3", @"name": @"The Third Gender" },
|
||||
@{ @"id": @"1", @"name": KBLocalized(@"Male") },
|
||||
@{ @"id": @"2", @"name": KBLocalized(@"Female") },
|
||||
@{ @"id": @"3", @"name": KBLocalized(@"The Third Gender") },
|
||||
];
|
||||
[self buildUI];
|
||||
[self makeConstraints];
|
||||
|
||||
Reference in New Issue
Block a user