LoremIpsum-iOS 0.1.0

LoremIpsum-iOS 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by Martin Jeffers.



Description

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.

Examples

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];

Installation

LoremIpsum-iOS is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LoremIpsum-iOS"

Author

Martin Jeffers, [email protected]

License

LoremIpsum-iOS is available under the MIT license. See the LICENSE file for more info.