Hi every body
I'm learning SDK and I'm just starting an app to view pdf like a "magazine"...
I make the thumb page scroll with the sample code of apple developper guide, all is ok.
Now, i want to put 2 pages when i'm in landscape.
How I can do ?
something like :
Code:
if (landscape mode...){
load image1
load image 2
}
else {
load image 1
}
I've search tuto on Google (and forum) but don't find what i want...
What the best method ?
Now i've that :
thanks every body