Highlights
Stars
DrawerKit lets an UIViewController modally present another UIViewController in a manner similar to the way Apple's Maps app works.
⏯ Video player, support for caching, preload, fullscreen transition and custom control view. 视频播放器,支持边下边播、预加载、全屏转场和自定义控制层
功能描述:WSLWaterFlowLayout 是在继承于UICollectionViewLayout的基础上封装的控件, 目前支持竖向瀑布流(item等宽不等高、支持头脚视图)、水平瀑布流(item等高不等宽 不支持头脚视图)、竖向瀑布流( item等高不等宽、支持头脚视图)、栅格布局瀑布流 4种样式的瀑布流布局。
In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.
Provides a modern way of implementing LINE APIs in Unity games, for iOS and Android.
A working example of how to augment and retrieve HTTP headers on requests made by the iOS AVPlayer using a reverse proxy server on the device.
A jailbreak detection library for iOS
😘 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)
An open source application scanning tool
iOS代码混淆(iOS_NQConfuseTool)是一款运行在MACOS平台的App、完美支持OC和Swift项目代码的自动混淆、支持、文件名、修改资源文件、类名、方法名、属性名、添加混淆函数方法体、添加混淆属性、自动调用生成的混淆代码,功能强大而稳定,全局自动化,安全加固。马甲包混淆工具,最重要的是完全免费。(随机单词拼接)
A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience
Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
iOS内购(This is used for in app purchases on iOS) [Swift Version]:https://github.com/itenfay/DYFStore
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
iOS platform tool, watch UI thread, report slow call stack.
imfile-io / imfile-desktop
Forked from agalwood/MotrixA full-featured download manager.
A utility class that allows for rotating/locking screen orientation anytime, anywhere. 屏幕旋转工具类,能通过代码随时随地旋转/锁定屏幕方向。
Thread-safe NSTimer alternative that doesn't retain the target and supports being used with GCD queues.
iOS 全局悬浮球,悬浮按钮,拖拽拖动,贴边吸附,隐藏和显示,旋转屏幕适配,坐标转换
之前升级 Xcode15 的时候,Xcode15 会自动强依赖 SwiftUI,SwiftUI 是从 iOS13 开始支持的。 如果你们有项目升级了 Xcode15,但是项目还需要支持 13 以下,那么在 13 以下设备上就会启动必定崩溃。 为了解决这个问题,我今天写了一个 python 脚本来扫描这些 项目最低版本和强依赖系统库版本不一致的问题。 欢迎大家使用