文件名称:swift-faker:基于Faker.js的Swift虚拟用户数据生成器
文件大小:53KB
文件格式:ZIP
更新时间:2024-06-13 00:24:10
Swift
迅捷的骗子 伪造的用户生成器。 受启发(如:从中复制了大量数据) var fakeGuy = Faker () print (fakeGuy. firstName ) print (fakeGuy. lastName ) print (fakeGuy. title ) print (fakeGuy. nameSuffix ) print (fakeGuy. fullName ) print (fakeGuy. streetName ) print (fakeGuy. streetNo ) print (fakeGuy. city ) print (fakeGuy. state ) print (fakeGuy. zip ) print (fakeGuy. address1 ) print (fakeGuy. address2 ) print (fakeGuy. fullAddress )
【文件预览】:
swift-faker-master
----Faker.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(15KB)
----LICENSE(11KB)
----README.md(834B)
----Faker()
--------ViewController.swift(1KB)
--------Info.plist(924B)
--------AppDelegate.swift(2KB)
--------Base.lproj()
--------Images.xcassets()
--------Faker.swift(120KB)
----.gitignore(282B)
----FakerTests()
--------Info.plist(743B)
--------FakerTests.swift(835B)