How can I thoroughly delete the IBAction
associated with a blank line in Xcode
? That line is in line 40, there’s no any association with my UIButton
with line 40. I tried to press the delete key, then the black point disappeared, but after I click run the app the Xcode
says failed to run, because that black point came back again.
So how can I thoroughly delete the IBAction
associated with a blank line? Thank you!