Post

Replies

Boosts

Views

Activity

Comment on DateFormat
That's because you wrote mm and not MM. dateFormatter.dateFormat = "dd.MM.yyyy" What you get are the minutes. You'd better read the answers you get. Note: take care: mm is for minutes, MM for month
Topic: App & System Services SubTopic: General Tags:
Aug ’21
Comment on How can I migrate Swift 3 applications to Swift 5 in 2021?
I filed a FB suggestion : Aug 2, 2021 at 10:27 AM – FB9442184
Replies
Boosts
Views
Activity
Aug ’21
Comment on No email notification for answers to own posts
I probably miss something here. If you hit the bell on the thread, don't you receive a mail when an answer is posted ? I did this on some of my questions and did receive a notification.
Replies
Boosts
Views
Activity
Aug ’21
Comment on What language is the "unbrella" keyword from?
umbrella is a c keyword, to announce a series of import statements.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on XCode console flooded with "Invalid timestamps for HID response delay" messages on a hello world app
You should file a bug report. And describe as precisely as you can your configuration (I do not get it, probably because of differences between our confs).
Replies
Boosts
Views
Activity
Aug ’21
Comment on Editor placeholder in source file
Don't hesitate to open new thread each time you encounter a new roadblock (when you cannot manage to solve by yourself). That's a very efficient way to learn.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Supporting Alternate App Icons
Try for a test to remove from assets.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode 13 Building Woes
Do you get some notification to upgrade project build settings in the Issue navigator ?
Replies
Boosts
Views
Activity
Aug ’21
Comment on JSONDecoder Limit
Great. Thanks for feedback. Show that Apple takes care of our FB. @theslyturtle will be unfrustated and close the thread with a smile…🙂
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Supporting Alternate App Icons
Did you check if your app supports alternate icons ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on DateFormat
That's because you wrote mm and not MM. dateFormatter.dateFormat = "dd.MM.yyyy" What you get are the minutes. You'd better read the answers you get. Note: take care: mm is for minutes, MM for month
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Text like PlaceHolder
Sure that would be helpfu… So, start writing and ask when there is something you cannot make working. To help you start I will prepare something and post later.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Need Help Transfer Data From Button
What do you mean "it goes to VC twice" ? We definetely need more comprehensive code to fully understand what's happening.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
To rename TabView: replace      struct TabView : View {      with        struct MyTabView : View {
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on programmatic constraints and Interface Builder
It may be possible, but IBDesignable is sometimes a bit whimsical, and very hard to understand what the problem is…
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Need Help Transfer Data From Button
OK, but I'm sorry to repeat, we need more comprehensive code to fully understand what's happening.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21