RobotsAndPencils / RPSlidingMenu

A collection view menu in the style of UltraVisual.
MIT License
861 stars 109 forks source link

Add a method to scroll to a specified indexPath #10

Closed interstateone closed 10 years ago

interstateone commented 10 years ago

Mimics the UICollectionView method with the similar name, except without a scroll position. RPSlidingMenu doesn't (or at least probably shouldn't?) have a concept of any scroll position other than "featured".

Fixes point 1 in #8 :beers:

paulthorsteinson commented 10 years ago

Added in another push with other functionality