• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

swift--单例+lazy懒加载+第三方库

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

//工具类单例

    static let goods : NHGoods = {

        let good = NHGoods()

        

        return good

    }()

//懒加载

lazy var registerBtn: UIButton = { 

        var btn = UIButton.init(frame: CGRect(x: 100, y:350 , width: 200, height: 40));

       btn.backgroundColor = UIColor.orange

        btn.setTitle("注册", for: .normal)

        btn.setBackgroundImage(UIImage.init(named: "loginBtnBg"), for: .normal)

        return btn

    }()

 

 

//***** swift  第三方库*****//////////////////////////////////////////

 http://blog.csdn.net/timtian008/article/details/53520896

#解决键盘弹起遮挡工具

pod 'IQKeyboardManagerSwift', '~>4.0.6'

#多种类型弹出框

pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift'

# Alamofire 网络库 (4.1.0最低支持iOS8.0,4.0最低支持iOS9.0)

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'

 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
[Swift]DFS和BFS发布时间:2022-07-13
下一篇:
swiftUIButton边框添加阴影效果发布时间:2022-07-13
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap