tdios
Results
2
comments of
tdios
very helpful fix. thx @jlubeck
came across the same problem and solved by editing a local copy of the JTImageButton.m setIconOffsetY() (before the "heavy calculation") to: ``` if (@available(iOS 13, *)) { // adjust the...