Category: Mobile App Development
-

-

MoLab Week 2 blog
Follow along with my code for Mobile App Development at my Github Week 2 Assignment I rendered this image as a 1024 x 1024 .png file using Swift! I used two SF Symbols of a gear and overlayed them. I found a rotate function through the power of Google and Stack Overflow to create the…
-

MoLab: Week 1 blog
1/21/2025 – did first 2 days of 100 days of SwiftUI Nothing too groundbreaking here. Introduces variables (declared with var), constants (declared with let), printing, integers, strings, multi-line strings, string interpolation, booleans. Videos go over basic core concepts in most programming languages. It is really nice that Swift is a newer language that emphasizes convenience,…