CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | May 2016 |
Maintained by Martin Jeffers.
LoremIpsum-iOS is a simple text generator that I found helpful in the development of iOS apps to test the correct resizing of my views.
Returns the title "Lorem Ipsum.
[LoremIpsum generateTextForType:Title];Returns a paragraph of Lorem Ipsum
[LoremIpsum generateTextForType:Paragraph];Returns a random length text of random words contained in Lorem Ipsum
[LoremIpsum generateTextForType:Words];Returns a set number of paragraphs
[LoremIpsum generateParagraphsWithLength:2];Returns a set number of random words
[LoremIpsum generateRandomWordsWithLength:10];LoremIpsum-iOS is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "LoremIpsum-iOS"Martin Jeffers, [email protected]
LoremIpsum-iOS is available under the MIT license. See the LICENSE file for more info.