How to put a collection view in the navigation bar like in iMessage group chats
问题 I'm attempting to put a collection view within the navigation bar, as seen in iMessage group chats where all members have their initials in circles in the nav bar. I found an answer here on SO and I did my best to convert it to iOS10/Swift 3, but the collection view cells are not showing up in the nav bar correctly. Here's my code: import UIKit weak var collectionView: UICollectionView? class ChatController: UIViewController, UICollectionViewDelegate, UICollectionViewDataSource { override