I\'m wondering how to create image slider like those that we are using to look through pictures in different iOS apps, for example in Photos or Airbnb app.
Is it a p
Try this code to create Image Slider Show Using UIScrollView.
UIScrollView
int x=0; self.scrollView.pagingEnabled=YES; NSArray *image=[[NSArray alloc]initWithObjects:@"1.png",@"2.png",@"3.png", nil]; for (int i=0; i