romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

Highlight current View Controller from Menu #9

Closed ortizroberto closed 11 years ago

ortizroberto commented 11 years ago

Is there anyway to highlight which is the current ViewController selected from the menu?

romaonthego commented 11 years ago

This demo project uses a table view / menu only as an example. You're free to implement anything you want. If you want to have the same thing in your project, you'd probably want to store the selected item reference somewhere and then render it in cellForRowAtIndexPath.