I would like iCarousel to start appearing from left i.e it should be left aligned. I have found that in case of Linear Carousel it starts from center of the screen.
How can I make the Linear Carousel to start from left?
In my case, I was helped by the use of the method [self.vwCoverFlow scrollToItemAtIndex:2 animated:YES];
in my viewDidLoad.