could someone or an apple dev help me get data on an tableview in objective c?

I understand the mvc thing kinda, theres an array as a model, a tableview as a control, and the interface as a control (right?)

so like, I drag an array controller on to the form display thing, assign a delegate to it the view and app module/header, add data to it and the tableview updates after I add a function to it? in vs the events are in the event browser, do I just copy and paste the code from the tutorial?

how do I add controls and do all the advanced stuff? the documentation on developer.apple.com isnt that detailed, and most books are outdated or n/a since its objective c

tutorials would be nice, some home grown method would be cool too

thank you

unidef warrell yashizzo

Which tutorial are you following?

Do you have some code you can show us? Please use three backticks to surround your code, like this:

// There are three ``` above and below this code
NSString *myString = @"Hello World!"

@unidef are you using Bindings and a MacOS app?

Please provide more information.

could someone or an apple dev help me get data on an tableview in objective c?
 
 
Q