VIPhotoView

码农软件 · 软件分类 · 图像(Image) · 2019-05-30 08:59:49

软件介绍

VIPhotoView 实现图片的基本浏览功能。能够双击放大,拉伸放大等。的确能够减少相当一部分的代码量。

demo.gif

示例代码:

- (void)viewDidLoad {
    [super viewDidLoad];

    UIImage *image = [UIImage imageNamed:@"test.jpg"];
    VIPhotoView *photoView = [[VIPhotoView alloc] initWithFrame:self.view.bounds andImage:image];
    photoView.autoresizingMask = (1 << 6) -1;

    [self.view addSubview:photoView];
}

本文地址:https://www.codercto.com/soft/d/6856.html

Mission Python

Mission Python

Sean McManus / No Starch Press / 2018-9-18 / GBP 24.99

Launch into coding with Mission Python, a space-themed guide to building a complete computer game in Python. You'll learn programming fundamentals like loops, strings, and lists as you build Escape!, ......一起来看看 《Mission Python》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码