CPPanel
A type that provides the common behaviors for panels you display on top of your app’s content.
Declaration
class CPPanelOverview
The CPPanel type defines the default behaviors for panels you display in your app. You don’t create or present this type directly. Instead, instantiate one of the defined subclasses and present that type from your app’s interface. For example, create a CPMapPanel and configure it with navigation-related data, and present it from a CPMapTemplate to overlay that information on top of your custom map.