Advertisement
iamalizade

Untitled

Sep 21st, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.35 KB | None | 0 0
  1. override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
  2.         let user = OneRoster.userFromRosterAtIndexPath(indexPath: indexPath)
  3.        
  4.         delegate?.didSelectContact(OneRoster.userFromRosterAtIndexPath(indexPath: indexPath))
  5.        
  6.         performSegueWithIdentifier("goToChatWindow", sender: nil)
  7. //      close(self)
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement