文件名称::magnet:Mag是包装NSLayoutAnchor的框架。-Swift开发
文件大小:49KB
文件格式:ZIP
更新时间:2024-06-16 00:44:02
Swift Miscellaneous
:magnet:Mag Mag是封装NSLayoutAnchor的Framework。 安装CocoaPods将以下内容添加到Podfile:pod“ Mag” Carthage将以下内容添加到Cartfile:github“:magnet:Mag Mag是包装NSLayoutAnchor的框架。Installation CocoaPods将以下内容添加到Podfile:pod” Mag“ Carthage添加以下内容您的购物车文件:github“ cats-oss / Mag”示例让redView = UIView(frame:.zero)redView.backgroundColor = .red view.addSubview(redView)redView.sizeAnchor == CGSize(width:100,height:100)redView .leadingAnchor == view.leadingAnchor + 100 redView.topAnchor ==(view.bottomAnchor-100)* 0.5〜999 let label = UILab
【文件预览】:
Mag-master
----.travis.yml(402B)
----Mag.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(34KB)
--------xcshareddata()
----Mag.podspec(669B)
----LICENSE(1KB)
----MagTests()
--------LayoutConstraintWrapperTests.swift(5KB)
--------NSLayoutVerticalAnchorTests.swift(13KB)
--------Expectation.swift(1KB)
--------NSLayoutConstraint+ActivationTests.swift(2KB)
--------NSLayoutCenterAnchorTests.swift(12KB)
--------LayoutPriorityPrecedenceTests.swift(1KB)
--------NSLayoutYAxisAnchor+OperatorTests.swift(9KB)
--------NSLayoutHorizontalAnchorTests.swift(14KB)
--------NSLayoutDimension+OperatorTests.swift(13KB)
--------XCTestCaseExtension.swift(250B)
--------NSLayoutEdgeAnchorTests.swift(20KB)
--------NSLayoutConstraint+PropertiesTests.swift(2KB)
--------NSLayoutSizeAnchorTests.swift(19KB)
--------LayoutAnchorTargetTests.swift(3KB)
--------Info.plist(727B)
--------NSLayoutXAxisAnchor+OperatorTests.swift(9KB)
----Support Files()
--------Mag.xcconfig(230B)
----Mag()
--------Extension()
--------NSLayoutDimension+Anchor.swift(2KB)
--------NSLayoutCenterAnchor.swift(2KB)
--------NSLayoutYAxisAnchor+Anchor.swift(1KB)
--------Model()
--------NSLayoutSizeAnchor.swift(4KB)
--------Operator()
--------NSLayoutXAxisAnchor+Anchor.swift(1KB)
--------NSLayoutVerticalAnchor.swift(2KB)
--------Constant()
--------Foundation()
--------Info.plist(752B)
--------Mag.h(341B)
--------NSLayoutHorizontalAnchor.swift(2KB)
--------NSLayoutEdgeAnchor.swift(3KB)
----codecov.yml(43B)
----.gitignore(1KB)
----README.md(6KB)
----MagExample()
--------MagExample.xcodeproj()
--------MagExample()