Created
September 9, 2015 16:46
-
-
Save ivangodfather/6f6ed1b911a40365a468 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @IBDesignable class ExclusiveSelectorView: UIView { | |
| @IBInspectable var cellWidth: CGFloat? | |
| Failed to set (cellWidth) user defined inspected property on (Test.ExclusiveSelectorView): [<Test.ExclusiveSelectorView 0x7fd3a2242960> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key cellWidth. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment