FCAlertView
FCAlertView copied to clipboard
TextField being covered by inputAccessoryView
Hi, when a textfield is added to the alert view and it becomes the first responder, the keyboard appears. When moving alert view up, you're not taking into consideration if the textfield has an inputAccessoryView. You should move the alert view adding also the height of this view.
Davide
Hi @CivicFan, good catch. I'll look into this.