ColorMatchTabs icon indicating copy to clipboard operation
ColorMatchTabs copied to clipboard

This is a Review posting app that let user find interesting places near them

Results 15 ColorMatchTabs issues
Sort by recently updated
recently updated
newest added

Try in the example 3.0 viewWillAppear have not been called in ( class StubContentViewController: UITableViewController)

type: bug
priority: high
status: queued

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...

type: bug
status: need feedback

## 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 =...

type: enhancement

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 ```...

type: bug