Rotate Icons in a circle by finger

109 Views Asked by At

I have a project having the home page like the attached image and need to implement the following functionality.

Home Page slides in left to right Functionality of this is the icons rotate in a circle by finger Sliding once user clicks on an icon they will be directed to the page.

Pls help someone, if you have done such things.

Regards CJ

enter image description here

2

There are 2 best solutions below

4
Nimit Parekh On BEST ANSWER

Following is the Custom UICollectionView Layout may help you to best fit your requirement.

enter image description here

Download the source code and reference from here.

0
Duncan C On

Take a look at a library called iCarousel by Nick Lockwood. (Available on Github.) It is very configurable and will give you exactly what you need with very little custom code.