Is it possible to make the title of a UIAlertView
get transfered into a UITextField that is in another view when the clickedButtonAtIndex
button leads to that view?
So, a UITableViewCell
opens the alertview when clicked, and the alertview has two buttons: Close
and Next Screen
. When Next Screen is pushed, another view opens, and in that view should be a UITextField
that already has the title of the UIAlertView
in it after the view loads (in viewDidLoad). Can anybody help?