As shown in the picture 1, there is an extra button (red circle) in the tabbar controller. How is it accomplished?
What’s more, when the red circled button is clicked, the yellow zone in picture 2 scrolls up (actually the whole screen). Does this interface have a name? Is there nay existing view controller could do something similar?
=== Update ===
Knowing that this is a custom UI, could anyone give me some hints on how to implement it?
Picture 1:

Picture 2:

This is a custom-designed UI pattern that isn’t available out of the box. I imagine it’s pretty simple to implement. All you’d need is a UITabBarController and a way to wire up the tab button event to the parent view. Once the button is clicked, move the UITabBarController view up to expose the underlying photo view.