Search code examples
iosiphoneuiviewcore-animationuigesturerecognizer

How to get slide effect like iphone home screen


Can anybody tell me how can i get exact smooth slide effect as of home screen of iphone ??? I have two UIView to slide left and right.


Solution

  • use UIScrollView and add all your views to the scrollview and enable paging. Alternatively you can use iCarousel and add all your views to carousel and select linear type, it has paging as a property which can help you to archive what you want. here are the links for

    scrollview paging

    and iCarousel