Add UICollectionView with a UILabel and UIImageView in UINavigation item title view

69 Views Asked by At

I want to add UICollectionView with a UILabel and a button to the title view of navigation item. Please refer here "i" is button with "4" count of users with collection of users

I have taken back icon as leftBarButtonItem and attachment and delete icon as rightBarButtonItem. I have created custom view for title view looks same as shown in UI. While adding custom view to title view i am unable to scroll the UICollectionView even i don't get touch event for "i" button.

0

There are 0 best solutions below