ios - UITextView showing text in Modal View -
how can show new text in uitextview in modal? so, here text, , have 2 views, main , modal. need display text, set in main view, in modal. textview in modal created.
textview.text = @"test"; [self.view addsubview:textview];
it's not idea, cause don't display text in modal :(
normally have uiviewcontroller subclass text view in it, present vc modally. initial text string property of vc. if not work you, write small demo app , post dropbox.
Comments
Post a Comment