UITabView is a common misrepresentation of UITabBarController, which is a specialized iOS view controller that manages a radio-style selection interface.
UITabView
is a common misrepresentation of UITabBarController
, which is a specialized iOS view controller that manages a radio-style selection interface. The view that contains the tab images and text is not directly exposed by the iOS SDK, instead you define the controllers, text, and images associated with each tab option and the system takes care of its display and touch responses.
Please use the uitabbarcontroller tag when referring to the user interface of a tab-based view controller container on iOS.