Reputation: 623
I want to change the tab bar when you enable multiple selection to a UICollectionView or any other similar view like in photos App. Check the image below.
Upvotes: 1
Views: 93
Reputation: 1681
This is not a tab bar but a UIToolbar. You can add two toolbars in storyboard. On select button press just fade in the second toolbar(with add button).
Upvotes: 1