I used the PageControl sample app from apple to build an app. I am putting on each page a vertically-scrollable TextView that I made using IB and I can -on the simlulator- scroll the pages and scroll vertically the text in each page.
On the device I cannot do that. It seems like the TextView is in front and I can't scroll to the pages on the sides. If I touch a little corner where there is no textview then I can scroll to the next page.
How can I make it this work on the device too?