Closed BrettRosen closed 6 years ago
@BrettRosen I re-implemented the entire function. I tested some use-case examples and it seems pretty stable. Feel free to report any issues sorry for the delay 😅
The new pod release is 1.3.2
. Feel free to close the issue when you solve your problem.
Thanks for contributing 😁
Calling:
tabController.setButtonTintColor(color: UIColor, atIndex: Int)
in theviewDidAppear()
method of the VC in which you are using tabController causes a crash becauseself.buttons
seems to be nil at the time.