Syed Naqvi

Results 4 comments of Syed Naqvi

@mr-smithers-excellent Thanks for posting the work around. It helped.

@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];...