From: Micki <m.i...@we...> - 2010-06-10 17:32:10
|
Hi all, I worked with the xmlvm-Project to develop a iPhone application with Java. It's part of my Master-Thesis. In my application I should use a scrollable view. I choose the UIScrollView, but that doesn't seem to work. When I run my application in the simulator I can't scroll down to see all the content in my view. I hope the simulator supports UIScrollView. I generate a UIScrollView and add that to the UIWindow. Then I generate a UIView with a height of 1000 and add that to my UIScrollView. In the UIView I add all may Labels, Buttons, and so on. Is that the right way or can somebody give me an example which shows the right way to do it? Thanks at all. |