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.
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.
but how come "accessibility" option becomes issue of object id remains unclear.
Comments
Post a Comment