iOS 头像显示 AvatarView
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/chrene/AvatarView/
软件介绍
AvatarView 可以轻松地使用视图来显示头像。
使用:
import AvatarView
override func viewDidLoad {
super.viewDidLoad()
// Create the avatar view
avatarView = AvatarView(image: UIImage(named: "avatar")!)
avatarView.center = view.center
view.addSubview(avatarView)
}Algorithms in C, Parts 1-4
Robert Sedgewick / Addison-Wesley Professional / 1997-9-27 / USD 89.99
"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Sum......一起来看看 《Algorithms in C, Parts 1-4》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
HEX CMYK 转换工具
HEX CMYK 互转工具
