hyperoslo / AsyncWall

hyper.no
Other
10 stars 0 forks source link

Wall logo

CI Status Version License Platform

Usage

View Models

Post

let post = Post(author: user, date: NSDate(), text: "Hello World!")

let postWithAttachments = Post(author: user, date: NSDate(), text: "Hello World!", [Attachment, Attachment])

Attachment

let url = "https://github.com/hyperoslo/Wall/blob/master/Images/logo-v2.png"
let attachment = Attachment(url, .Image)

User

let url = "https://avatars2.githubusercontent.com/u/1340892?v=3&s=200"
let user = User(name: "John Hyperseed", avatar: url)

Installation

Wall is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Wall'

Author

Hyper, ios@hyper.no

License

Wall is available under the MIT license. See the LICENSE file for more info.