Gaussian Blur Over Image – iOS 8 – Photoshop
I have a moving background image and I want to blur the bottom part of it out. I would do it with just photoshop but since the image moves, it wouldn't work very well. Here is what I mean (look…
I have a moving background image and I want to blur the bottom part of it out. I would do it with just photoshop but since the image moves, it wouldn't work very well. Here is what I mean (look…
I have an app in the App store to which I want to add @3x files. I read various posts but I am not sure how to proceed. I read that coordinate space for the iPhone 6 plus is 414x736…
I'm having trouble making my UINavigationBar completely transparent with only the white text & buttons to be shown on it, so that the ImageView I use for ViewController background is completely visible at the top. I've tried this code amongst…
Edit2: I've distilled the problem down to the simplest project I can. Here's the setup. I created a new single view app and immediately added a new Action extension target. I created a new icon set in the .xcassets file…
When you draw by a brush in Photoshop it doesn't overlap itself until you release mouse button and press it again. I found these images, that let me explain myself better. Now my drawing works the right way, but i…
Is there a way to hide elements in storyboard interface? What I am talking about is like in Photoshop how you can hide layers while working. I ask because I have some stacked items and it would be nice to…
I would really like to achieve a see-through text style effect in my iOS app. It's pretty simple to create the desired effect in Photoshop, but I have no idea how this could be accomplished in code. The effect applied…
I have just created a png image that id like to use in my app as a background. self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"bg_tile.png"]]; Here is the code which sets that background that works. I just registered for the iOS dev…
In Swift, I have a view with three objects. I want the button and label to be on top of the image. This is a concept like maybe layers in Photoshop. Currently, the image is on top of the button…
I try to draw a single circle in my iOS SpriteKit project but the edges of the circle are not smooth. I would like to have a nicely drawn circle as I would draw it with Photoshop (anti-aliasing). I found…