Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Swift
public class CSImagePickerController: NSObject, UIPopoverControllerDelegate, UINavigationControllerDelegate, UIImagePickerControllerDelegate
-
Undocumented
See moreDeclaration
Swift
public class CSKeyboardObserverController : CSViewController
-
Undocumented
See moreDeclaration
Swift
public class CSKeyboardObserver
-
Undocumented
See moreDeclaration
Swift
open class CSMainController : CSViewController
-
Undocumented
See moreDeclaration
Swift
public class CSNameChooserController<RowType: CSNameRowType>: CSMainController , UITableViewDelegate, UITableViewDataSource
-
Undocumented
See moreDeclaration
Swift
open class CSNavigationController : UINavigationController, UINavigationBarDelegate
-
Undocumented
See moreDeclaration
Swift
public class CSNavigationHidingByKeyboardController : CSViewController
-
Undocumented
See moreDeclaration
Swift
public class CSNavigationHidingController : CSViewController
-
Undocumented
See moreDeclaration
Swift
public class CSPagerController<Pages> : CSViewController where Pages : HasPages
-
Undocumented
See moreDeclaration
Swift
public class CSPickerController : CSViewController, CSPickerVisibleProtocol, UIPickerViewDelegate, UIPickerViewDataSource
-
Undocumented
See moreDeclaration
Swift
public class CSSearchBarController : CSViewController, UISearchBarDelegate
-
Undocumented
See moreDeclaration
Swift
public class CSSelectNameController<Data: CSNameRowType>: CSMainController, UITableViewDelegate, UITableViewDataSource
-
Undocumented
See moreDeclaration
Swift
public class CSTabBarPagerController : CSMainController, UITabBarDelegate
-
Undocumented
See moreDeclaration
Swift
public class CSTextInputPhoneLandscapeController : CSViewController
-
Undocumented
Declaration
Swift
public class CSInputAccessoryDone : UIView
-
Undocumented
See moreDeclaration
Swift
open class CSViewController : UIViewController
-
Undocumented
See moreDeclaration
Swift
public class CSMenuHeader : CSObject
-
Undocumented
See moreDeclaration
Swift
public class CSMenuItem : CSObject
-
Undocumented
See moreDeclaration
-
Undocumented
See moreDeclaration
-
Undocumented
See moreDeclaration
Swift
open class CSHttpResponseData : CSHttpResponseDataProtocol
-
Undocumented
See moreDeclaration
Swift
open class CSServerListData : CSJsonArray, CSHttpResponseDataProtocol
-
Undocumented
See moreDeclaration
Swift
open class CSServerMapData : CSJsonObject, CSHttpResponseDataProtocol
-
Undocumented
See moreDeclaration
Swift
public class CSConcurrentResponse : CSResponse<NSMutableArray>
-
Undocumented
See moreDeclaration
Swift
public class CSMultiResponse : CSResponse<NSMutableArray>
-
Undocumented
See moreDeclaration
Swift
public class CSResponse<Data> : NSObject, CSResponseProtocol where Data : CSAnyProtocol
-
Undocumented
See moreDeclaration
Swift
public class CSSequenceResponse<Data> : CSResponse<Data> where Data : CSAnyProtocol
-
Undocumented
See moreDeclaration
Swift
public class CSSingleRequestController<Data> : CSViewController where Data : CSAnyProtocol