First Post

Someone from my Bootcamp recommended that I try to explain what I learned each day in an effort to maximize retention and to show what it is I’m learning. So here’s a concept I was familiarized with today: MapKit. 

Mapkit is an interface for embedding maps directly into windows and views. Today we covered the major basic behind it. This marked the first time we utilized a framework outside of Foundation.

Other interesting tidbits: mutablecopy is this nifty method that lets you turn an array to a mutable array upon command (Kevin showed me that! Pretty awesome).

I also cleared up some confusion on typecasting. I’ll try posting some of my basic code later. 

 

Leave a comment