Just post the complete project folder in GitHub. Or leave an address where to contact you.
Post
Replies
Boosts
Views
Activity
Thanks, but that's not the complete project, just the individual files. And some struct are declared in several files, so needs some time to rebuild the project. So please send it directly.
When you mark correct answer, it should be the correct answer. Not your comment on the answer.
Yes indeed. But I don't know whether or not security patch also applied to 12.6.7 (as an evolution from 12.6.6)
Thanks for feedback and good continuation. Don't forget to mark the correct answer. That's a good practice on the forum, to keep it clean.
Thanks for the feedback. But it would have been interesting to see if it works with Double(2), or 2.0. Just to have an explanation of the issue.
What is the difference ? Missing labels like roads numbers ? If this is it, that may be a question of map scale. Please explain.
Sometimes, between the time they prepare the demo and the time the API is published, some changes may occur…
Of course it is .disabled(numberOfPress > 10)
You have to use UIPrint. There are many tutorials. This one may help: https://www.testdevlab.com/blog/how-to-print-from-ios-applications
Thanks for feedback. Don't forget to close the thread and good continuation.
Could it be for Vision pro ?
To compute the x position of the substring, you can simply multiply the number of chars before by char width in the font (will give approximate value, but should be enough here) or use sizeWithAttributes. This could help: https://stackoverflow.com/questions/37475593/swift-how-do-i-find-the-positionx-y-of-a-letter-in-a-uilabel
Interesting. I did not know this use of each. Where is it described in Swift documetation ?
@Scott, I din't notice this evolution. Thanks.There are older Swift versions in Apple books.