uitableview - UISwitch in static UITableViewCell generates error -


i create uiviewcontroller various options, each can enabled/disabled uiswitch. i'm using xcode 5 , ios 7 deployment target. uitableview contains static cells. interface created in storyboard.

when i'm adding uiswitch cell (to it's contentview) error:

exception while running ibtool: *** setobjectforkey: object cannot nil (key: objectid) 

isn't possible add uiswitch static uitableviewcell? when removing uiswitch error disappears.

enter image description here

i have exact problem today , couldn't figure out causing problem because have added many items on view controller. know uiswitch.

but have resolved problem, nonetheless.

i disabled "accessibility" option , build successful.

enter image description here

but how come "accessibility" option becomes issue of object id remains unclear.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -