Pinned Repositories
CHTCollectionViewWaterfallLayout
The waterfall (i.e., Pinterest-like) layout for UICollectionView.
OtoolAnalyse
otool -ov生成的文件分析,查找无用的class和无用的类
tangyumeng's Repositories
tangyumeng/CHTCollectionViewWaterfallLayout
The waterfall (i.e., Pinterest-like) layout for UICollectionView.
tangyumeng/arithmetic_learning
tangyumeng/DesignPattern
设计模式案例
tangyumeng/FFmpeg-iOS-build-script
Shell scripts to build FFmpeg for iOS and tvOS
tangyumeng/GHWAppLaunchManager
使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。
tangyumeng/gopl
Solutions to the Exercises of "The Go Programming Language"
tangyumeng/LoadingAnimation
A Custom Design Loading Animation Project.
tangyumeng/MPPlayerDemo
ZFPlayer进行播放,KTVHTTPCache负责预加载的一个播放器Demo
tangyumeng/NSAttributedString
CoreText NSAttributedString 零基础教程。针对NSAttributedString各个属性进行了逐一的介绍,开发者可以清晰地知道每一个属性到底是做什么的。
tangyumeng/PPStickerKeyboard
iOS 表情键盘
tangyumeng/RCBacktrace
Getting backtrace of any thread for Objective-C and Swift
tangyumeng/XYIAPKit
苹果内购组件,提供产品列表查询、添加购买、恢复购买、票据校验、自动续费订阅过期检测以及提供用户交易持久化等功能。
tangyumeng/YBNetwork
基于 AFNetworking 网络中间层,功能细致易拓展