Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
jonathanellis edited this page Sep 4, 2012 · 3 revisions

This is a listing of all the UIKit view classes supported by Pegasus. This is a work in progress and more views are being added all the time.

This now reflects the latest work on the current dev branch. For non-dev versions, consult the historic versions of this page (most of the key details are still the same).

Element name Pegasus class Pegasus superclass Internal class Info
object PGObject - NSObject Only on dev branch. Not intended for direct use.
view PGView PGObject UIView
imageview PGImageView PGView UIImageView
label PGLabel PGView UILabel
progressview PGProgressView PGView UIProgressView
scrollview PGScrollView PGView UIScrollView
textfield PGTextField PGView UITextField
tableview PGTableView PGView UITableView
toolbar PGToolbar PGView UIToolbar
button PGButton PGView UIButton
switch PGSwitch PGObject UISwitch
barbuttonitem PGBarButtonItem PGObject UIBarButtonItem
tableviewcell PGTableViewCell PGObject UIBarButtonItem
layout PGLayout PGView UIView Only on dev branch. Not intended for direct use (use subclasses).
linearlayout PGLinearLayout PGLayout UIView Only on dev branch.
gridlayout PGGridLayout PGLayout UIView Only on dev branch.
Clone this wiki locally