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
There are one great image slider lib i used on my project https://github.com/kimar/KIImagePager, definitely worth checking. Here are few steps to integrate the library with your project.
And there you go, you will have working image slider on your project.