I\'ve implemented the proper functions, but they don\'t get triggered? I\'ve tried several solutions here on StackOverFlow, but none of them work. I\'ve tried adding the vie
If you are pushing a view controller to a stack of other view controllers in a navigation controller, requiring landscape only will not work well. You should display the landscape-constraint view controller modally.
See my answer here for an example project: https://stackoverflow.com/a/16022631/983912