I haver been working with Swift a lot lately and as such, I have come across a few little problems or minor inconveniences that I have managed to solve. In this post, I will share some of those things that I came across. To be more specific, I will talk about how to get the correct location address after the initial incorrect value via CoreLocation and GeoCoder and also touch a little on String manipulation in Swift. p.s. This came about because I am building some new products for My Day To-Do, where I spend a lot of time working with iOS/Swift. In addition to Swift/iOS, I also spend a lot of time working with Ionic and AngularJS but more on that later. GeoCoder accuracy This is something I came across a lot when building our photo and location app, “Snap! I Was There”. The problem is, when you try to make a photo memory in that app, it starts tracking your location. It does that via the CoreLocation.LocationManager, gets your position (Lat and Lon) and reverse GeoCod...
Captain Danko’s JavaScript Lab — Tutorials, Frameworks & Front-End Mastery