denmanboy's Stars
knightsj/awesome-algorithm-question-solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
XuYang8026/UniversalProject
基于MVC架构的iOS轻量级框架,封装了基类、基于猿题库YTKNetwork的网络服务、工具库,NavigationController转场动画/瀑布流/粒子动画/小demo,已适配iOS11 & iPhone X。欢迎Star🌟
wangrui460/WRNavigationBar
超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically
axe-org/axe
a modular architecture to separate code, compilation, running, testing of each module
MoZhouqi/KMNavigationBarTransition
A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically.
listenzz/HBDNavigationBar
A custom UINavigationBar for smooth switching between various states, including bar style, bar tint color, background image, background alpha, bar hidden, title text attributes, tint color, shadow hidden...
linminjing888/MJRunLoopDemo
iOS RunLoop 卡顿监测
lib-pku/libpku
贵校课程资料民间整理
Flipboard/FLAnimatedImage
Performant animated GIF engine for iOS
FLEXTool/FLEX
An in-app debugging and exploration tool for iOS
HDB-Li/LLDebugTool
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
imlifengfeng/FFRouter
Powerful and easy-to-use URL routing library in iOS that supports URL Rewrite(强大、易用、支持 URL Rewrite的 iOS 路由库)
facebook/fishhook
A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
miniLV/Interview-series
iOS从入门到进阶 - 技术合集
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
liberalisman/iOS-InterviewQuestion-collection
iOS 开发者在面试过程中,常见的一些面试题,建议尽量弄懂了原理,并且多实践。
tigerAndBull/TABAnimated
A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Tencent/QMUI_iOS
QMUI iOS——致力于提高项目 UI 开发效率的解决方案
showx/book
计算机书籍整理
HanQiGod/HQMVVM_RAC_Router
🔥🔥🔥搭建App框架(MVVM+RAC+路由)
DarielChen/iOSTips
记录iOS(Swift)开发中的一些知识点、小技巧
nicklockwood/NullSafe
NullSafe is a simple category on NSNull that returns nil for unrecognised messages instead of throwing an exception
pujiaxin33/JXSegmentedView
A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
pujiaxin33/JXPagingView
类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。
gonzalonunez/Skeleton
✨ An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
mayqiyue/OCSkeleton
[OCSkeleton] - Make your loading view a little difference.
Juanpe/SkeletonView
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
airbnb/lottie-ios
An iOS library to natively render After Effects vector animations
DevDragonLi/iOSInterviewsAndDevNotes
🚴 iOS Interviews, Dev Notes && Git ...
wuyunfeng/LightWeightRunLoop-A-Reactor-Style-NSRunLoop
NSRunLoop Reactor Style Implementation: Using BSD kqueue implements iOS/Mac NSRunLoop and RunLoop-Relative Foundation such as perform selector(or delay some times) on other thread , Timer, URLConnection ,LWStream(LWInputStream、LWOutputStream) , LWPort(LWSocketPort) etc.