How to add TextField to AlertView
How to add TextField to AlertView
Version: XCode 8 , Swift 3
You can add TexFiled UI to AlertView in IOS. This post will show you how to do this with a few lines of codes.
Here is what we want to build:
Create alert and textfield
Add textfield to alert with Completion Handler. If you aren’t familiar to Completion Handler, read it here
Create actions for alertview
Present alertview
View On WordPress











