Tagged Questions

2
votes
2answers
198 views

Creating UIScroll view with rows of images

I want to display the images present in my database on the Scroll view.Also i want to display 4 images in a row then next 4 in next row and so on.Initially the scroll view will show only 2 rows and ...
0
votes
1answer
127 views

How to add and delete a view in UIscrollview at runtime?

My project needs to add and delete a uiwebview to uiscrollview at runtime. Means, when we scroll it horizontally (left or right) when paging is enabled, then a new view get added to the uiscrollview ...
0
votes
1answer
442 views

Does anyone have a good way to scroll text off to one side, like a stock ticker in a label on a nib in an iphone app?

I want to scroll text starting on the right and make it smoothly move to the left and off the screen. Does anyone have an example of something they tried that worked? Thank You.