uiviewcontroller - iOS app with slider and 2 button on a view -


i creating application in ios in there slider usage. slider working fine, on 1 of view there 2 button named calculate , edit. action performed on calculate working edit not working when button linked uiview.

error : unrecognized selector send instance

if don't have code , when press button "unrecognized selector send instance".

to fix this, select button in storyboard (or .xib) , check 'sent events' on it, remove events.

enter image description here


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -