StringFormat 0.0.1

StringFormat 0.0.1

coderyi 维护。



  • 作者
  • coderyi

CocoaPods

pod 'StringFormat'

特点

  • StringFormat
    • 日期
    • 设备类型
    • 持续时间
    • 地理
    • 区域设置
    • 数字
    • URL 转义
  • 字符串扩展
    • 图片
    • URL
    • 表情符号
    • 哈希
    • 填充
    • 文件

使用

StringFormat.stringForDeviceType() // iPhone
StringFormat.stringForDuration(122) // 2:02
StringFormat.isValidUrl("https://github.com") // true

var test: String = "hello"
test = test.rightJustified(width: 6) // " hello"

许可协议

在 MIT 许可协议下发布。