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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -