From 7dfd166acc207843e0155f5b057b0fb5ac1ea3a3 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Thu, 3 Dec 2015 22:40:10 -0300 Subject: [PATCH] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b043989 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Note: Instructions on how to connect delegate and reference outlets from the Navigation Controller in Interface Builder to the custom NavigationControllerDelegate class at this [link](http://stackoverflow.com/questions/21501286/is-it-possible-to-ctrl-drag-in-storyboard-to-set-a-uinavigationcontrollerdelegat). Refer to answer by Alex on Jul 4 at 14:14).