Newbie: Architecture Question
I'm still coming up to speed on this iPhone development stuff. I've written a lot of code for Palm and WindowsCE devices so thought this would be easy, but I'm having a hard time getting my head around some these iPhone SDKs. It's getting there but slower than I expected.
So I want to display four columns of cards. My initial thought was to have a single view and draw everything in the view myself. But the more I learn about Views I'm wondering if it might be better to have each column as a subView of the main View instead. I could even go a step further and make each card be a subView inside each column View.
So my question is...is this a reasonable approach, or are their pitfalls to doing it this way?
Thanks.
|