You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently i'm using the kit for iPad dev, and run into this very issue
When u setup cornerRadius for FUIButton, it works on iPhone 6 and all, but with some iPad devices, it only ignored the cornerRadius settings.
it's actually works on iPad 2, i guess it might be caused by Retina display.
Lemme know if u need anything. Thanks.
The text was updated successfully, but these errors were encountered:
@jamieomatthews later on, i figured out the cause, if the button's size is set to sth like this (10.5, 10.5) [not int, but with float], when u try to make a perfect circle, there will be cross lines
Hey, great UIKit of all times
Recently i'm using the kit for iPad dev, and run into this very issue
When u setup cornerRadius for FUIButton, it works on iPhone 6 and all, but with some iPad devices, it only ignored the cornerRadius settings.
it's actually works on iPad 2, i guess it might be caused by Retina display.
Lemme know if u need anything. Thanks.
The text was updated successfully, but these errors were encountered: