Building something? Building something and need content? Building something and need some fast content that will make your designer work much faster?? Put up some Wallpaper! Quick placeholder images, text, and colors for your apps.
Prefer the native Objective-C version? We've got you covered with PlaceKit.
ProTip: Brisket and bacon wallpaper appear to have the greatest effect on that special visual designer in your life.
- Random images from placekitten.com
- Random images from baconmockup.com
- Random images from lorempixel.net
- Generic dimensioned placeholders from placehold.it
- Gorgeous Robert Downey Jr. headshots from http://rdjpg.com
- Hipster based text from hipsteripsum.me
- Lorem Ipsum text/HTML/HTML URLs from loripsum.net
Sometimes you don't care or don't want to think about the color of something. Sometimes you just want to differentiate different views. Create new colors to give you bland UI some dimension, give new views a random color to tell them apart or generate a new random color matching the hue of another:
- Random UIColor
- Random UIColor with specific hue
- Random UIColor with same hue as another UIColor
- Random greyscale color
- More
Wallpaper.placeKittenImage(imageView.size) { image in
imageView.image = image
}
let initialColor = Wallpaper.placeRandomColor()
view1.backgroundColor = initialColor
view2.backgroundColor = Wallpaper.placeRandomColorWithHueOfColor(initialColor)
Wallpaper.placeHipsterIpsum(numberOfParagraphs: 3, shotOfLatin: true) { hipsterText in
textView.text = hipsterText
}
The Wallpaper core was built dependency-free to make it as easy as possible to drop into your project. Simply drop Wallpaper.swift
and away you go!
Standard MIT license