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