uikit-sys 0.0.1

An example of a bundled application
docs.rs failed to build uikit-sys-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

uikit-sys - Rust bindings to to iOS UIKit Objective-C framework

Build Status

Why?

Because there needs to exist some bindings to the iOS framework. This is the most complete bindgen of the docs as it uses all of the objective-c features in rust-bindgen.

How do I use this?

cargo doc --open --target aarch64-apple-ios and then read the docs. Admittedly, it would be nice if the docs had links to the original apple docs but that's actually kind of hard to do.

Are there examples?

Maybe when I get the time.