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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -