Post

Replies

Boosts

Views

Activity

Reply to Apple Cross-Platform UI Strategy
Are you just looking for documentation, or are you going to write some code? If documentation, just have a read through https://developer.apple.com/documentation/ to get an idea of how it's all structured. You'll probably answer some of your questions just in the first few pages.
Topic: UI Frameworks SubTopic: General
Mar ’25
Reply to Call center bca Whatsapp 082241414858.
Apple. honestly, take a second to translate the text. It says, "Chat service via the BCA Bank WhatsApp application, the official BCA call center WhatsApp number is..." And you think this isn't spam?
Mar ’25
Reply to iOS
Another paranoid post about being hacked. Pleas explain your actual issue without the paranoia. Show us a screen recording of your Safari app taking you to a "whole other website".
Topic: Safari & Web SubTopic: General
Mar ’25
Reply to Removing SwiftUI View from hierarchy
I'm not sure you would need to remove a view. I don't know how SwiftUI uses memory in the background, but views are drawn according to the state of the data. I've never had any memory issues with my SwiftUI apps. So, in your example, the Text view would not be rendered when isVisible is false, and you don't need to do anything to make that happen. You don't need to do the SwiftUI equivalent of removeFromSuperview() (if there is such a thing), so you don't need to do: if(!isVisible) { view.removeFromSuperview() }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’25
Reply to WhatsApp resmi BTN CALL - 08174743346
"App Store Connect Engineer" - I don't know if you're just a bot auto-replying to posts like these, but they are quite clearly spam, and you should remove the posts and block the poster's account, rather than telling them to post their spam on some different Apple forums. It's beyond embarrassing (for you) to have a random developer point this out to you.
Mar ’25
Reply to Apple Cross-Platform UI Strategy
Are you just looking for documentation, or are you going to write some code? If documentation, just have a read through https://developer.apple.com/documentation/ to get an idea of how it's all structured. You'll probably answer some of your questions just in the first few pages.
Topic: UI Frameworks SubTopic: General
Replies
Boosts
Views
Activity
Mar ’25
Reply to Fed up with forum "Unauthorized" messages.
This is the way.
Replies
Boosts
Views
Activity
Mar ’25
Reply to What changed the navigation bar bounds size to something unexpected during the animation if it wasn't a showsScopeBar change?
That looks like an internal error/warning message from the Apple developers. You should raise it as a bug and supply a minimal project so they can reproduce it.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Mar ’25
Reply to Ellipsis getting added in the toolbar text when font is set on attributed string
Ah, yes, that's likely the issue. You can only put one line in the navigation bar title, so adding a newline character looks like it adds the ellipsis. You'll need to trim the attributed string or replace all newlines with blank, so it's only one line?
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Mar ’25
Reply to Fed up with forum "Unauthorized" messages.
Same here, so what I do now is to copy my contribution before I submit it, in case it happens - and it happens a lot.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Ellipsis getting added in the toolbar text when font is set on attributed string
Show us a screenshot of the issue.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Mar ’25
Reply to Call center bca Whatsapp 082241414858.
Apple. honestly, take a second to translate the text. It says, "Chat service via the BCA Bank WhatsApp application, the official BCA call center WhatsApp number is..." And you think this isn't spam?
Replies
Boosts
Views
Activity
Mar ’25
Reply to Trouble using MKAnnotation on a MKMapView
Show us some code.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to iOS
Another paranoid post about being hacked. Pleas explain your actual issue without the paranoia. Show us a screen recording of your Safari app taking you to a "whole other website".
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Mar ’25
Reply to Removing SwiftUI View from hierarchy
I'm not sure you would need to remove a view. I don't know how SwiftUI uses memory in the background, but views are drawn according to the state of the data. I've never had any memory issues with my SwiftUI apps. So, in your example, the Text view would not be rendered when isVisible is false, and you don't need to do anything to make that happen. You don't need to do the SwiftUI equivalent of removeFromSuperview() (if there is such a thing), so you don't need to do: if(!isVisible) { view.removeFromSuperview() }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to WhatsApp resmi BTN CALL - 08174743346
"App Store Connect Engineer" - I don't know if you're just a bot auto-replying to posts like these, but they are quite clearly spam, and you should remove the posts and block the poster's account, rather than telling them to post their spam on some different Apple forums. It's beyond embarrassing (for you) to have a random developer point this out to you.
Replies
Boosts
Views
Activity
Mar ’25
Reply to business
What's your question? Posting code without giving us any clue as to why, is just bonkers.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to How to force / wait for SwiftData sync on first app launch?
You can store a boolean in UserDefaults to denote that a user has already been through onboarding. When the app is launched and the data isn't there yet, you should have a screen that shows the data is loading.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Cs GoPay via WhatsApp +6287766656123
"App Store Connect Engineer", your response to messages like these should be to block the author and remove the posts. They are clearly spam.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Hubungi Kami Gopay - 087766656123 via Whatsapp 24/7
"App Store Connect Engineer", your response to messages like these should be to block the author and remove the posts. They are clearly spam.
Replies
Boosts
Views
Activity
Mar ’25