I'm almost done my first app, but I want to be able to know how to support landscape mode.
(The app displays an RSS feed)
(The app displays an RSS feed)
You need to implement shouldAutorotateToInterfaceOrientation:
I read the entire guide. It makes next to no sense. I understand that I have to add the code:
@property(nonatomic, readonly) UIInterfaceOrientation interfaceOrientation
BUT - I have no idea where I put it in. It says that it needs to be declared in a place that I can't even find!
I read the entire guide. It makes next to no sense. I understand that I have to add the code:
@property(nonatomic, readonly) UIInterfaceOrientation interfaceOrientation
BUT - I have no idea where I put it in. It says that it needs to be declared in a place that I can't even find!