Orientation Issue with photo browser
问题 I am using KTPhotoBrowser. Can any one tell me why when I use the TabBarSample of this code in my project, I am not able to make the photos work for landscape? The photos always display in portrait mode as my project only runs in portrait. How do I solve this issue? I have added the following -(BOOL)shouldAutorotate { return YES; } in SDWebImageRootViewController.m but still no luck. Please can anyone download this and see why the TabBarSample(project) not working for the landscape ? 回答1: I