Each state has the same objects, with the same id's and names. I ought
to be able to searchSubviews to find the named object after I apply the
new state, shouldn't I?
Bret
P T Withington wrote:
On 2006-10-25, at 12:49 EDT, Bret Schuhmacher wrote:
Hi all - anyone using states?
I have two identical states (for testing purposes). I swap them, and
all of a sudden I can't access the objects in the second state.
That's the way states work. When you remove a state, it removes the
attributes in the state from the object. If you don't want that, move
the attribute out of the state and into the object.