ios - How to copy UITextview through 2 UIViewController -


i have 2 uiviewcontroller. can go second view push style storyboard segue.

i want copy first uitextview's text (in first uiviewcontroller) second (in second uiviewcontroller) not in prepareforsegue every seconds (the first uitextview still work if in second viewcontroller).

one option here use reactive cocoa. can register notified when value changes , have text view automatically update. source located here :

https://github.com/reactivecocoa/reactivecocoa


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -