Post

Replies

Boosts

Views

Activity

Comment on Xcode: Keyboard autorepeat
In fact, behaviour depends on character typed. Ponctuation as '-' or '_' or '=' do auto-repeat. Seems that all chars except letters do as well. They have privileged giving direct access to modified characters (as é, è, … for e) over auto repeat. That's a little like (but not exactly) how it works in iOS.
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:
Aug ’21
Comment on Need Help Transfer Data From Button
Do you confirm that you get         "this is the player name that was transferred (playerName)"       printed twice ? So the key is to analyse WHO calls it. The called function cannot tell us.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode13 beta -> Xcode 12 issue
Launch screen ?. Do you mean initial VC screen or launch storyboard (I would not understand why launch storyboard has an impact here).
Replies
Boosts
Views
Activity
Aug ’21
Comment on Leap Year Exercise in Lesson 11 (Making Decisions.Playground)
That's logical, it is the same, just put in a long logical test what was in a series of if else. The main difference is a question of readability.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode: Keyboard autorepeat
In fact, behaviour depends on character typed. Ponctuation as '-' or '_' or '=' do auto-repeat. Seems that all chars except letters do as well. They have privileged giving direct access to modified characters (as é, è, … for e) over auto repeat. That's a little like (but not exactly) how it works in iOS.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode: Keyboard autorepeat
I mean getting the accented characters. Even though I still do not see the real problem with such behaviour, I suggest you file a bug report.
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
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 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 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 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 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 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 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 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 Supporting Alternate App Icons
Try for a test to remove from assets.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21