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)
}Python Machine Learning
Sebastian Raschka / Packt Publishing - ebooks Account / 2015-9 / USD 44.99
About This Book Leverage Python' s most powerful open-source libraries for deep learning, data wrangling, and data visualization Learn effective strategies and best practices to improve and opti......一起来看看 《Python Machine Learning》 这本书的介绍吧!
