I have many view controllers in my app (which supports all orientations). Some of those view controllers have content that is too much to fit in landscape. How can I limit some of my views to portrait while also having some portrait and landscape.
P.S. I'm using objective-C, and i've seen a lot of swift answers but I'm not good at translating Swift->Obj-C