Pinned Repositories
15DaysofAnimationsinSwift
A project to learn animations.
A-GUIDE-TO-iOS-ANIMATION
The source code of my new eBook —— A GUIDE TO IOS ANIMATION. Just click the next website to buy
AFNetworking
A delightful networking framework for iOS, macOS, watchOS, and tvOS.
AppOrderFiles
The easiest way to generate order files for Mach-O using Clang. Improving App Performance.
avplayer
在cell中播放视频,仿网易新闻视频播放技术
FastVPN
FiristSwift
ModuleTest
OTLargeImageReader
Generate a thumbnail for a really large image, avoid of a terrible memory peak.
rhythmcity's Repositories
rhythmcity/AFNetworking
A delightful networking framework for iOS, macOS, watchOS, and tvOS.
rhythmcity/AppOrderFiles
The easiest way to generate order files for Mach-O using Clang. Improving App Performance.
rhythmcity/arm64-to-sim
Transmogrify native iOS frameworks to run in iOS Simulator on Apple silicon.
rhythmcity/atswift-2018-resources
Resource files for atswift conference 2018, including pdf, source projects or playgrounds. 2018 ** Swift 开发者大会源文件,包括 pdf 和源工程文件 https://atswift.swift.gg
rhythmcity/Blogs
rhythmcity/cocoapods-hmap
A Command Line Tool And CocoaPods plugin which can gen/read header map file.
rhythmcity/DevUtils-app
Offline Toolbox for Developers
rhythmcity/DoraemonKit
简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android )研发助手,你值得拥有。
rhythmcity/dsdump
An improved nm + Objective-C & Swift class-dump
rhythmcity/Graver
Graver 是一款高效的 UI 渲染框架,它以更低的资源消耗来构建十分流畅的 UI 界面。Graver 独创性的采用了基于绘制的视觉元素分解方式来构建界面,得益于此,该框架能让 UI 渲染过程变得更加简单、灵活。https://cocoapods.org/pods/Graver
rhythmcity/helloworld
django 第一次练习
rhythmcity/hmap
hmap is a command line tool written in Swift to work with Clang header maps produced by Xcode.
rhythmcity/iOS-Monitor-Platform
:books: iOS 性能监控 SDK —— Wedjat(华狄特)开发过程的调研和整理
rhythmcity/JXCategoryView
A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
rhythmcity/LYChart
rhythmcity/MachO-Explorer
A graphical Mach-O viewer for macOS. Powered by Mach-O Kit.
rhythmcity/MachO-Kit
A C/Objective-C library for parsing Mach-O files.
rhythmcity/OCRunner
Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.
rhythmcity/play_with_llvm
A book about LLVM & Clang(中文开源书:玩转 LLVM)
rhythmcity/plcrashreporter
Reliable, open-source crash reporting for iOS, macOS and tvOS
rhythmcity/rhythmcity.github.io
既然选择了一条路,何必去打听要走多久。
rhythmcity/ruby-hmap-prebuilt
结合 milend/hmap 与 Cat1237/cocoapods-hmap, 将 cocoapods 插件脚本化, 可用于构建机等可能不能安装插件的环境
rhythmcity/SwiftFlow
Elegant flowcharts in Swift ✨
rhythmcity/Telegram-iOS
Telegram-iOS
rhythmcity/Texture
Smooth asynchronous user interfaces for iOS apps.
rhythmcity/TTGTagCollectionView
Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be configured. 标签流显示控件,同时支持文字或自定义View
rhythmcity/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
rhythmcity/WMZPageController
分页控制器,替换UIPageController方案,具备完整的生命周期,多种指示器样式,多种标题样式,可悬浮,支持ios13暗黑模式(仿优酷,爱奇艺,今日头条,简书,京东等多种标题菜单) (Pagination controller with full life cycle, multiple indicator styles, multiple title styles)
rhythmcity/ZDLibffiTutorial
libffi的基本用法
rhythmcity/ZLCollectionView
为应对类似淘宝首页,京东首页,国美首页等复杂布局而写的Collectionview。基于UICollectionView实现,目前支持标签布局,列布局,百分比布局,定位布局,填充式布局,瀑布流布局等。支持纵向布局和横向布局,可以根据不同的section设置不同的布局,支持拖动cell,头部悬浮,设置section背景色和自定义section背景view,向自定义背景view传递自定义方法。实现了电影选座等高难度的布局。