LDOAlignedImageView:UIImageView子类,用于在AspectFill模式下将图像边缘固定为视图边缘

时间:2024-05-24 02:23:54
【文件属性】:

文件名称:LDOAlignedImageView:UIImageView子类,用于在AspectFill模式下将图像边缘固定为视图边缘

文件大小:132KB

文件格式:ZIP

更新时间:2024-05-24 02:23:54

ios ui objective-c cocoapods Objective-C

LDOAlignedImageView 它有什么作用? LDOAlignedImageView是UIImageView的轻量级子类,它在UIViewContentModeAspectFill模式下将图像边缘对齐到视图边缘()。 例如,如果您想让照片填充屏幕上的某个区域,但又不想剪掉人的头部或位于图像顶部附近的徽标,则此功能很有用。 只需将alignTop设置为YES 。 其接口是兼容 (四个属性alignTop , alignBottom , alignLeft , alignRight ),并能在界面生成器由于被配置 。 如何实施? 它与UIImageViewAligned有何不同? 就像一样,这是一个UIImageView子类,因此可以使用现有的类别。 除了设置自定义类别外,无需更改XIB和情节提要。 与UIImageViewAligned不同, LDOAlignedImag


【文件预览】:
LDOAlignedImageView-master
----Example()
--------LDOAlignedImageViewExample.xcodeproj()
--------main.m(387B)
--------Facepalm.jpg(127KB)
--------AppDelegate.h(330B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------ViewController.h(268B)
--------Info.plist(1KB)
--------ViewController.m(2KB)
----LDOAlignedImageView.podspec(1KB)
----LICENSE(1KB)
----.gitignore(31B)
----README.md(2KB)
----Classes()
--------LDOAlignedImageView.m(2KB)
--------LDOAlignedImageView.h(483B)

网友评论