dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

Custom TextField not adding Keyboard Observers #250

Closed FouadRaheb closed 6 years ago

FouadRaheb commented 7 years ago

Is there any reason why you're not calling [self addObservers]; on - (void)addCustomTextField:(UITextField *)textField; just like its called on addTextField:(NSString *)title.

Calling it would enable moving the alert view to top when the keyboard is showing.

dogo commented 6 years ago

Please fill the issue template