Skip to content

simlay/uikit-sys

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2022
Jan 26, 2023
Jan 19, 2022
Jan 23, 2022
Sep 19, 2022
Jan 19, 2022
Jan 7, 2020
Jan 19, 2022
Jan 23, 2022
Jan 7, 2020
Jan 23, 2022
Aug 4, 2020
Jul 13, 2022

Repository files navigation

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.

Here are the docs: simlay.github.io/uikit-sys

Are there examples?

Maybe when I get the time.