InGeek CulturebyAustin Beck·Jun 21, 2021Passing the iOS InterviewThe interview process for an iOS developer job can be a very daunting task. While each company has their own method of interviewing and…
InCodeXbyAustin Beck·Jun 15, 2021Optional Chaining in Swift and Why it is ImportantWhen building out your application in Swift, a lot of developers may encounter runtime errors when building their application. A very…A response icon1A response icon1
Austin Beck·Jun 10, 2021Whats new in SwiftUI 3.0Most iOS developers have been tuning in to WWDC this week to catch all the latest updates and features being made available from Apple…A response icon1A response icon1
InCodeXbyAustin Beck·Jun 9, 2021Why you should be using Protocols.As an iOS developer, you have likely already encountered protocols in either projects you have made, or other projects you have looked at…
Austin Beck·Jun 4, 2021How to use Buttons in Swift UI.When building out your first applications in Swift UI, you are going to quickly encounter the need to utilize buttons in order to achieve…A response icon1A response icon1
Austin Beck·May 26, 2021Get ready for WWDC 2021!With WWDC 2021 on the horizon, it is important to know some things to be on the lookout for that may be being announced this year! Like…
Austin Beck·May 24, 2021Passing data through views by closures in Swift UIWhen working with Swift UI, you are likely going to need to pass some data in between your views that may be being stored or used within…
InGeek CulturebyAustin Beck·May 21, 2021How to Stylize Your Text in Swift UI!When constructing your UI, more often than not you will want to need to stylize your Text objects in order to achieve the look you are…
InCodeXbyAustin Beck·May 19, 2021How to Navigate Between Views in Swift UI.Today we are going to cover an important process in developing applications with Swift UI, how to navigate between views. When developing…A response icon3A response icon3
InGeek CulturebyAustin Beck·May 18, 2021Choosing the Right Distribution Method for Your iOS Applications.During my time at Apple, one of the biggest areas of confusion that I saw was developers trying to choose the correct method for…