I don’t understand how to connect elements to a source file. I have a custom UITableViewCell and I want to drag a custom label from it to my CustomCell.h file, but when I drag it over it doesn’t do anything..and in storyboards there’s no files owner. Is there a short answer to this?
Share
Open the assistant editor (from the toolbar) in xcode (it’ll open two views side by side, one view with the xib and the other with the corresponding .h file). control drag from your label to the created property.