Emoji reactions? Where? In Messages? What's wrong with them? Why are they hard to use?
You can't just fly in like a pigeon, poop everywhere, then fly off. You need to explain your statement.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Why did you add so many .shadow modifiers? One is enough.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Tthe WD Drive Unlock app is not made by Apple, so they can't help you, and neither can us non-Apple developers. You're in the wrong place; you need to contact Western Digital.
Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
You could simply disable the checkboxes that aren't ticked when your count var is 2.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums.
You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
You might also want to mention which beta version you're on.
Topic:
App & System Services
SubTopic:
General
Tags:
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic:
App & System Services
SubTopic:
Maps & Location
You have a few lines where you do something like sampleMenuItems.filter but you haven't told it what to filter for.
You need to do something like this: let filteredItems = sampleMenuItems.filter { $0.cost > 100 }
And, as the error is telling you, you need to split your code into smaller chunks to see where the error is. Just comment out a section at a time and see whether the error disappears. If it does, then the error is in that bit you commented.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
You should probably raise these as bugs in the usual way. They won't really get progressed if they're only posted in these Developer Forums.
You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic:
Safari & Web
SubTopic:
General
Tags:
I think this is a known issue. Here's Apple's recommended fix:
If your iCloud notes aren't appearing on your iPhone, iPad, or Apple Vision Pro, follow these steps.
Open the Settings app and tap your name.
Tap iCloud, then tap Notes.
Make sure Sync this [device] is on, then check the Notes app.
If you still don't see your notes, restart your iPhone, iPad, or Apple Vision Pro. After restarting, check your settings again.
After these steps, your iCloud notes should appear and start syncing again on devices signed in to the same Apple Account. When syncing completes, content previously synced to iCloud should appear.
Separately, please note that these are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question was more of a product support one, so you should ask such things over at the Apple Support Forums in future. Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
Apple aren't going to change their release schedule just because someone asks on these Developer Forums. Just wait.
Topic:
Community
SubTopic:
Apple Developers
Tags:
Try the other .datePickerStyle()s. You're using .wheel but something else might fit your UI better. I don't supply a style to mine, and I get this:
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
You made an account on the wrong site.
These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding.
These forums are not where Apple's actual developers chat about features or improvements.
If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic:
UI Frameworks
SubTopic:
AppKit
Tags:
What does the popup say when you hover over the little ? by the "Date of Birth" label?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Emoji reactions? Where? In Messages? What's wrong with them? Why are they hard to use?
You can't just fly in like a pigeon, poop everywhere, then fly off. You need to explain your statement.
- Replies
- Boosts
- Views
- Activity
Why did you add so many .shadow modifiers? One is enough.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
- Replies
- Boosts
- Views
- Activity
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Tthe WD Drive Unlock app is not made by Apple, so they can't help you, and neither can us non-Apple developers. You're in the wrong place; you need to contact Western Digital.
Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
You could simply disable the checkboxes that aren't ticked when your count var is 2.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
- Replies
- Boosts
- Views
- Activity
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums.
You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
You might also want to mention which beta version you're on.
Topic:
App & System Services
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic:
App & System Services
SubTopic:
Maps & Location
- Replies
- Boosts
- Views
- Activity
You have a few lines where you do something like sampleMenuItems.filter but you haven't told it what to filter for.
You need to do something like this: let filteredItems = sampleMenuItems.filter { $0.cost > 100 }
And, as the error is telling you, you need to split your code into smaller chunks to see where the error is. Just comment out a section at a time and see whether the error disappears. If it does, then the error is in that bit you commented.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
- Replies
- Boosts
- Views
- Activity
You should probably raise these as bugs in the usual way. They won't really get progressed if they're only posted in these Developer Forums.
You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic:
Safari & Web
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity
I think this is a known issue. Here's Apple's recommended fix:
If your iCloud notes aren't appearing on your iPhone, iPad, or Apple Vision Pro, follow these steps.
Open the Settings app and tap your name.
Tap iCloud, then tap Notes.
Make sure Sync this [device] is on, then check the Notes app.
If you still don't see your notes, restart your iPhone, iPad, or Apple Vision Pro. After restarting, check your settings again.
After these steps, your iCloud notes should appear and start syncing again on devices signed in to the same Apple Account. When syncing completes, content previously synced to iCloud should appear.
Separately, please note that these are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question was more of a product support one, so you should ask such things over at the Apple Support Forums in future. Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
Apple aren't going to change their release schedule just because someone asks on these Developer Forums. Just wait.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
Try the other .datePickerStyle()s. You're using .wheel but something else might fit your UI better. I don't supply a style to mine, and I get this:
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
- Replies
- Boosts
- Views
- Activity
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding.
Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
You made an account on the wrong site.
These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding.
These forums are not where Apple's actual developers chat about features or improvements.
If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic:
UI Frameworks
SubTopic:
AppKit
Tags:
- Replies
- Boosts
- Views
- Activity
What does the popup say when you hover over the little ? by the "Date of Birth" label?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
- Replies
- Boosts
- Views
- Activity