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
_testButton.cornerRadius = _testButton.frame.size.height/2; _testButton.buttonColor = [UIColor colorFromHexCode:@"3ABA87"];
The issue only appear on bigger iPhone sizes like 6 plus. Everything is fine on the smaller (iPhone 6, for example) devices.
The text was updated successfully, but these errors were encountered:
_testButton.cornerRadius = _testButton.frame.size.height/2;
_testButton.buttonColor = [UIColor colorFromHexCode:@"3ABA87"];
The issue only appear on bigger iPhone sizes like 6 plus. Everything is fine on the smaller (iPhone 6, for example) devices.
The text was updated successfully, but these errors were encountered: