You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CustomView inside tableviewcell ContentView so the loader only showing on CustomView and not inside the content like I have UILabel, UIImage etc inside that CustomView but not showing on that particular controls. Any way I can show the loader on all the control inside that CustomView? I am using following code to show the loader on table:
I have a CustomView inside tableviewcell ContentView so the loader only showing on CustomView and not inside the content like I have UILabel, UIImage etc inside that CustomView but not showing on that particular controls. Any way I can show the loader on all the control inside that CustomView? I am using following code to show the loader on table:
self.tblSchedule.reloadData()
self.tblSchedule.showLoader()
The text was updated successfully, but these errors were encountered: