Blog
Creating the GTA VI logo in SwiftUI
Ever since Rockstar Games released the trailer for GTA VI, there has been much exuberance over the latest installment in the long beloved franchise.
Editing iOS Simulator Screenshots with Device Bezels
Learn how to edit screenshots of the iOS simulator with device bezels & without the toolbar.
Creating the scratch card effect in SwiftUI
The idea for this view came when I was going through Azam Sharp's video on drawing in SwiftUI using the `Canvas` view. I wondered if one could apply the strokes using the DragGesture to a view, it would somewhat replicate the scratch card effect that is normally seen in modern iOS applications
Creating a playing card loading animation in SwiftUI
The idea for this animation was a gif I had seen on the now defunct gfycat website when looking for inspiration for creating a loading view for a personal project I'd been working on.
Drawing the Swift logo bird in SwiftUI
I decided to get the official logo than simply Googling for an image since you find so many variations online. If you go to the resources section on Apple's developer website you'll find a .zip package at the bottom of the page that you can download along with guidelines. The guidelines are especially important if you plan to use the logo in your application