Skip to content
Gyeonghwan edited this page Aug 4, 2016 · 1 revision

縦・横表示

NAVER Cafe SDKは、縦表示と横表示の両方に対応します。

NAVER Cafe SDKを横表示で実行する例を示します。

// 基本値はYES
// 横表示
[[NCSDKManager getSharedInstance] setOrientationIsLandscape:YES];
// 縦表示
[[NCSDKManager getSharedInstance] setOrientationIsLandscape:NO];

Other NAVER CAFE SDK Documents.

Unity

Unreal

Cocos-2dx

Android

Clone this wiki locally