kevinstier
Results
3
comments of
kevinstier
Any update on this?
I'm experiencing the same issue with ical4j 3.0.7
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...