Swift 产生 uuid

项目中、需要客户端生成一个唯一的识别码

let uuid = UUID().uuidString
print(uuid)
原文地址:https://www.cnblogs.com/jukaiit/p/10277820.html