Anybody know of an example of a C++ library that someone has bridged up to Swift? Or does one need to go Objective-C++ and then to Swift?
Conversation
Replying to
You have to go to Obj-C++ first, yes.
Yes, in small quantities. It wasn’t so bad. Import the Obj-C++ header from your Swift bridging header; keep the C++ 100% in the .mm.
2
1
Show replies

