What‘s new in Swift

RSS for tag

Discuss the WWDC21 session What‘s new in Swift.

Posts under wwdc21-10192 tag

25 Posts

Post

Replies

Boosts

Views

Activity

Swift in XCode
Hi there, I am trying to upload my AR experience from Reality Composer into XCode using Swift. Although I have followed the documentation from Apple's presentation, minute 40:53, (https://developer.apple.com/videos/play/wwdc2019/609/?time=2453) of working with AR and XCode, I receive an error message every time I try to load my scene, as the load prompt seems to become part of the scene title and my title itself is not recognized. For example: Module '...' has no member named 'load...'. If anyone can help me here, I would be very grateful.
0
0
472
Oct ’21
SWIFT : how to create a delivery zone / area with maps (google or Apple)
Hello, I tried to create a an app for iPhone and I wanted to know how I can create a delivery zone for my application. For example if the customer isn’t inside the area he can’t order and if he is inside he can ! I’m still learning swift and I’m not a professional developer. Thank you so much and have a great day PS: I uploaded an image for the exemple
0
0
630
Oct ’21
Swift in XCode
Hi there, I am trying to upload my AR experience from Reality Composer into XCode using Swift. Although I have followed the documentation from Apple's presentation, minute 40:53, (https://developer.apple.com/videos/play/wwdc2019/609/?time=2453) of working with AR and XCode, I receive an error message every time I try to load my scene, as the load prompt seems to become part of the scene title and my title itself is not recognized. For example: Module '...' has no member named 'load...'. If anyone can help me here, I would be very grateful.
Replies
0
Boosts
0
Views
472
Activity
Oct ’21
SWIFT : how to create a delivery zone / area with maps (google or Apple)
Hello, I tried to create a an app for iPhone and I wanted to know how I can create a delivery zone for my application. For example if the customer isn’t inside the area he can’t order and if he is inside he can ! I’m still learning swift and I’m not a professional developer. Thank you so much and have a great day PS: I uploaded an image for the exemple
Replies
0
Boosts
0
Views
630
Activity
Oct ’21
'scanLocation was deprecated in iOS 13.0'
I have this code giving me the deprecated warning. How do I fix this?: // Retrieve the unscanned remainder of the string if textScanner.scanLocation < textScanner.string.count { textToScan = (textScanner.string as NSString).substring(from: textScanner.scanLocation + 1) }
Replies
0
Boosts
0
Views
1.1k
Activity
Sep ’21
Build apps on iPad
I’m using iOS 15 developer beta 5 right now, but how do i build an app using Swift Playground. I am trying to make an iPhone app, but no previews appear. If im doing it wrong, please tell me the way how. Thx.
Replies
0
Boosts
0
Views
424
Activity
Aug ’21
App group shared access
I am trying to share some files across apps through app groups. While accessing the app groups container folder I am getting "Read only file system error". How do I fix it and get write access to the shared container?
Replies
0
Boosts
0
Views
511
Activity
Aug ’21