首页 技术 正文
技术 2022年11月23日
0 收藏 360 点赞 4,267 浏览 1201 个字
#解决键盘弹起遮挡工具
pod 'IQKeyboardManagerSwift', '~>4.0.6'
#多种类型弹出框
pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift'
# Alamofire 网络库 (4.1.0最低支持iOS8.,.0最低支持iOS9.)
pod 'Alamofire', '~> 4.0'
# swift解析json库
pod 'SwiftyJSON', :git => 'https://github.com/IBM-Swift/SwiftyJSON.git'
#AutoLayout 库
pod "SnapKit"
#网络图片库
pod "Kingfisher"
# swift编写的各种加密算法,如:MD5,SHA1
pod 'CryptoSwift', :git => 'https://github.com/krzyzanowskim/CryptoSwift.git', :branch => 'swift3'
# 网络加载图片预处理工具
pod 'AlamofireImage', '~> 3.0'
# swift RSA加密
pod 'SwiftyRSA', :git => 'https://github.com/TakeScoop/SwiftyRSA.git', :branch => 'swift-3.0' # 二维码扫描解码及生成二维码
pod 'SwiftQRCode', :git => 'https://github.com/zhiquan911/SwiftQRCode.git', :branch => 'master'
# 苹果底层保存密码keychain工具,https://github.com/marketplacer/keychain-swift
pod 'KeychainSwift', '~> 6.0'
# websocket库
pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :branch => 'swift3'
# 日志输出管理
pod 'Log', '~> 1.0'
# Swfit项目语言本地化支持框架: https://github.com/marmelroy/Localize-Swift
pod 'Localize-Swift', '~> 1.5'
#字体图片库
pod 'FontAwesomeKit.Swift'
#简单快速灵活的集成类似网易新闻, 头条等带滑块的滚动视图,实现视图联动, 滑块,https://github.com/jasnig/ScrollPageView
pod 'ScrollPageView', '~> 0.1.4'
#底部导航栏 https://github.com/Ramotion/animated-tab-bar
pod 'RAMAnimatedTabBarController', "~> 2.0.13"
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,027
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,518
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,365
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,146
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,780
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,857