Shruthi

Results 1 comments of Shruthi

if anyone have issues with ios 13 using present vc or push vc, following way solves. CustomViewController* c_vc = [[CustpmViewController alloc] init]; if (@available(iOS 13.0, *)) { login_vc.modalPresentationStyle = UIModalPresentationFullScreen;...