-
hello
i want to add button in every item to remove self from views how can do it?
-
the didSelect method is not being called. Going through SwipeView shows that -didTap: is never being called either.
-
Here is my basic setup on iPad:
- One view in the center
- One view on either side where you only see around 50 pixels or so of them
When I load the swipeview with just 2 or 3 items, it onl…
-
When I set currentItemIndex in v1.1.5 it will give a crash:
- (void)viewDidLoad
{
...
_swipeView.currentItemIndex = n;
...
}
**\* Terminating app due to uncaught exception 'NSInvalidArgumen…
-
HI Nick
I need to set the offset of my first view to start from (0,0) instead of showing it from the middle of the screen. I am using the Carousel Type Linear. Any help is highly apprieciated.
Thank …
-
How to use the current iCarousel ge get iOS6 AppStore design ?
Tx for the support
-Fred
-
I need that for any applied force carousel shifted only one item is. How can this be done?
-
I've setup SwipeView to autoplay using SetInterval and next() function. Once autoplay starts... I can't figure out what function to use to stop the autoplay. I tried creating a new function with this.…
-
hi
1 - is it possible to put a gap between items?
2 - is it possible to make centered item bigger than others?
3 - how to make animation like iCarousel, (center item is bigger than others while scrol…
uzman updated
12 years ago
-
In docs:
``` objective-c
- (NSUInteger)numberOfItemsInSwipeView:(SwipeView *)swipeView;
- (UIView *)swipeView:(SwipeView *)swipeView viewForItemAtIndex:(NSUInteger)index reusingView:(UIView *)view;
`…