Commit 7799e99e4e303e12d3381e785db8c05c93253aa1

Authored by zhangxiaowen
1 parent af7b223d

no message

CNLiveSettingModule/Classes/UpdateTel/CNLiveUpdateTelController.m
... ... @@ -111,6 +111,7 @@ static const NSInteger timeValue = 1.5;
111 111 #pragma mark - CNLiveUpdateTelViewDelegate
112 112 - (void)selectCountry:(CNLiveUpdateTelView *)view{
113 113 CNLiveChooseCountryController *vc = [[CNLiveChooseCountryController alloc]init];
  114 + vc.modalPresentationStyle = UIModalPresentationFullScreen;
114 115 vc.delegate = self;
115 116 vc.hidesBottomBarWhenPushed = YES;
116 117 [self presentViewController:vc animated:YES completion:nil];
... ...