How to create custom loading indicator,and it'll need to fill according to response coming form server. As per my requirement I'm attaching the image,How I need to implement the same.Please suggest me.
Custom Image :
How to create custom loading indicator,and it'll need to fill according to response coming form server. As per my requirement I'm attaching the image,How I need to implement the same.Please suggest me.
Custom Image :
if you dont want to write you own custom control, you can use some of this https://www.cocoacontrols.com/search?q=progress
otherwise you need to implement by yourself
If you want Custom Progress Bar then you should Check the Answer by Grady Player in this SO Question: Creating a custom progress bar with images.
Some More Useful Links :
Best Link : Cocoa Controls