UIScrollView and add your imageview to its subview. I just did this same thing it works perfectly I can show you my app if you'd like to see how it works.
On Wed, Oct 26, 2011 at 4:10 PM, sisnaz <[email protected]> wrote: > Hi, I'm fairly new to the monotouch world and have a question for anyone > out > there. > > I have web service that returns a jpeg stream to my iPad app. My web > service > returns the desired jpeg size I specify in my API call. Initially I create > a > call to the service to give me a thumbnail sized image. So for each > thumbnail image, I would like to add the image to some kind of horizontal > scrolling viewer. The idea is the user scrolls through the thumbnails, taps > the one they want to see, and the iPad app displays a larger view of it. > > Kind of like this: > http://www.youtube.com/watch?v=VNvkJ4vLHys Horizontal scrollable images > > I want the scrollable area to be on docked on the bottom, while I have > static web view above it. > > I guess my first question is: What control (or view) would you recommend? > The UITableView would be a great candidate, but can you make the items (or > cells) scroll horizontal instead of vertical? Also any code examples would > be helpful if possible. > > Thanks in advance. > John > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Best-approach-for-horizontal-thumbnail-image-view-scrolling-tp3942332p3942332.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
