11.iOS常用来参考技术类库:

作者: 小白哥有话说 | 来源:发表于2017-04-27 17:32 被阅读390次

ps:以下每个类库都是敝人用过之后,在某项技术上特别牛逼,推荐给大家,以飨食者!

截止到20170426总结 最后的技术为:极光推送
友情提示:以下排序按照首字母A—Z 的顺序进行排序:

目录如下:

个人常用技术类库目录.png

倒计时专用
https://github.com/gitkong/countDownDemo

第三方登录
https://github.com/Lede-Inc/LDSDKManager_IOS

各种平台二维码扫描吊炸天
LBXScan
https://github.com/MxABC/LBXScan
ZXingObjC
https://github.com/TheLevelUp/ZXingObjC

环信集成方面参考
LZEasemob3
https://github.com/nacker/LZEasemob3
ZYChat
https://github.com/zyprosoft/ZYChat

获得本地通讯录名单
PPGetAddressBook
https://github.com/liuhenCoder/ABPeoplePickerNavigationController-CNContactPickerViewController-MFMessageComposeViewController

获得相册并选择多张图片上传
DemoOfAlbumShow
https://github.com/SirJunqiuWu/DemoOfAlbumShow

监听类中任何方法(代替继承)
Aspects
https://github.com/steipete/Aspects

可以监听nav返回按钮的点击
uiNavigationcontrollerBackHandler https://github.com/mengmanzbh/uiNavigationcontrollerBackHandler

类似微信聊天录音和播放
LGAudioKit
https://github.com/gang544043963/LGAudioKit

模型通讯录排序吊炸天
KBSortTool
https://github.com/Mringkang/KBSortTool

瀑布流效果参考
WaterfallFlowDemo https://github.com/lengmolehongyan/WaterfallFlowDemo

商城界面
Linkage
https://github.com/leejayID/Linkage

数据存储解归档
WZXArchiver
https://github.com/Wzxhaha/WZXArchiver

图文混排吊咋天
CoreLabel
https://github.com/CharlinFeng/CoreLabel
TYAttributedLabel
https://github.com/12207480/TYAttributedLabel

下载视频本地播放吊
HLZipImage
https://github.com/jidao123/HLZipImage
MPDownLoadManager https://github.com/shaoyanglichao01/MPDownLoadManager

优秀轮播图设计
SDCycleScrollView
https://github.com/gsdios/SDCycleScrollView

支付方面
FLPayManager
https://github.com/gitkong/FLPayManager

自定义TabBar参考
XHTabBar
https://github.com/CoderZhuXH/XHTabBar

Frame或者AutoLayout布局
HandyAutoLayout
https://github.com/casatwy/HandyAutoLayout

IJKMediaFramework
MiaowShow
https://github.com/SunLiner/MiaowShow
YZLiveAppDemo
https://github.com/iThinkerYZ/YZLiveAppDemo

MJ大神方面
MJExtension
https://github.com/CoderMJLee/MJExtension
MJRefresh
https://github.com/CoderMJLee/MJRefresh

OC 与JS互相调用
JavaScriptCore
https://github.com/hszhsh/JavaScriptCore
WKWebViewH5ObjCDemo https://github.com/CoderJackyHuang/WKWebViewH5ObjCDemo

shareSDK自定义界面
JZShare
https://github.com/chenzht/JZShare

附上本人的自创封装Demo以及类库等,欢迎大家使用!

微信支付功能集成:(本人得意之作)
https://github.com/zxwIsCode/WechatAliPay

个人空项目集成:(本人强烈建议使用)
https://github.com/zxwIsCode/FirstDemo

TextFeild 控件是否有文字功能集成:
https://github.com/zxwIsCode/TextFieldEditeState
极光推送集成:
https://github.com/zxwIsCode/TestPushJiGuang
百度地图集成 :
https://github.com/zxwIsCode/BaiduMapDemo
环信集成:
https://github.com/zxwIsCode/DaviDEaseMoble
视频直播集成:
https://github.com/zxwIsCode/LiveStreaming
科大讯飞语音解析以及合成集成以及项目:
https://github.com/zxwIsCode/DaviD_VoiceMap

有问题请联系QQ1824496534,备注,我的项目!谢谢支持!

相关文章

  • 11.iOS常用来参考技术类库:

    ps:以下每个类库都是敝人用过之后,在某项技术上特别牛逼,推荐给大家,以飨食者! 截止到20170426总结 最...

  • iOS常用来参考技术类库:

    ps:以下每个类库都是敝人用过之后,在某项技术上特别牛逼,推荐给大家,以飨食者! 截止到20170426总结 最后...

  • jackson学习(一):jsonStringToList(js

    前言 Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。 参考项目:https:/...

  • 写标书的注意事项

    1、收集好前期可用来参考的资料,分为两类:通用部分借鉴、技术部分借鉴。 2、收集用来约束本期项目的相关文件,如:用...

  • iOS技术文档No.5 AppKit_NSShadow

    NSShadow 保存绘制阴影的类,iOS和macOS都能用,iOS中主要用来为富文本设置阴影,参考iOS技术文档...

  • strathausen/dracula

    手动布局中可以参考的一个类库 类库渲染引擎是使用SVG实现的渲染,可参考布局相关的代码 https://www.g...

  • __unsafe_unretain、__strong、__wea

    iOS开发ARC内存管理技术要点 参考一 参考二 strong,weak 用来修饰属性。strong 用...

  • DSP系统技术架构参考【技术类】

    前面基本已经将DSP的典型模式、主要机制及要点都介绍了。可能有些同学会好奇DSP系统内部的技术架构。下面截取部分D...

  • java 集合框架笔记

    参考: 中文API Java集合类: Set、List、Map、Queue使用场景梳理 Collections类常...

  • argparse模块

    argparse库是用来管理命令行参数 参考资料:argparse模块官方文档

网友评论

  • Colin_狂奔的蚂蚁:个人空项目集成 这个空项目真不怎么样
    小白哥有话说:@狂奔蚂蚁 嘿嘿,多谢指导,后期会把这些问题解决!共同努力,另外个人感觉网络集成还是集中的更实用一些,个人建议!
    Colin_狂奔的蚂蚁:@看_北方的风信子 我可以给你些思路:1、界面跳转路由没做起来;2、导航栏没有统一管理;3、第三方库用的太多,并且没有用cocoapods管理;4、网络这块用的是集约模式,可以尝试下离散型;5、代码风格比较杂乱,没有规范;。。。
    小白哥有话说:@狂奔蚂蚁 嘿嘿,:+1:大牛啊,敢问您的新项目让看看呗:smile:

本文标题:11.iOS常用来参考技术类库:

本文链接:https://www.haomeiwen.com/subject/bilnzttx.html