UIView-DHNHideByConstraints:通过压缩约束来隐藏视图

时间:2024-07-04 03:15:08
【文件属性】:

文件名称:UIView-DHNHideByConstraints:通过压缩约束来隐藏视图

文件大小:26KB

文件格式:ZIP

更新时间:2024-07-04 03:15:08

Objective-C

UIView+DHNHideByConstraints UIView 上的这个类别隐藏视图及其在视图层次结构中消耗的垂直或水平空间。 这也会影响视图子视图。 如何使用 设置 您可以使用 cocoapods 安装此类别或手动将源文件复制到您的项目中。 要使用 cocoapods 安装,只需将此行添加到您的 Podfile。 pod 'DHNHideByConstraints', :git =>'https://github.com/dreyhomedev/UIView-DHNHideByConstraints.git' 隐藏视图 要使用此类别,只需导入UIView+DHNHideByConstraints.h并在要隐藏的视图上调用 ether hideVertical:或hideHorizontal: 。 #import "UIView+DHNHideByConstraints.


【文件预览】:
UIView-DHNHideByConstraints-master
----DHNHideByConstraints.podspec(4KB)
----HideViewByConstraints.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
----HideViewByConstraintsTests()
--------HideViewByConstraintsTests.m(914B)
--------Info.plist(753B)
----HideViewByConstraints()
--------main.m(347B)
--------DHNExampleViewController.h(246B)
--------UIView+DHNHideByConstraints.m(4KB)
--------AppDelegate.h(290B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------DHNExampleViewController.m(1KB)
--------ViewController.h(230B)
--------UIView+DHNHideByConstraints.h(2KB)
--------Images.xcassets()
--------Info.plist(1KB)
--------ViewController.m(507B)
----LICENSE(1KB)
----.gitignore(6KB)
----README.md(1KB)

网友评论