cllocationdegrees to double iOS swift

Solution:

I had tried to convert the cllocation to double using the below code.But it shows warning.Use the below code to avoid the warning

                    lat = Double(LocationSingleton.sharedInstance.lastLocation?.coordinate.latitude ?? 0)





Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift