Questions tagged [beautify-ios]

Beautify-IOS is a framework that enhances Apple's UIKit controls, re-rendering them to give you much more control over their visual appearance.

GitHub

1 questions
0
votes
1 answer

Beautify - Instance method '-initWithColor:width:radius:' not found (return type defaults to 'id')

I've imported Beautify but when I try this: BYBorder* border = [[BYBorder alloc] initWithColor:[UIColor whiteColor] width:0.0 radius:5.0]; I get this error: Instance method '-initWithColor:width:radius:' not found (return type defaults to…
Snowcrash
  • 80,579
  • 89
  • 266
  • 376