Swift 2.2 -> Swift 3.0
ErrorType -> ErrorProtocol
NSHTTPURLResponse -> HTTPURLResponse
NSUTF8StringEncoding -> String.Encoding.utf8
NSIndexPath -> IndexPath
NSNotificationCenter -> NotificationCenter
presentViewController(...) -> present(...)
dataUsingEncoding(...) -> data(...)
まだまだいっぱいあるが徐々に更新んしていく予定。