图片下载和缓存库 Maple Bacon

码农软件 · 软件分类 · 图像(Image) · 2019-05-30 09:43:36

软件介绍

MapleBacon 是一个非常棒的图片下载和缓存库,使用 Swift 开发,用于 iOS 系统。

示例代码:

import MapleBacon

@IBOutlet weak var imageView: UIImageView!

if let imageURL = NSURL(string: "something.jpg") {
    imageView.setImageWithURL(imageURL)
}

要求:

  • iOS 7.0+

  • Xcode 6.1

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

The Algorithmic Beauty of Plants

The Algorithmic Beauty of Plants

Przemyslaw Prusinkiewicz、Aristid Lindenmayer / Springer / 1996-4-18 / USD 99.00

Now available in an affordable softcover edition, this classic in Springer's acclaimed Virtual Laboratory series is the first comprehensive account of the computer simulation of plant development. 150......一起来看看 《The Algorithmic Beauty of Plants》 这本书的介绍吧!

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

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具