I’m using a custom class for my UIViews, which I am controlling some configuration by using User Defined Runtime Attributes. This works fine when using storyboards, but when I use the same technique within a xib, my custom view class generates a bad access when trying to read the attribute.
As with User Defined Runtime Attributes in IB for iPhone not working I had to set the .xib IB version to 4.2 so it would compile. Is this just not supported?
According to the other post, it’s not supported by iOS. Maybe it is with iOS 5’s storyboards, but it doesn’t seem to be for xibs.