i want implement similar how facebook implemented landscape mode ios app.
in landscape mode, on right side there persistent right panel. in portrait mode, news feed shows. how can implement this?
there nothing provided sdk want (uisplitviewcontroller
close, opposite of you're asking about). you'll have use custom container view controller this. suggest checking out implementing container view controller part of view controller programming guide ios.