dk is
With CocoaPods, add this line to your Podfile.
pod 'PopMenu'
and run pod install, then you're all done!
- Download and drop
/PopMenufolder in your project. - Congratulations!
It’s very simple. Drag a UIProgressView into your Storyboard/nib and set its class to ASProgressPopUpView – that's it. The example below demonstrates how to customize the appearance.
NSMutableArray *items = [[NSMutableArray alloc] initWithCapacity:3];- iOS 7.0+
- ARC
If you have any suggestions, let me know! If you find any bugs, please open a new issue.
Ji Fu, @_schneiderandre
dk is available under the MIT license, see the LICENSE file for more information.

