RexSheng

8pods
Defines your model as: public struct Document: AirtableData, Cache { public static var expireAfter: NSTimeInterval { return 1800 } public static var table: String { return "Documents" } public var json: JSON! public init() {}
public let topics = Relationship<Topic>("Topic")
public let organizations = Relationship<Organization>("Authoring Organization")
public let experts = Relationship<Expert>("Authoring Expert")
public let sourceURL = Field<String>("Source URL")
public let pages = Field<Int>("Pages")
public let title = Field<String>("Document Title")
public let notes = Field<String>("Internal Notes")
public let description = Field<String>("Description")
}
and do Get, List... directly, automatic cached.
License: MIT
Currently includes * a TableViewData which binds Section to DataSource * a Filter which applies regexp search on UISearchBar | UITextField * AutolayoutStack * Customizable NavigationViewController
License: MIT
Currently includes * a TableViewData which binds Section to DataSource
License: MIT
A wrapper to UIImagePickerController with cropping, moving and scaling tools.
License: MIT