Apple Docs, iOS Development, Objective-C, Swift, SwiftUI

Reading Apple Docs to Better Understand CoreData Part 2

After a bit of a snafoo on how to start reading the docs, I think I got it figured out, at least for now. We will see as I keep going learning about The Core Data Model and what it is and how it works.

Flight Instructor Resources

Private Pilot Checkride Endorsements

PRACTICAL TEST 2 ENDORSEMENTS! Practical test: §§ 61.103(f), 61.107(b), and 61.109 I certify that (First name, MI, Last name) has received the required training of §§ 61.107 and 61.109. I have determined he/she is prepared for the Private Pilot Single Engine Land Practical Test. Prerequisites for practical test: Title 14 of the Code of Federal… Continue reading Private Pilot Checkride Endorsements

iOS Development, iOS Interview Study Notes, Swift

What are Delegates and Protocols?

As I am preparing for my first iOS job and studying for interviews. One area that I feel a bit intimidated by is the idea of protocols and delegates. They seem to always be connected but are they really can we use one without the other? I think we can but then why are they… Continue reading What are Delegates and Protocols?