What I have is a custom table cell created in a separate .xib. And with it I have an Objective-C class for this. I made a connection of the label in the custom cell to the custom cell’s class.
In my main .xib I have a TableView that the custom cell is added to. The code that does the populating is in the main class (ViewController.m).
So how can I change the label in the custom cell from the main class (ViewController.m)?
When the user taps the custom cell, a dialog is shown, and the text of the label in the custom cell is changed according to the button selected in the dialog.
I figured a different approach, and currently I’ve stopped iOS development, because I hate it, lol
Anyways, thanks guys for replying so quickly.