ios-samples/SplitView
Gouri Kumari 4c93fffcfe [XISamples]Update xibs 2017-07-21 15:01:28 -04:00
..
Screenshots Add SplitView, Table Parts, and Table and Cell Styles Samples 2011-11-28 12:06:41 -08:00
SplitView [XISamples]Update xibs 2017-07-21 15:01:28 -04:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03: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