文件名称:BGFoundationKit:一个swift基础框架
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-28 10:55:18
Swift
BGFoundationKit #PodFile source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! pod 'BGFoundationKit' #内容: ###1、屏幕尺寸的常量 /// 屏幕bounds public let BGMainScrrenBounds = UIScreen.mainScreen().bounds /// 屏幕大小 public let BGMainScrrenSize = UIScreen.mainScreen().bounds.size /// 屏幕宽度 public let BGMainScreenWidth = UIScreen.mainScreen().bounds.width /// 屏幕高度 public let BGMa
【文件预览】:
BGFoundationKit-master
----BGFoundationKit()
--------BGBaseViewController.swift(8KB)
--------BGConstant.swift(536B)
--------BGUtilFunction.swift(678B)
--------Extension()
--------BGBaseNavigationController.swift(924B)
----LICENSE(1KB)
----BGFoundationKit.podspec(890B)
----README.md(3KB)
----BGFoundationKitDemo()
--------BGFoundationKitDemo.xcodeproj()
--------BGFoundationKitDemoTests()
--------BGFoundationKitDemo()
--------BGFoundationKitDemoUITests()
----.gitignore(635B)