sidhartha madipalli
sidhartha madipalli

Reputation: 623

How to Change the tab bar on selection similar to ios 7 photos App

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.

enter image description here

Upvotes: 1

Views: 93

Answers (1)

Hari Kunwar
Hari Kunwar

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

Related Questions