iOS 字符串特效 EmoticonParticles

码农软件 · 软件分类 · 高级UI组件(Advanced) · 2019-07-12 10:59:49

软件介绍

EmoticonParticles 可以在 UIView 创建任意字符串效果。

alt tag

使用示例:

创建实际字符串:

  let emoticons = "YEMEKSEPETİ"

创建带有以上字符串的 EmoticonsParticleView

    let particle = EmoticonParticleView (frame: view.frame, emoticons: emoticons)
    view.addSubview(particle)

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

A Philosophy of Software Design

A Philosophy of Software Design

John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21

This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试