-2

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 :

https://i.stack.imgur.com/87eqa.png

Bhavin
  • 27,155
  • 11
  • 55
  • 94
user2462484
  • 39
  • 1
  • 2
  • 6

2 Answers2

1

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

link or this - for you image

p.balmasov
  • 357
  • 1
  • 16
0

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 :

  1. UIProgressView and Custom Track and Progress Images.
  2. Customized Progress Bar.

Best Link : Cocoa Controls

Community
  • 1
  • 1
Bhavin
  • 27,155
  • 11
  • 55
  • 94