LiuXingCode's Stars
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
flutter/plugins
Plugins for Flutter maintained by the Flutter team
CocoaPods/CocoaPods
The Cocoa Dependency Manager.
toly1994328/FlutterUnit
All Platform Flutter Experience App
Tencent/QMUI_iOS
QMUI iOS——致力于提高项目 UI 开发效率的解决方案
flutterchina/flukit
A Flutter UI Kit(一个 Flutter UI组件库),包含 ScaleView, Swiper, PullRefresh, WaterMark, GradientCircularProgressIndicator...
Tencent/libpag
The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.
SwiftOldDriver/iOS-Weekly
🇨🇳 老司机技术 iOS 周报
chiahsien/CHTCollectionViewWaterfallLayout
The waterfall (i.e., Pinterest-like) layout for UICollectionView.
CarGuo/gsy_flutter_book
Flutter 完整开发实战详解系列,提供在线预览和pdf下载,本系列将完整讲述:如何快速从 0 开发一个完整的 Flutter APP,配套高完成度 Flutter 开源项目 GSYGithubAppFlutter ,同时会提供一些Flutter的开发细节技巧,之后深入源码和实战为你全面解析 Flutter 。
answer-huang/dSYMTools
dSYM analyze
SilenceLove/HXPhotoPicker
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
QMUI/LookinServer
Free macOS app for iOS view debugging.
suzuki-0000/SKPhotoBrowser
Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift
aozhimin/iOS-Monitor-Platform
:books: iOS 性能监控 SDK —— Wedjat(华狄特)开发过程的调研和整理
bytedance/flutter_ume
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
12207480/TYCyclePagerView
a simple and usefull cycle pager view ,and auto scroll banner view(轮播图) ,include pageControl for iOS,support Objective-C and swift
mokagio/UICollectionViewLeftAlignedLayout
A layout for UICollectionView that aligns the cells to the left.
gnustep/libs-base
The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
showxu/objc4
A latest buildable and debuggable Objective-C runtime (objc4-818.2) project.
nicklockwood/LRUCache
LRUCache is an open-source replacement for NSCache that behaves in a predictable, debuggable way
CoderMJLee/BinaryTrees
Some operations for binary tree
baozoudiudiu/CWCarousel
轮播图banner
baidu/CarbonGraph
A Swift dependency injection / lookup framework for iOS
rogertan30/CodeForJob
iOS面试知识笔记汇总
DSAppTeam/cocoapods-project-hmap
A cocoapods plugin to improve the compilation speed of the preprocessing stage.
SwiftOldDriver/Salon
hubupc/objc4-818.2
objc4-818.2 源码编译、调试
gw-easy/GW_CrashCat
根据xcarchive原始文件和crash崩溃日志文件,定位代码问题出现点。自动获取和读取dsym文件。使用xcrun atos命令,对arm64,armv7内存位置进行解析
LiuXingCode/LXLRUCache
用LRU淘汰算法实现类似NSCache的缓存工具