0

I have approximately 50 properties in my view that I must make inspectable.

Is there a way to do so without declaring it explicitly for each one?

Makaronodentro
  • 907
  • 1
  • 7
  • 21

1 Answers1

1

Unfortunately, no. @IBDesignable and @IBInspectable must be declared explicitly for each class/property you wish to show up in interface builder.

Jake
  • 13,097
  • 9
  • 44
  • 73