All Projects → simlay → uikit-sys

simlay / uikit-sys

Licence: Apache-2.0 license
Rust Bindings for the iOS UIKit Objective-C framework

Programming Languages

rust
11053 projects
Makefile
30231 projects
shell
77523 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to uikit-sys

ALRadioButtons
RadioButtons for iOS. Inherited from UIControl, support 2 native styles, fully customizable.
Stars: ✭ 65 (+85.71%)
Mutual labels:  uikit
NotificationToast
Google toast the Apple way !
Stars: ✭ 132 (+277.14%)
Mutual labels:  uikit
STTextView
📝 STTextView is a light-weight library that adds a placeholder to the UITextView.
Stars: ✭ 36 (+2.86%)
Mutual labels:  uikit
awesome-ios
A collaborative list of awesome for iOS developers. Include quick preview.
Stars: ✭ 1,329 (+3697.14%)
Mutual labels:  uikit
curry
curry is a framework built to enhance and compliment Foundation and UIKit.
Stars: ✭ 47 (+34.29%)
Mutual labels:  uikit
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-28.57%)
Mutual labels:  uikit
sendbird-javascript-samples
A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for JavaScript samples.
Stars: ✭ 315 (+800%)
Mutual labels:  uikit
awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+2322.86%)
Mutual labels:  uikit
BottomSheet
Access UISheetPresentationController in SwiftUI on iOS 15 using a simple .bottomSheet modifier.
Stars: ✭ 332 (+848.57%)
Mutual labels:  uikit
skill6-website-frontend
技术流网站前端工程。网站名称:技术流,英文名:skill6。使用前后端分离架构,前端使用vue、nodejs、bootstrap、emement ui、iview等开源框架实现,主要功能有:登录注册、单点登录、restful设计、文章及评论、资源下载、提问答疑、视频教程等。持续更新中... 地址:
Stars: ✭ 21 (-40%)
Mutual labels:  uikit
ALProgressView
Animated and fully customizable progress view with 2 styles: ring and bar.
Stars: ✭ 72 (+105.71%)
Mutual labels:  uikit
KeyboardLayoutGuide
Enables you to set up Auto Layout constraints directly between your views and the iOS keyboard.
Stars: ✭ 55 (+57.14%)
Mutual labels:  uikit
awesome-neumorphism
A curated list of awesome Neumorphism resources.
Stars: ✭ 15 (-57.14%)
Mutual labels:  uikit
Driftwood
Driftwood is a DSL to make Auto Layout easy on iOS, tvOS and macOS.
Stars: ✭ 14 (-60%)
Mutual labels:  uikit
bruno
An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)
Stars: ✭ 1,802 (+5048.57%)
Mutual labels:  uikit
SheeKit
Customize and resize sheets in SwiftUI with SheeKit. Utilise the power of `UISheetPresentationController` and other UIKit features.
Stars: ✭ 56 (+60%)
Mutual labels:  uikit
ALButtonMenu
A simple, fully customizable menu solution for iOS.
Stars: ✭ 45 (+28.57%)
Mutual labels:  uikit
LocalConsole
In-app console and debug tools for iOS developers
Stars: ✭ 595 (+1600%)
Mutual labels:  uikit
iOS14-Resources
A curated collection of iOS 14 projects ranging from SwiftUI to ML, AR etc.
Stars: ✭ 85 (+142.86%)
Mutual labels:  uikit
Zaina-iOS
A UIKit Game.
Stars: ✭ 43 (+22.86%)
Mutual labels:  uikit

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].