Syed Naqvi
Syed Naqvi
@mr-smithers-excellent Thanks for posting the work around. It helped.
nope, didn't find any fix.
I am using 4 to 7 tabs in different situations.
@interface HostViewController () - (void)viewDidLoad { [super viewDidLoad]; self.dataSource = self; self.delegate = self; self.arrayDays = [[DBManager sharedInstance] getUniqueDays]; self.isTodayAvailable = [self isTodayAvailableInSchedule]; [self setupNavigationBar]; [self loadContent]; [[SabaClient sharedInstance] showSpinner:YES];...