Skip to content

Commit

Permalink
Updated method calls to discard and reload views
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinkesiraju committed Feb 21, 2016
1 parent f69f3f0 commit 197a83a
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 197a83a

Please sign in to comment.