On Jun 10, 2010, at 8:32 PM, Micki wrote:
> 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.
Unfortunately UIScrollView is not implemented in the simulator.
It is only usable for actual iPhone development.
I believe everyone in this list will be happy if you could help with this :)
|