ios - show loader while downloading data from web services and updating the tableview using objective C -


i want show loader while downloading data web , loading table , code should placed in common place can call view controller. please me if 1 knows on this.

  • you can create uiactivityindicatorview in storyboard. , can use startanimating , stopanimating functions.
  • you can use uiprogressview , can use function setprogress show how progress done

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -