iOS SwiftUI View Fundamentals

Using SwiftUI to build up the visual elements is just like using legos to create something new. As with any new toy we need to understand how to use it. There are four main concepts you’ll need to know. Seeing what your making, Previews The first concept is Previews. They allow you to see what your code will look like in real-time. It’s a great way to quickly make changes and see the effects of them without having to build and deploy the entire app....

January 14, 2023 · 2 min

iOS Development Resources

These resources are the top three places, which I use the most when I’m trying to develop apps for iOS. There are many other resources, but the majority of what you’re trying to learn or find out can probably be found on these websites. Apple Developer This is the official Apple documentation and tutorials with examples. Of course, whenever you’re writing code one of the first places you should refer to is the documentation....

January 3, 2023 · 2 min