Justin Wells 
banner
itsthaye.bsky.social
Justin Wells 
@itsthaye.bsky.social
iOS Developer, Freelancer (DM/s open), Photographer, Father of two, Starting YouTube soon

Available for Contract work!

https://github.com/VirtualPixel
https://upwork.com/freelancers/~01a25a38a65ce2fd16
That’s exactly how I did it. Waking up at 4:30am to get a head start on the day with some SwiftUI
April 29, 2025 at 5:52 PM
Keep up the great work, #100DaysOfSwiftUI is phenomenal
April 29, 2025 at 1:57 PM
This is something I used to be more upset about until I’ve dealt with both Apple and Google developer support more - Apple really puts a lot of time and effort into ensuring app quality, basic testing, and security. It’s not perfect since $99/year is a bit annoying, but they do a lot as well bts
February 23, 2025 at 4:33 PM
Keep up the great work!
February 16, 2025 at 5:20 PM
Tbh it even helps once you use SwiftData, since it uses CoreData under the hood
February 12, 2025 at 4:12 PM
I was JUST dealing with this one, and usually I find the fix is simply moving a variable declaration out of the view.

Sometimes it is a bit difficult though, given some of the views are dependent on another. This is usually only an issue for me while I'm prototyping tbh
February 10, 2025 at 7:29 PM
Early on I wrote lots of poor code, entirely unmaintainable and I was sick of working on my own projects. I picked up a couple of books on software development, leading to discovering SOLID and began to implement it in my own work to solve my own frustrations with my code 😭😂
February 7, 2025 at 1:26 PM
I love GeometryReader. It is a bit dated, and can often times throw off a lot of other view’s alignment but it is indeed very powerful. It’s nice to have the option of granularity with screen sizes when you need it.
February 7, 2025 at 1:20 PM
You’re just about to get into the SwiftUI side! Congratulations! 😊
February 6, 2025 at 6:41 PM
Awesome! Keep up the learning 😊
February 6, 2025 at 6:40 PM
Absolutely! When starting with light mode you can focus on the overall design simpler imo.

Then, you can make slight alterations to keep the same feel, just dark. Technically you can do the same in reverse, but I find it more difficult for design cohesion
January 19, 2025 at 6:07 PM
I’m a dark mode user, but I find it easier to convert light mode to dark mode than the other way around.

So I design light mode first
January 19, 2025 at 4:59 PM