Gianfranco Lemmo
Gianfranco Lemmo

Reputation: 451

Side Menu BarPosition Error iOS 9

I use the following project to put the side menu in my iOS project. Which can be found here. When I make click on the bottom to display the menu, it shows me the following error:

Failed to set (barPosition) user defined inspected property on (UINavigationItem): [ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key barPosition.

Any Help?

Upvotes: 0

Views: 63

Answers (1)

Leandro P
Leandro P

Reputation: 213

This error come from some bad link. Check the identifier if is all set as in your class.

Upvotes: 1

Related Questions