We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add loremIpsum(ofLength length: Int)
loremIpsum(ofLength length: Int)
Example:
label.text = String.loremIpsum(ofLength: 39) -> "Lorem ipsum dolor sit amet, consectetur"
https://www.lipsum.com/
The text was updated successfully, but these errors were encountered:
An initializer is also a good addition
let text = String(loremIpsumOfLength 39) print(text) // prints "Lorem ipsum dolor sit amet, consectetur"
Sorry, something went wrong.
Closes #318
becc7be
New extensions (#335)
8c3207e
- Closes #328 - Closes #318
No branches or pull requests
Add
loremIpsum(ofLength length: Int)
https://www.lipsum.com/
The text was updated successfully, but these errors were encountered: