iOS启动框架,支持启动生命周期分发,启动任务分布式注册,启动任务依赖,支持设置启动任务在各生命周期的优先级,执行所在线程以及对其他启动任务的依赖。根据启动任务的依赖关系,检测循环依赖,并发执行,提升启动的效率。同时,统计各启动任务消耗的时间,暴露给外部使用。
☆24Dec 23, 2020Updated 5 years ago
Alternatives and similar repositories for RZLauncher
Users that are interested in RZLauncher are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 仿抖音评论触底反弹的效果,支持毛玻璃背景蒙层样式等☆11Sep 29, 2020Updated 5 years ago
- SiriDemo,包括iOS11中定制Intent和iOS12中自定义Intent和ShortCut的结合,包括自定义UI☆15Sep 6, 2018Updated 7 years ago
- Video Recorder For iOS Platform☆12Sep 12, 2022Updated 3 years ago
- Resize Rectangle on Touch & Drag☆10Jan 20, 2019Updated 7 years ago
- iOS设备沙盒文件的工具, 文件操作进度回调☆10May 28, 2018Updated 7 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 优雅的模拟 Objective-C 方法,对参数、返回值进行任意修改和检查。☆24Aug 3, 2020Updated 5 years ago
- 使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。☆92Sep 25, 2019Updated 6 years ago
- ☆13Jul 7, 2020Updated 5 years ago
- Sepicat Data Parser - 获取到更多的 GitHub 信息☆58Jul 22, 2022Updated 3 years ago
- 直播间点赞,直播间鼓掌动画☆27Sep 5, 2016Updated 9 years ago
- CocoaPods plugin which allows you to generate a static library from a podspec.☆23Jan 24, 2019Updated 7 years ago
- Translating symbolicated Apple JSON format crash log into our old friends :)☆14Nov 28, 2021Updated 4 years ago
- An OpenGLRenderer For iOS Platform☆21Dec 1, 2017Updated 8 years ago
- 知识小集 iOS 客户端☆26Jul 2, 2018Updated 7 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 高仿QQ下拉水滴刷新效果☆35Nov 5, 2015Updated 10 years ago
- TableView performance optimize base on YYAsyncLayer 基于YYAsyncLayer异步绘制实现优化列表☆21Jul 9, 2016Updated 9 years ago
- iOS原生热更新☆25Jan 27, 2021Updated 5 years ago
- ☆31Sep 3, 2018Updated 7 years ago
- demo for jscore☆13Oct 18, 2018Updated 7 years ago
- Recording all OC methods in the main thread takes time☆387Aug 10, 2023Updated 2 years ago
- 本demo为基本图片编辑,可对照片进行椭圆、矩形、文字涂鸦绘制,并有extensions,可在照片应用调用。☆14Jan 4, 2018Updated 8 years ago
- IOS_objc版Tabbar☆10Dec 13, 2019Updated 6 years ago
- This is the code from the SQLite tutorial. You can checkout the starter branch if you would like to follow along with the video.☆15Sep 12, 2017Updated 8 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- iOS UICollection Compositional Layout☆20Aug 25, 2023Updated 2 years ago
- 动画弹窗,方便灵活,达到给控制器瘦身的效果☆14Mar 10, 2016Updated 10 years ago
- ☆14Jul 5, 2024Updated last year
- light weight network connetion☆13Nov 1, 2013Updated 12 years ago
- 仿造半糖的下拉刷新效果☆11May 8, 2016Updated 9 years ago
- CollectionView Custom Layout☆10Jan 6, 2015Updated 11 years ago
- ☆178Sep 22, 2020Updated 5 years ago
- 轻量级线程监控工具,当线程数量过多或线程爆炸时候,就打印所有线程堆栈。☆176Apr 13, 2020Updated 5 years ago
- A demo for my blog post☆58May 25, 2016Updated 9 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 自定义弹窗管理工具☆84Feb 6, 2026Updated last month
- iOS: Capture video and audio data(by AVCaptureSession and audio unit). Encode origin audio / video data. Final compose audio and video da…☆30Jul 12, 2019Updated 6 years ago
- ☆12Mar 16, 2023Updated 3 years ago
- Use Kiwi to replace objc.io's first issue. Just a demo for Kiwi and my post.☆13May 9, 2014Updated 11 years ago
- 在某个页面上强制横屏或竖屏。☆11May 11, 2020Updated 5 years ago
- 非常高兴您能看到这本整理翻译的外文书,我也是无意间看到这本书的,还有就是现在出去面试基本上都会问架构相关的东西,其实架构这玩意,大家都在用,只是平常很少考虑罢了,都说脱离了业务谈架构就是耍流氓,架构没有好坏,只有适合不适合,正如鲁迅叼着烟说:世上本无架构,代码写的多了,走在…☆71Apr 14, 2022Updated 3 years ago
- textField中输入身份证号,手机号,银行卡号时每隔几位需要添加空格。当输入错误时需要从末尾或者中间删除,删除之后还要保持当前textfield的中内容保持每隔几位就有一个空格的格式。这个分类主要是为了解决这个问题☆26Sep 11, 2018Updated 7 years ago