0

Is it possible to use UIEdgeInsets in a XIB used as Launch Screen?

When I try to subclass my UIButton I get the error "Launch Screen may not use instances of MyButton".

0x6368
  • 337
  • 2
  • 17

1 Answers1

0

You cannot run code or use any custom classes in the Launch Screen xib, that is why you are getting that error.

duncanc4
  • 1,191
  • 1
  • 9
  • 17