Saturday 15 August 2015

ios - Is it possible to insert two text fields in one row inside a UIAlertController -



ios - Is it possible to insert two text fields in one row inside a UIAlertController -

i'm trying set 2 text fields in 1 row within uialertcontroller (formerly uialertview) in order create phone number inputs - 1 country code , 1 number (i need them separated). possible this? answers in swift appreciated. :)

i think apple discourage approach, anyway alertview have addsubview method, can create textfields , add together them alertview. remember textfield become first responder.

but again, apple discourage approach.

ios swift uitextfield uialertview uialertcontroller

No comments:

Post a Comment