How can I mix objective-c objects (i.e UITextView) with pure c++ UI like DooleJump leadboard, which is scrollable and the text in it is from system`font. Can somebody help me ..thanks…
How can I mix objective-c objects (i.e UITextView) with pure c++ UI like DooleJump
Share
I can’t see the relation between DooleJump leadboard being scrollable and using system fonts, and the use of C++.
Anyway, to answer the question, if you need to mix Objective-C and C++, use Objective-C++ (and rename all your files from “.m” to “.mm”)