xamarin.iOS Vertically scroll through Images
NickName:Leigh Ciechanowski Ask DateTime:2016-08-10T22:24:00

xamarin.iOS Vertically scroll through Images

I'm attempting to build a UI in Xamarin.iOS which allows a user to vertically scroll through a list of images. I'm unsure what the best approach would be. I have looked at using UITableViewSource however I'm not sure if this would be the best approach.

The data that I want to display is not really tabular it's just a list of images. Is there a way to mould UITableViewSource to just show an image that's as wide as the screen, allowing the user to scroll down through them.

Or would a better approach be adding a ScrollView and adding images to that allowing a user to just scroll down through the scrollView?

Any advice or code samples would be greatly appreciated.

Copyright Notice:Content Author:「Leigh Ciechanowski」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38876155/xamarin-ios-vertically-scroll-through-images

More about “xamarin.iOS Vertically scroll through Images” related questions

xamarin.iOS Vertically scroll through Images

I'm attempting to build a UI in Xamarin.iOS which allows a user to vertically scroll through a list of images. I'm unsure what the best approach would be. I have looked at using UITableViewSource h...

Show Detail

Scroll Images in a scrollview Android

Hello I am relatively new to android developing. What I am trying to do is create a scroll view where I can scroll through multiples images vertically how do I do that? I tried searching for it but I

Show Detail

how i can lazy load thumbnail images to scroll view vertically with pages?

i have photo gallery which loaded to scroll view vertically and i only want to load visible pages to avoid memory issues like table views did. Is there a way to do this? i am using core data to get

Show Detail

Scroll view on xamarin.ios not working using storyboard

I am a new with xamarin.ios, i have added a view controller on the storyboard, then added a scroll view and added also a view and put on this view some labels, but i can't scroll, what's the problem?

Show Detail

How to auto-scroll div content vertically continuously

I need to scroll the div which contains images, vertically. Any help or references will be highly appreciated.

Show Detail

jquery cycle to vertically scroll through table

Okay I have a table that I am populating with 25 rows of information. I want to use Jquery cycle or something similar to create a vertical scrolling effect, so the rows constantly scroll vertically

Show Detail

UITableView scroll both vertically and horizontally

I have too many columns in my table and too much data too. For that reason I need to scroll my UITableView both vertically and horizontally. Is there a direct way to do so or I need to go through s...

Show Detail

Scroll through images on the web

Good day everyone, I'm kind of new to programming and I need some assistance. Q1) I would like to create a scroll through image gallery that displays a sequence of images, having the same size and

Show Detail

How to get a banner of images scroll vertically?

I'm trying to use this code I found online to make a moving image banner, but my problem is that I can't seem to get it to scroll vertically. Right now, only the first picture is moving, and I'm no...

Show Detail

How to scroll images vertically continuously using jquery

I am looking for something similar to this http://maaki.com/thomas/SmoothDivScroll/clickableLogoParade.htm The current one is left to right. But I need to scroll vertically ie bottom to top. Can ...

Show Detail