kevinstier

Results 3 comments of kevinstier

In your `ESTabBarItemContentView` subclass you can override `traitCollection` like so: ```swift override var traitCollection: UITraitCollection { return UITraitCollection(traitsFrom: [super.traitCollection, UITraitCollection(horizontalSizeClass: .compact)]) } ``` This will place the text below the...