Quote:
Originally Posted by c.schwerdtner
ok, here's my solution on this
For me it looks pretty cool now. I hope this is helpful.
|
Thanks a lot, But I still have a little problem with the following: (By the way I am a Noob at programming and Iphone development, been learning on my own so my question might be stupid!)
I am trying to do the same thing as you did but with UIbuttons (one for next and one for previous) instead of a segmented control. Also, the book which I am learning from makes me use a NSDictionary or NSMutableDictionary in the detailView. So when I implement your code i get the following warning:
"NSDictionary may not respond to objectAtIndex"
I understand why, I just have no idea how to do it with a NSDictionary.
(thanks for your time man, and remember I am a Noob at programming too, doing my best to learn!)
Thanks a lot!