UIMagnifyImageView:可查看的图像视图

时间:2024-07-19 15:09:54
【文件属性】:

文件名称:UIMagnifyImageView:可查看的图像视图

文件大小:664KB

文件格式:ZIP

更新时间:2024-07-19 15:09:54

Objective-C

UIMagnifyImageView UIMagnifyImageView 是一个 UIView 扩展,显示放大镜内的图像,当触摸时弹出图像。 在您想让用户快速查看图像而不移动到其他屏幕的情况下,它很有用。 UIMagnifyImageView 被优化为在 UITableView 中工作。 用法 要使用 UIMagnifyImageView,请以编程方式创建 UIMagnifyImageView 或将 UIView 的类设置为故事板中的 UIMagnifyImageView。 制作 UIMagnifyImageView 的示例: UIMagnifyImageView *magnifyView = [[UIMagnifyImageView alloc ] initWithFrame: self .view.bounds]; [magnifyView setImage: @" imag


【文件预览】:
UIMagnifyImageView-master
----UIMagnifyImageView.xcworkspace()
--------contents.xcworkspacedata(178B)
--------xcuserdata()
--------xcshareddata()
----UIMagnifyImageViewTests()
--------UIMagnifyImageViewTests-Info.plist(684B)
--------UIMagnifyImageViewTests.m(678B)
--------en.lproj()
----Podfile(30B)
----UIMagnifyImageView()
--------main.m(346B)
--------UIMagnifyImageView-Prefix.pch(344B)
--------TableViewCell.h(328B)
--------AppDelegate.h(286B)
--------AppDelegate.m(2KB)
--------TableViewCell.m(668B)
--------Screen Shot.gif(639KB)
--------TableViewController.m(3KB)
--------TableViewController.h(239B)
--------ViewController.h(224B)
--------Source()
--------UIMagnifyImageView-Info.plist(1KB)
--------Images.xcassets()
--------ViewController.m(880B)
--------en.lproj()
--------Main.storyboard(21KB)
----LICENSE(1KB)
----UIMagnifyImageView.podspec(956B)
----Podfile.lock(171B)
----Pods()
--------BuildHeaders()
--------Pods-AsyncImageView-Private.xcconfig(281B)
--------Pods-AsyncImageView-prefix.pch(77B)
--------Pods-environment.h(440B)
--------Pods.xcconfig(295B)
--------Pods-AsyncImageView-dummy.m(142B)
--------Pods-acknowledgements.markdown(1KB)
--------Manifest.lock(171B)
--------Pods-acknowledgements.plist(2KB)
--------Pods-resources.sh(3KB)
--------Headers()
--------Pods.xcodeproj()
--------Pods-dummy.m(112B)
--------AsyncImageView()
--------Pods-AsyncImageView.xcconfig(0B)
----README.md(2KB)
----UIMagnifyImageView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(25KB)
--------xcuserdata()

网友评论