I want to shake the UIAlertView if user press the submit button without entering the data in the textFields. can it possible in iOS?

|
I want to shake the UIAlertView if user press the submit button without entering the data in the textFields. can it possible in iOS?
|
|||||
|
|
Firstly add inside header file add
For preventing UIAlertView from dismissing. refer keep-uialertview-displayed link. also refer prevent-alertview-dismissal link. Use UIAlertView Delegate:
Add this method:
|
||||
|
ShakingAlertView is a UIAlertView subclass that implements this functionality. Disclaimer: I am the developer of ShakingAlertView |
|||
|
|
|
Here the Code Call This Methods As validation Gets Failed
}
|
|||
|
|