Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IBInspectable properties stopped showing

I flagged three properties as IBInspectable and they were working great. Later I decided another three properties I had been using would also benefit from IBInspectable, so I tagged them as well.

After tagging the new set of three the previous set of three disappeared from Interface Builder. Of the new three, only one of them is showing up.

I've tried deleting and re-creating the properties, unflagging the new ones in hopes that the old ones will re-appear, deleting and re-creating my custom view in Interface Builder, force refreshing all views, shutting down and re-opening Xcode, and so far nothing has worked to bring them back.

Are there any other tricks I might be able to try to get this working once again?

like image 924
Mathieson Avatar asked Dec 01 '22 17:12

Mathieson


1 Answers

Figured it out. Seems somewhere along the way I removed the explicit type declarations from the variable definitions.

like image 140
Mathieson Avatar answered Dec 09 '22 16:12

Mathieson