Quote:
Originally Posted by mahr
Julien,
Thanks for writing this library, it's very useful. I got it up and running my image slideshow with almost no modifications. I did have to fix a couple of lines of code that were hardcoded to the dimensions of the iPhone screen. With a couple of changes it seems to be running fine on both the iPhone and the iPad.
For anyone else that wants to run this code on the iPad, the lines to change are in DiapController and are easy to spot. I changed the 320s and 480s to self.view.bounds.size.(width / height). There's also a 300 or so which I changed to width - 20. Something like that. It's pretty simple.
Thanks again.
|
Have you tried looking at the
WWDC2010 Session Video/Sample Code? Have a look at session 104 and the PhotoScroller sample code.