In your examples you are manually setting the gps coordinates to a location
let coordinates = Coordinates(latitude: 35.78056, longitude: -78.6389)
say if this was on a phone i assume that prayer times can/will change as your location changes. How can you configure to allow location services to automatcally pickup the correct times and change as per code
Hi
In your examples you are manually setting the gps coordinates to a location
let coordinates = Coordinates(latitude: 35.78056, longitude: -78.6389)
say if this was on a phone i assume that prayer times can/will change as your location changes. How can you configure to allow location services to automatcally pickup the correct times and change as per code