ColorMatchTabs
ColorMatchTabs copied to clipboard
This is a Review posting app that let user find interesting places near them
Try in the example 3.0 viewWillAppear have not been called in ( class StubContentViewController: UITableViewController)
Hi. I want to use this library with [Hero](https://github.com/HeroTransitions/Hero). I am opening a popup viewcontroller on `didSelectRowAt`. But Tab bar is appear after popup viewcontroller dismiss. You can see this...
A Navigation Controller (A) will contain 2 instance of ColorMatchTabs Controller. Each ColorMatchTabs Controller has a unique Navigation Controller (B and C) On first pushViewController of B to A, the...
## A feature request ### More cosmetic options > I'm wondering if you could unlock more cosmetic options. At least some methods to change the `` in ` navigationBar.backgroundColor =...
Currently ``` override func willTransitionToTraitCollection(newCollection: UITraitCollection, withTransitionCoordinator coordinator: UIViewControllerTransitionCoordinator) { super.willTransitionToTraitCollection(newCollection, withTransitionCoordinator: coordinator) } ``` gets never called in a viewController of a tab bar item. Same applies to ```...