Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Open Source Ios Apps | 35,045 | 9 hours ago | 6 | cc0-1.0 | ||||||
:iphone: Collaborative List of Open-Source iOS Apps | ||||||||||
Onepage Scroll | 9,528 | 19 | 1 | 3 years ago | 2 | October 01, 2015 | 268 | JavaScript | ||
Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin | ||||||||||
Dash Ios | 6,980 | 2 years ago | 34 | gpl-3.0 | Objective-C | |||||
Dash gives your iPad and iPhone instant offline access to 200+ API documentation sets | ||||||||||
Xhlaunchad | 3,486 | 21 | 2 years ago | 63 | January 14, 2020 | 164 | mit | Objective-C | ||
🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】 | ||||||||||
Bender | 1,759 | 19 days ago | 5 | October 22, 2018 | 18 | mit | Swift | |||
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood. | ||||||||||
Neural Engine | 1,464 | 2 months ago | 4 | mit | ||||||
Everything we actually know about the Apple Neural Engine (ANE) | ||||||||||
Popcorntimetv | 1,312 | 3 months ago | 176 | gpl-3.0 | Swift | |||||
Popcorn Time for Apple TV 4, iPhone and iPad | ||||||||||
Leealert | 1,230 | 3 | 7 months ago | 47 | June 24, 2022 | 34 | mit | Objective-C | ||
优雅的可自定义 Alert ActionSheet | ||||||||||
Bleunlock | 1,197 | 5 months ago | 22 | Swift | ||||||
Lock/unlock your Mac with your iPhone, Apple Watch, or any other Bluetooth LE devices | ||||||||||
Ios Dev Flow | 1,195 | 8 years ago | 2 | |||||||
iOS 开发流程笔记 |
** See [issues after cutover]{}
Fanling10 is is a version of fanling using rust.
Fanling is a program/app for storing personal data.
Fanling can currently run on:
Because of the design, Fanling should be able to be ported to MS Windows, Apple and possibly iPhone.
Most of the code is written in Rust, and uses cross-platform crates. In particular, Git (or, rather, git2) is used to synchronise data across multiple installations, and sqlite is used to search a library. This means that the same data can be synchronised across multiple installations, even though they are on different platforms.
Fanling can store different kinds of data. At present, it stores:
Fanling can be extended to add new kinds of data.
Use cargo doc --all --open
to generate the existing code generation
for the Rust code. (Add --document-private-items
for documentation
of non-public items).
Currently preparing for release on GitHub.
The initial version is still being coded and tested. There are still many TODOs and the tests only cover part of the code.