1
This commit is contained in:
@@ -67,6 +67,13 @@ typedef NS_ENUM(NSInteger, KBSexOption) {
|
||||
|
||||
// 默认选中 Male
|
||||
[self kb_updateSelection:KBSexOptionMale];
|
||||
|
||||
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
[[KBNetworkManager shared] GET:KB_API_APP_CONFIG parameters:nil headers:nil completion:^(id _Nullable jsonOrData, NSURLResponse * _Nullable response, NSError * _Nullable error) {
|
||||
NSLog(@"====");
|
||||
}];
|
||||
});
|
||||
}
|
||||
|
||||
- (void)viewDidLayoutSubviews {
|
||||
|
||||
Reference in New Issue
Block a user