Lines Matching full:scenes
16 <p>Scenes store the state of a view hierarchy, including all its views and their property
22 <p>This lesson shows you how to create scenes in your app and how to define scene actions.
23 The next lesson shows you how to transition between two scenes.</p>
26 hierarchy without using scenes, as described in
28 Scenes</a>. However, understanding this lesson is essential to work with transitions.</p>
47 <h3>Define Layouts for Scenes</h3>
49 <p>The code snippets in the rest of this section show you how to create two different scenes
125 <h3>Generate Scenes from Layouts</h3>
138 // Create the scene root for the scenes in this app
141 // Create the scenes
148 hierarchies. Both scenes use the scene root defined by the
188 framework animates the change between scenes automatically.</p>
194 starting and ending scenes using exit and entry scene actions.</li>
209 the starting and ending scenes. For more information, see