Post

Replies

Boosts

Views

Activity

Comment on Adding MKCircle to the annotations on the map - Problem with setting CLLocationCoordinate2D
Frankly, I do not understand your next steps well. Better start a new thread including all the code related and try to explain what you want to do and what you can do now.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on Adding MKCircle to the annotations on the map - Problem with setting CLLocationCoordinate2D
If the line mapView.addOverlay(circles as! MKOverlay) causes Unexpectedly found nil, then mapView is nil when findSzczyty(_:) is called.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on DefaultStringInterpolation Could not allocate memory
The crash log is suggesting that the crash happened while processing string interpolation, not when forced unwrapping. What sort of value are you passing to storeDomain?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21