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
For a navigation controller interface, forcing an orientation is not supported by the framework. See my answer here: https://stackoverflow.com/a/15301322/341994
For a workaround (not very good), see my answer here: https://stackoverflow.com/a/16379515/341994
However, forcing an orientation works fine for a presented view controller.