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".
You cannot run code or use any custom classes in the Launch Screen xib, that is why you are getting that error.