romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

README is missing instructions to link to Accelerate framework #34

Closed leolobato closed 10 years ago

leolobato commented 10 years ago

Manual installation says "All you need to do is drop REFrostedViewController files into your project", but you actually need to link against the Accelerate framework for it to build.

BootMaker commented 10 years ago

Just another typo in README, the storyboard ID is not : menuViewController and contentViewController BUT contentController and menuController.

Wrong: Add more view controllers to your Storyboard, and give them identifiers "menuViewController" and "contentViewController". Note that in the new XCode the identifier is called "Storyboard ID" and can be found in the Identity inspector.

the correct:

Add more view controllers to your Storyboard, and give them identifiers "menuController" and "contentController". Note that in the new XCode the identifier is called "Storyboard ID" and can be found in the Identity inspector.

romaonthego commented 10 years ago

Fixed, thanks.