From 2113238684b5c3f15be391d7a44bde1c767675b1 Mon Sep 17 00:00:00 2001 From: mats-claassen Date: Thu, 3 Sep 2015 11:13:28 -0300 Subject: [PATCH] Update README.md Changed screenshot path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a19fb..99f2921 100644 --- a/README.md +++ b/README.md @@ -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