MODropAlert
MODropAlert copied to clipboard
Dropping Animation PopupView
This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...
MODropAlertView *alertView = [[MODropAlertView alloc]initDropAlertWithTitle:title description:message okButtonTitle:@"OK" cancelButtonTitle:@"Cancel"]; alertView.tag = 0; alertView.delegate = self; [alertView show]; after that the method alertViewPressButton is executed but it break the focus , my...
Hi, I am using in iPad app and found that alertview rotate while using iOS7.1 in landscape mode. Please check. Thanks, Rahul Gupta
I was looking for a replacement for the uialertview with three buttons, ok, forgot and cancel, be nice to see a screenshot with more buttons and a uitextfield, maybe example...
Cocoa pods spec is not updated. You did some code changing, but you did not update the pod spec. Please can you update it? Thank you.