Skip to content

Instantly share code, notes, and snippets.

View sfkaos's full-sized avatar

Win Raguini sfkaos

View GitHub Profile
@sandofsky
sandofsky / gist:7134b1ff90d235901254
Created February 19, 2015 04:15
Example of fetching messages from Parse
class ViewController: UITableViewController {
var messages:[Message]?
var timer:NSTimer?
override func viewDidLoad() {
super.viewDidLoad()
}
override func viewDidAppear(animated: Bool) {
super.viewDidAppear(animated)