SWImageRotation:用于旋转和翻转图像的 iOS 项目

时间:2024-06-22 22:03:10
【文件属性】:

文件名称:SWImageRotation:用于旋转和翻转图像的 iOS 项目

文件大小:3.92MB

文件格式:ZIP

更新时间:2024-06-22 22:03:10

Objective-C

SWImage旋转 用于旋转和翻转图像的 iOS 项目。 ## 功能: - 向左旋转 - 向右旋转 - 以一定角度旋转 - 垂直翻转 - 水平翻转 - 保存最终图像 如何使用它 在你的项目中添加UIRotateImageView.h和UIRotateImageView.m文件 在视图控制器中导入UIRotateImageView.h文件。 将您的图像视图放在视图中。 使用UIImageView 的UIRotateImageView这个超级视图将定义图像的边界。 在代码中设置图像。 根据您的需要调用 require 方法: (void)rotateWithAngle:(CGFloat)angle; 旋转角度 (void)rotateAtPosition:(CGFloat)radians; 向左或向右旋转。 通过 kRotateRight 或 kRotateLeft (无效)水平


【文件预览】:
SWImageRotation-master
----LICENSE(1KB)
----SWImageRotation()
--------image2.jpg(34KB)
--------main.m(342B)
--------ic-rotate-right.png(25KB)
--------UIRotateImageView.m(5KB)
--------ic-ok.png(14KB)
--------AppDelegate.h(282B)
--------ic-rotate-left.png(15KB)
--------AppDelegate.m(363B)
--------Base.lproj()
--------UIRotateImageView.h(555B)
--------rotation.png(49KB)
--------image1.jpg(95KB)
--------ViewController.h(220B)
--------image3.jpg(320KB)
--------Images.xcassets()
--------Info.plist(1KB)
--------ViewController.m(4KB)
--------ic-flip-vertical.png(6KB)
--------ic-flip-horizontal.png(8KB)
----iOS Simulator Screen Shot 13-May-2015 7.29.45 pm.png(1.66MB)
----iOS Simulator Screen Shot 13-May-2015 7.29.29 pm.png(1.31MB)
----iOS Simulator Screen Shot 13-May-2015 7.29.38 pm.png(269KB)
----README.md(2KB)
----SWImageRotation.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(16KB)
--------xcuserdata()

网友评论