写在前面:
首先感谢本文内涉及到的所有代码编写的作者,感谢你们的开源!同时感谢我的技术群友(群号:511860085)的优秀代码推荐!在本文中我将以标签的形式来方便读者的查找,大部分代码我都会放上GIF图来提供参考。下面我将列出本文涉及到的代码标签分类,你可以直接复制标签,然后全局搜索(command+f)后使用Enter键来滚动到你需要的代码推荐,以此来跳过你不感兴趣的部分。
我为什么这样搞,因为简书烂编辑器不支持跳转到指定目录!
文字出现动画 按钮圆角 球形滚动标签 扇形向上滚动标签 转场动画 全屏侧滑 按钮单选多选 粒子logo 购物车 搜索/热搜/历史 文字闪烁 模块大本 全景图 摇色子 商品赛选框 自动匹配邮箱输入 小说阅读 菜单/折叠 pageVC 二维码/条形码 中国特色TabBar 身份证识别 播放器 占位 占位
文字出现动画
https://github.com/lexrus/LTMorphingLabel
815cd3e8-0caa-11e4-9738-278a9c959478.gif
文字闪烁
https://github.com/facebook/Shimmer
textheight.gif
球形滚动标签
https://pan.baidu.com/s/1c2O84xU
扇形向上滚动标签
https://pan.baidu.com/s/1c4jh5ny
按钮圆角
https://github.com/elpsk/APRoundedButton F9A626D0-320D-4A03-9F86-87678EECAF3A.jpeg
边框/虚线/实线/圆角
https://github.com/YueRuo/YRBorderView
按钮单选多选
https://github.com/DavydLiu/DLRadioButton
转场动画
https://github.com/alanwangmodify/WXSTransition
全屏侧滑
百度知道团队开源,用法:https://www.jianshu.com/p/53df23a8bd1f
https://github.com/forkingdog/FDFullscreenPopGesture
搜索/热搜/历史
https://pan.baidu.com/s/1smEUObj
购物车
https://github.com/ShayneChow/ZXShopCart
https://github.com/Josin22/JSShopCartModule
分享弹出框
https://github.com/wwdc14/HyPopMenuView 这个是原作,由于iOS11的问题,直接运行会崩溃,需要修改下
在 HyPopMenuView.m 里,
要将那个_backgroundview 的类型由 UIView 变成UIVisualEffectView
然后将所有的[_backgroundview addSubView:xx]
变成 [_backgroundview.contentView addSubView:xx]
不会修改的拿我修改好的:https://pan.baidu.com/s/1douZBC
https://pan.baidu.com/s/1dZcmLo
https://github.com/wwdc14/HyRoundMenuView
粒子logo
https://github.com/Xieyupeng520/AZEmitter
模块大本营(强力推荐)
https://github.com/NJHu/iOSProject
全景图(图片需要专业机器制作)https://github.com/bestswifter/BSPanoramaView
摇色子
https://pan.baidu.com/s/1nwhnhpB
商品赛选框
https://github.com/12207480/DOPDropDownMenu-Enhanced
自动匹配邮箱输入
https://github.com/RadishLin/MailMatching
pageVC(网易新闻、各种page样式)
为了减小图片大小,我只截取部分图片。具体请点击链接
https://github.com/jasnig/ZJScrollPageView
image.png
使用最多的一款
https://github.com/wangmchn/WMPageController
小说阅读
https://github.com/dengzemiao/DZMeBookRead
菜单/折叠
https://github.com/ChenYilong/CollectionViewClassifyMenu
二维码/条形码
https://github.com/MxABC/LBXScan
中国特色TabBar (4000+star 强力推荐)
https://github.com/ChenYilong/CYLTabBarController
播放器
https://github.com/renzifeng/ZFPlayer
身份证识别
https://github.com/KevinGong2013/ChineseIDCardOCR
身份证识别
https://pan.baidu.com/s/1eSWCu1G
网友评论