Skip to content

Commit

Permalink
Merge pull request #61 from sachinkesiraju/master
Browse files Browse the repository at this point in the history
Updated method calls to discard and reload views
  • Loading branch information
zhxnlai committed Feb 21, 2016
2 parents f69f3f0 + 197a83a commit 3714665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ To swipe the top view programmatically:

To discard all views and reload programmatically:
~~~objective-c
[self.swipeableView discardAllSwipeableViews];
[self.swipeableView loadNextSwipeableViewsIfNeeded];
[self.swipeableView discardAllViews];
[self.swipeableView loadViewsIfNeeded];
~~~

Requirements
Expand Down

0 comments on commit 3714665

Please sign in to comment.