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)
}Speed Up Your Site
Andrew B. King / New Riders Press / 2003-01-14 / USD 39.99
There's a time bomb on the web: user patience. It starts ticking each time someone opens one of your pages. You only have a few seconds to get compelling content onto the screen. Fail, and you can kis......一起来看看 《Speed Up Your Site》 这本书的介绍吧!
