-
Is there a reason why `delaysContentTouches` is set to `NO` by default? I think it should be set to `YES` so it's more consistent with UIScrollView and UITableView. Or maybe it should be configurable?…
-
I think there is a bug when scrolling programmatically to item index or page. I can't pinpoint what it is exactly yet, but I did a quick test by programmatically scrolling from third item to first ite…
-
Hey Nick,
Thanks for sharing this amazing code :)
Is there a way to use the linear carousel with the views starting from the left side to the right, for example, now if I have one view it will be ce…
-
During debugging of my webapp, I traced a memory leak to SwipeView code.
the cause of the leak is that customEvents array is not actually being cleared in the destroy method.
The reason is that cust…
-
Hey Nick,
Thanks for sharing, it seems that the SwipView doesn't support reusing views, do you think that can cause performance / memory problems with large number of views?
And do you plan to supp…
-
Any solution to hide the url bar on load?
ktch updated
12 years ago
-
Hi Nick.
Is it possible to set what is a distance before first item/after last item?
I'd like to make plain type carousel which will be more like a scroll view with set of items. So first item will b…
-
Has anybody forked a version that constrains the scrolling to the iCarousel view size, rather than allowing you to scroll the first/last items all the way to the 'centre' of the view.
I'm using the l…
-
Dear Jason, thank alot for your great work.
I have just a little complain about something that might a bug in .getChildCount().
I my activity, I am adding 20 views to the SwipeView programmatically…
-
Hi,
**How to reproduce**
iPhone 4, iOS 4.3.5, WiFi
open http://cubiq.org/dropbox/SwipeView/demo/ereader/ and you get an error:
**Javascript Error on Line 59**
_http://cubiq.org/dropbox/SwipeView/dem…