├── Assets.sketch ├── Assets ├── UITabBarFifth@2x.png ├── UITabBarFifthSelected@2x.png ├── UITabBarFirst@2x.png ├── UITabBarFirstSelected@2x.png ├── UITabBarFourth@2x.png ├── UITabBarFourthSelected@2x.png ├── UITabBarSecond@2x.png ├── UITabBarSecondSelected@2x.png ├── UITabBarThird@2x.png └── UITabBarThirdSelected@2x.png ├── LICENSE ├── README.md ├── Screenshots ├── PatchPreview.png ├── iPad.png ├── iPhone6.png └── iPhone6Landscape.png └── UITabBarController.qtz /Assets.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets.sketch -------------------------------------------------------------------------------- /Assets/UITabBarFifth@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarFifth@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarFifthSelected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarFifthSelected@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarFirst@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarFirst@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarFirstSelected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarFirstSelected@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarFourth@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarFourth@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarFourthSelected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarFourthSelected@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarSecond@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarSecond@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarSecondSelected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarSecondSelected@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarThird@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarThird@2x.png -------------------------------------------------------------------------------- /Assets/UITabBarThirdSelected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Assets/UITabBarThirdSelected@2x.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/PatchPreview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Screenshots/PatchPreview.png -------------------------------------------------------------------------------- /Screenshots/iPad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Screenshots/iPad.png -------------------------------------------------------------------------------- /Screenshots/iPhone6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Screenshots/iPhone6.png -------------------------------------------------------------------------------- /Screenshots/iPhone6Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/Screenshots/iPhone6Landscape.png -------------------------------------------------------------------------------- /UITabBarController.qtz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipamour/origami-uitabbar/HEAD/UITabBarController.qtz --------------------------------------------------------------------------------