I have a UITableView that can be ordered with filters.
Instead of using a modal view i wanted to just make an animation of a view comming from the left of the screen and partially covering my tableView.
Here is an exemple of what i want my “filters view” to look like :
Without the filter :

With the filter :

What could do the trick ?
The proper way, with reusable code:
add Animation category to
UIViewin
SomeWhereViewController.mHope that helps!