Search code examples
ios7

Implement iOS 7 like Download Button


I need to implement iOS 7 like download button to show progress (Same as it is in iOS 7 AppStore app downloads).

Anybody has any idea what is the way to go about it?

Is there any existing control to achieve this or it is something apple specific and anybody else needs to implement using custom CAShapeLayer etc?


Solution

  • You have to make your custom implementation.

    If you need it, here it is a very similar one:

    An iOS 7-inspired blue circular progress view