I'm trying to teach myself Swift using the "App Development with Swift" book. I've gotten to Chapter 4: Tables and Persistence and am working my way through the Emoji Dictionary app.
I'm trying to customize a table cell. The book tells me to create a custom Cocoa touch file, and then add that to the Class identifier under the Identity inspector - but the file name does not show up under the drop-down menu.
I have tried quitting Xcode and starting again, I've tried deleting the file and adding it again, I've searched the web and though I found a similar question on StackOverflow, the solution there did not work.
This is driving me bonkers and I can't complete the assignment. Any help would be very appreciated.
I'm trying to customize a table cell. The book tells me to create a custom Cocoa touch file, and then add that to the Class identifier under the Identity inspector - but the file name does not show up under the drop-down menu.
I have tried quitting Xcode and starting again, I've tried deleting the file and adding it again, I've searched the web and though I found a similar question on StackOverflow, the solution there did not work.
This is driving me bonkers and I can't complete the assignment. Any help would be very appreciated.