Everything is a VIEW!In app development, at least in my experience it was very difficult to accept that almost everything is a view or has a view property. Like…Jun 15, 2022Jun 15, 2022
A Quick Tip: Using ObjectsI ran into a problem while using Objects. What i wanted to do was create the views programmatically. And to do it, I needed values for my…Jan 11, 2022Jan 11, 2022
Gesture RecognizersA fun yet easy thing to do is play with Gesture Recognizers in swift. Something about making one, and then seeing it work just feels cool…Oct 17, 2021Oct 17, 2021
Making a Data model.Hope this helps. This is my understanding of it. So when you look at json it looks like a bunch of Dictionaries with the key:values being…Sep 13, 2021Sep 13, 2021
There’s always a choiceWhen coding it is important to know that there are many ways to do things. There are a lot of ways to do one thing. For instance in swift…Sep 2, 2021Sep 2, 2021
Code Challenges: Learning to codeThe title might be a little misleading. I don’t mean getting an assignment and then doing it. The challenge I’m talking about is the…Jun 24, 2021Jun 24, 2021
What is Git?Git is a version control system. It’s a useful tool but I like to think of it as a save state. I assume if you’re reading this you have…May 10, 2021May 10, 2021
Screen Size ClassesXcode is a necessary tool for building iOS apps. And if you haven’t written “Hello World” enough, get ready to do it one more time. This…Apr 27, 2021Apr 27, 2021