On ios7, many applications (Apple Messages, Facebook Messenger, Calendar) have views displayed under the UINavigationBar, often with what seems like standard animations. Since this seems quite standard and looks a lot like UIToolBar, I was looking for a standard way to implement it, but could not find anything.
Is there a better way to add a UIToolBar to a UINavigationBar?

source
share