Hi!
I have just started using the iPhone SDK with just some basic knownledge in C++ from school.
Followed this
guide that continues
here - the whole project can with both guides included can be
downloaded here.
My Question about the DetailView.
If a item is clicked it will show you the DetailView with no unique content.
I wonder if it is possible to show perhaps a picture with a UILabel/ScrollView or something when an item in the list is clicked? My coding skills isn't that great, but I am a fast learner! I would also like to have the text it in some sort of list..
Like this:
Clicks watermelon in the tableView ---> watermelon detailview:
_________________________________________
- This fruit is red and green.
- It taste funny.
- People like it alot.
- If it is broken, it cannot be repaired.
- Sweet juice.
_________________________________________
E.g - Every item in the list have unique DetailView with an unique text and a picture.
Could someone help me on the way?
Would really appreciate it!
Cheers from Sweden!