Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

didSetupInterface vs didSetUpInterface — intentional? #45

Closed dsjoerg closed 6 years ago

dsjoerg commented 6 years ago

I was surprised to discover that there are two booleans: didSetupInterface and didSetUpInterface. Is this intentional that they are both here and have distinct logic? My urge is to combine them but I don't understand the code well enough yet to be sure how or if this will work.

Minitour commented 6 years ago

@dsjoerg Yeah this is the result of an unsupervised merge. I guess it went under my radar. Thanks for bringing it to my attention!