I write custom jabber client in iphone.
I use xmppframework as engine.
And I have UITableViewController with NSMutableArray for repesent contact list.
SWIFT 3:
self.collectionView.reloadData() self.collectionView.selectItem(at: indexPath, animated: false, scrollPosition: [])