ios-samples/SplitView
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
..
Screenshots Add SplitView, Table Parts, and Table and Cell Styles Samples 2011-11-28 12:06:41 -08:00
SplitView add new resources 2012-12-20 14:20:14 -05:00
Metadata.xml Formatting and tags. 2011-11-30 17:05:53 +01:00
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00
SplitView.sln Add SplitView, Table Parts, and Table and Cell Styles Samples 2011-11-28 12:06:41 -08:00

README.md

Split View

This sample illustrates how to use the UISplitView control for iPad. It utilizes a main split view controller that manages a master view and a set of child views. When an item on the master view is clicked, it raises and event that the main split view controller (MainSplitView) listens for and then notifies the detail view controller accordingly. This pattern should generally be used when implementing the UISplitViewController because it decouples the child views from each other and represents an architecturally resilient design.

Authors

Bryan Costanich