Questions tagged [icarousel]

iCarousel is a class designed to simplify the implementation of various types of carousel (paged, scrolling views) on iPhone, iPad and Mac OS. iCarousel implements a number of common effects such as cylindrical, flat and "CoverFlow" style carousels, as well as providing hooks to implement your own bespoke effects.

Unlike many other "CoverFlow" libraries, iCarousel can work with any kind of view, not just images, so it is ideal for presenting paged data in a fluid and impressive way in your app. It also makes it extremely easy to swap between different carousel effects with minimal code changes. Supported OS & SDK Versions

Supported build target - iOS 5.1 / Mac OS 10.7 (Xcode 4.4.1, Apple LLVM compiler 4.0)
Earliest supported deployment target - iOS 4.3 / Mac OS 10.7
Earliest compatible deployment target - iOS 3.2 / Mac OS 10.6

Here's the full description & sample of iCarousel

343 questions
0
votes
1 answer

Get UIImageView using Afnetworking and put it in an array

As the title says, i need to get the image and put it in an array. UIImageView *myImage = [[UIImageView alloc] init]; [myImage setImageWithURL:[NSURL URLWithString:@"http://host.com/images/1/1.png"] placeholderImage:[UIImage…
Simon
  • 451
  • 2
  • 9
  • 19
-1
votes
1 answer

iCarousel - how do I turn off infinite scroll?

I simply use iCarousel library for displaying items in carousel. But when I swipe left and have for example 5 items it is rotated a few times around. How can I prevent from rotating left when currentIndex is 0 and prevent from rotating right when…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
-1
votes
1 answer

iCarousel error in xcode 9

I tried to implement iCarousel as per this tutorial: https://medium.com/@arb1nsnmgl/icarousel-walkthrough-swift-3-0-887554155242 but when trying to implement the @protocol it gives me 4 error messages: Expected '{' in protocol type Expected an…
HamdyAli
  • 173
  • 3
  • 14
-1
votes
1 answer

Horizontal and vertical both side scroll carousel effect?

How can I make a horizontal and vertical both side scroll carousel effect? Example of what I'm trying to achieve
Ravi Kotadiya
  • 57
  • 1
  • 6
-1
votes
1 answer

Paging with iCarousel

I am using iCarousel to show images in my view. These images are coming from Web end. Now I want to implement paging in iCarousel to view 10 images per page than call web service again and get other images. How can I achieve this with iCarousel?
Niharika
  • 1,188
  • 15
  • 37
-1
votes
1 answer

Prepare for segue data not being loaded

I have a carousel and each carousel item contains a unique tableview. When you tap the add button it takes you to a new view controller so that you can give the tableview a name and associate items to display in each cell. Now when I hit the save…
Wazza
  • 1,725
  • 2
  • 17
  • 49
-1
votes
2 answers

how to set the distance between left view and right view in the carousel

Is there any way to change the distance between the left and the right view in carousel . I've tried with setting the perspective but it makes my view small.
Shaniraaj
  • 11
  • 7
-1
votes
1 answer

picture does not show up using iCarousel

I am using MultiCarousel in a storyboard and I am getting errors and can not display the image in the carousel. Is there a problem with the code??I am getting errors from viewfromItemAtIndex saying expected method body expected':' expected…
poradi12
  • 67
  • 1
  • 5
-1
votes
1 answer

Error When using Multiple Carousel

I am using multiple iCarousels and want to import pictures from the directory. I have iCarousel 1 on top and have iCarousel 2 on the bottom. I have about 6 folders in the directory in the iOS device where the user has taken pictures. I want to…
poradi
  • 23
  • 2
-1
votes
1 answer

Resize and animate item in iCarousel

I am using iCarousel library for iPhone using iCarouselTypeCoverFlow2. I would like to be able to do the following: Get the current item view or image Resize this only item (if possible animating it) from the outside
-1
votes
1 answer

how to remove number of badge one by one while scrolling

I want to remove the badge number from my iPhone application icon when a user scrolls. I'm using iCarousel class' carouselDidScroll method. Unfortunately, the code I'm using (below) doesn't work, and the badge number remains visible. Any ideas? -…
Sonu
  • 937
  • 1
  • 10
  • 39
-1
votes
1 answer

i want to make view Like in i carousel View

i wanna make an array of UIImage in like this view http://i42.tinypic.com/25z1na0.png which i take them from icarousel Code on Github can anybody help me to make this view
khaled
  • 865
  • 9
  • 24
-2
votes
1 answer

Swift - iCarousal using UiView

I am working on a food ordering app and creating the menu page using iCarousel with cards like Card Image. As I want the buttons in cards to add or delete product and scroll view for product description. So can anyone help me out as how can I…
Amol Kumar
  • 53
  • 10
1 2 3
22
23