Note that there are some explanatory texts on larger screens.

plurals
  1. POUIScrollview:Horizontal Paged uiscrollview with three inner vertical uiscrollview
    primarykey
    data
    text
    <p>i have above bunch of uiscrollviews in my view..</p> <p>i have added three scroll-view in one horizontal scollview when user swipe horizontally they can switch between three vertical scroll-view.</p> <p>when user swipe vertically they can see more data in one of the vertical scroll-view.</p> <p>in my application when user swipe horizontally they can get information of next date or previous date based on left or right horizontal swipe</p> <p>i have one method called createScrollview this method returns whole scroll-view with necessary labels image-views &amp; etc...</p> <p>the vertical scroll-views are placed as following on horizontal scroll-view</p> <pre><code>first vertical scrollview at (0,0,320,480) second vertical scrollview at (320,0,320,480) third vertical scrollview at (640,0,320,480) the Contentsize of horizontal scroll-view is (320*3,480) </code></pre> <p>when View is loaded the contentoffset of horizontalscrollview is set to (320,0) which means user views the center vertical scrollview when page is loaded</p> <p>when page is loaded three scroll-view is loaded with it's data in following manner</p> <pre><code>in first scroll-view previous date's data, in second scroll-view current date's data &amp; in third scroll-view next date's data, </code></pre> <p>now actually what i want is this...</p> <p>when user swipe right horizontaly the user should switched from current date to next date &amp; same thing when user swipes left user should switched from current date to previouse date</p> <p>at this time when user switch day after date's data should be loaded for next swipe..</p> <p>i want to make this possible for infinite swipes... &amp; with only three scrollviews..</p> <p>&amp; one important thing is that user can swipe infinitely in one direction like left or right....</p> <p>i have seen following question for infinite image scrolling.... </p> <p><a href="https://stackoverflow.com/questions/8357018/animation-with-infinite-scrollview">infinite image scolling</a> &amp;</p> <p><a href="https://stackoverflow.com/questions/6891958/ios-uiscrollview-with-an-infinite-paging-view">IOS: UIScrollView with an infinite paging view</a></p> <p>i want same thing with three vertical scroll-views </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload