Xcode 6 - beta 6/7: I\'ve created a iOS 8 (Swift) blog reader app with an overview (table view) and a detail view (web view) screen. If there\'s internet connection the app, whe
You can also reload UITableView like this
self.tblMainTable.performSelectorOnMainThread(Selector("reloadData"), withObject: nil, waitUntilDone: true)
As I mentioned here