Z
Z
zobov2012-03-03 00:32:54
Objective-C
zobov, 2012-03-03 00:32:54

iOS Storyboard?

Hello everyone :)
Started coding for iOS in XCode 4.2 and decided to start with storyboard. At first glance, everything is very simple and beautiful.
I encountered such a problem - when switching views, these views are unloaded from memory and, accordingly, you cannot access these objects from the outside.
Is there any way to disable the automatic unloading of views from memory when switching between them? Or how can you implement the exchange of information between objects (so far, the crutch is delegate variables)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
gooddy, 2012-03-04
@gooddy

view should not store data, but only display. Somehow more specifically the situation would be formulated.

D
DnV, 2012-03-15
@DnV

MVC keyword.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question