ラベル [en]Objective-C の投稿を表示しています。 すべての投稿を表示
ラベル [en]Objective-C の投稿を表示しています。 すべての投稿を表示

How to call Objective-C method from C++

I know the way of calling Objective-C method from C++ file without connecting file for them. Check this below and you will notice how easy i...

Crashed cocos2d 2.1 on Xcode 7.3

cocos2d 2.1with Xcode 7.3 means getting crash! Environment cocos2d for iPhone 2.1 Xcode 7.3 What's happened. Build app with coc...

Failed http connection in iOS 9

Failed http connection in iOS 9
In iOS apps, http connection is always fail from iOS 9, because of the access server does not contain App Transport Security(ATS). What...

Warning about supportedInterfaceOrientations

Your iOS project might get warning supportedInterfaceOrientations on Xcode 7.0. The cause is just building for iOS 9. Conflicting return ...