Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed screenshot path
  • Loading branch information
mats-claassen committed Sep 3, 2015
1 parent 78aceb1 commit 2113238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ XLSlidingContainer is a Custom Container Controller that embeds two independent
When the bar is dragged up the upper ViewController will minimize and the lower one will maximize. When it is dragged down it behaves the other way around.

#####Screenshot of an example using XLSlidingContainer
![Screenshot of Example](Example/XLSlidingContainer/images/XLSliderDemo.gif)
![Screenshot of Example](ObjectiveCExample/XLSlidingContainer/images/XLSliderDemo.gif)

The embedded controllers have to conform to the XLContainedViewController protocol to be informed of changes to their display size. This might be of interest to them as they might want to change their appearance and layout when that happens. These functions are optional but will surely be defined in most cases:
```objc
Expand Down

0 comments on commit 2113238

Please sign in to comment.