Skip to content

An simple of example of how to add an interesting center button to a UITabbarController.

License

Notifications You must be signed in to change notification settings

yonghuster/RaisedCenterButton

 
 

Repository files navigation

RaisedCenterButton

An example project to demonstrate how simple it is to implement a raised center button. Inspired by previous releases of Instagram and Path.

Motivation

Previous examples show how you would implement it subclassing UITabBarController. The challenge is that if you actually want to use something like UIImagePickerController in your view hierarchy, the subclassed tabbar can't actually handle the transition correctly.

This example takes a simplier approach and just layers a uibutton subclass on top of the tabbar.

License

While it's a simple example, I've add a license just to be clear that it's free to use. See the license.txt file for details.

References

About

An simple of example of how to add an interesting center button to a UITabbarController.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published