-
Hi everyone,
I'm porting an iOS app to Windows. I would like to reuse the business logic of the iOS app (written in Objective-C) but rewrite the UI-part using Xaml and C#.
Is it possible to access O…
-
The current Swift API cannot be used from Objective-C. We have an Objective-C codebase where we would like to use this library so we are planning to add Objective-C support to LayoutKit.
Current pl…
-
Would you be up for creating Objective-C bindings? Having those it would be a trivial task to use the library with Kotlin Native and Swift. AFAIU the currently available alternative is to use C bindin…
-
xCode doesn't support refactoring not only Objective-C++ code but also normal Objective-C code which uses Objective-C++ code.
I had to use some tricks to make it workable (somehow hid unsupported code…
-
this repo is marked as objective-c, but it's dart instead!
-
With the [Objective-C](https://crates.io/crates/objc) crate, the machinery to send messages is available in stable Rust. From there, it should be possible to parse Objective-C headers, and generate Ru…
-
Is there any plan to support Objective-C?
-
Hi @toygar can u add objective c support...is this possible to use with objective c??
-
Great blogpost! I tried translating it into objective C, but seem to run into some issues:
in AppDidLaunch
UIImageView *imageView = [[UIImageView alloc] initWithFrame:[UIScreen mainScreen].bounds…
-
Any chance you can post an obj-c example ?