Hi.
I'm new to Objective C, and to the iPhone and Mac development environments in general. I like the object model - it takes me back about 20 years to when I first started OO programming in the way that the object methodologies are implemented. Much of the basics seem to have been lost in the ensuing years, and to some extent, this is a much purer environment.
Learning the language and xCode is another story altogether though, and I don't yet have the hand of IB, and to be honest, I don't find it all that intuitive.
I'm in the process of creating an iPhone app, and I need to display data in a tableview. For the reasons noted above, I'm not using Interface Builder, and, so far I've created pretty much everything else by hand. For me, that's by far the best way of learning and understanding how everything hangs together.
But so far I've not seen very much in the way of examples of how to handcraft a UITableView object to place onto a view. Nothing usable, in any case. There's some discussion items within the Apple documentation, but it's not what I would anything like a practical working example.
Does anyone have any such examples, please?
Thanks in advance for any and all contributions