OAStackView icon indicating copy to clipboard operation
OAStackView copied to clipboard

[XIB] Does not work on xib file?

Open stonezhang1412 opened this issue 9 years ago • 0 comments

I am trying to add stackview into my cel xib, but get error: - Unknown class OAStackView in Interface Builder file. - Failed to set (axisValue) user defined inspected property on (UIView): [<UIView 0x7f95e3cd4f70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key axisValue. - Failed to set (spacing) user defined inspected property on (UIView): [<UIView 0x7f95e3cd4f70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key spacing. Failed to set (alignmentValue) user defined inspected property on (UIView): [<UIView 0x7f95e3cd4f70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key alignmentValue. - Failed to set (distributionValue) user defined inspected property on (UIView): [<UIView 0x7f95e3cd4f70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key distributionValue.

Btw I already tested successfully on storyboard.

stonezhang1412 avatar Aug 26 '16 06:08 stonezhang1412