RexSheng

8pods

Airtable

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

  • Swift

Greycats

Currently includes * a TableViewData which binds Section to DataSource * a Filter which applies regexp search on UISearchBar | UITextField * AutolayoutStack * Customizable NavigationViewController

License: MIT

  • Swift

Greycats.swift

Currently includes * a TableViewData which binds Section to DataSource

License: MIT

  • Objective C

React.Framework

a built framework from react native source.

License: BSD

  • Objective C

RSAvatarController

A wrapper to UIImagePickerController with cropping, moving and scaling tools.

License: MIT

  • Objective C

RSKit

It contains

  • helper classes for SpriteKit
  • helper classes for UIKit

License: MIT

  • Objective C

RSMenuView

An event driven tableview. supports UIAppearance and more.

License: MIT

  • Objective C

SwiftyParse

Parse client in Swift. Do it right.

License: MIT

  • Swift