Indexed UITableViewCell with Subtitle
Hi all, like many here I'm fairly new at this (never heard that before huh...kidding!). Anyway, what I'm trying to do is create a Calendar app with the data displayed in a list. The "Months" would be in the header section, the "Events" would be displayed as the cells primary text, and the "Weekday" would be displayed as detailed text or subtitles.
I've gotten as far as the subtitle part, which is where i'm stuck, and after WAY too many attempts of trying to figure it out i'm begging for help (banging my head in the wall doesn't seem to be helping).
I'm pulling my data from an XML plist (as it relatively small amount of data). So, my head is swimming from how to structure the Dictionary, Array, Strings, (or whatever I need to make it work) in the plist.
Ultimately I'd like the table list to display starting with the current date, although I'm working up to that step.
Any help is appreciated,
Thanks in advance...
|