Jean-Nicolas
Jean-Nicolas
Is it possible to add a .onTapGesture to ModalLink/ModalPresenter?
Works in the example but not swifty and resuable...
Is it possible to update to Google Maps 6.0.1.0?
Use in Swift PM the exact version with M1. Works either on an Apple Silikon or Intel based Map .
Quite short with two nested for loops: ``` cat_count = 100 cats = [False for i in range(cat_count)] for step in range(0, cat_count): for selected_cat_index in range(step, cat_count,step + 1...
Adding the repository to a playgrounds app result in the following error: 
How to add a marker for a specific location to the map? With a customisable symbol/image.
Updated Xcode to v 26, Package for iOS minimum version 'v9' is deprecated: iOS 12.0 is the oldest supported version by Apple. Please update the Swift Manifest to work with...