Skip to content

[EN] Screen Orientation

Gyeonghwan edited this page Aug 4, 2016 · 1 revision

Landscape or Portrait

The NAVER Cafe SDK supports both landscape and portrait orientation.

The following code shows an example of how to execute the NAVER Cafe SDK in landscape mode.

// Default value is YES.
// Landscape
[[NCSDKManager getSharedInstance] setOrientationIsLandscape:YES];
// Portrait
[[NCSDKManager getSharedInstance] setOrientationIsLandscape:NO];

Other NAVER CAFE SDK Documents.

Unity

Unreal

Cocos-2dx

Android

Clone this wiki locally