iOS 字符串特效 EmoticonParticles
- 授权协议: 未知
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/yemeksepeti/EmoticonParticles
- 官方下载: https://github.com/yemeksepeti/EmoticonParticles
软件介绍
EmoticonParticles 可以在 UIView 创建任意字符串效果。
使用示例:
创建实际字符串:
let emoticons = "YEMEKSEPETİ"
创建带有以上字符串的 EmoticonsParticleView:
let particle = EmoticonParticleView (frame: view.frame, emoticons: emoticons) view.addSubview(particle)
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
