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

store cgpoint in userdefaults iOS swift