In the current Google Currents iOS App (March 30th, 2013) there is a search button in the upper right corner. If you tap it, the button moves to the left and a text field 'grows' out of the right side. The other buttons are moved out of the left side in the same animation.
My question is: how would you achieve a behaviour like this? Is it possible to achieve this with UINavigationController (and UISearchBar/UISearchDisplayController) and other default iOS controls or did google wrote their own navigation controller? I appreciate any hint.