Is there any way we can add or create texture our Xcode 6 project in Swift?
I know how to change the background colors or use rgb's. As an example:
self.view.backgroundColor = UIColor.yellowColor()
But how can we add or create textures for background?
Add an image to your Images.xcassets library. Add it to the view like this: