Post

Replies

Boosts

Views

Activity

Comment on Board display problem
Comment voulez vous que l'on vous aide si vous ne montrez pas tout le code ! Vous devriez aussi vérifier que le indexPath.row est valide:                 if indexPath.row < marque.modele.count { cell.modeleLabel.text = marque.modele[indexPath.row] } else { cell.modeleLabel.text = "---" }     Montrez en particulier le code de didSelectRow si vous en avez écrit un.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’21
Comment on URLSessionDelegate usage
You marked your answer as correct. But what is the answer to the original question ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on HELP ME ASAP
Did you look at the solutions described here ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Picker freezes
Good. Could you keep forum informed once you get an answer ? And then close the thread. Good luck.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on I use addSubLayer in UIView and nothing happened
So, try to create view = UIView(frame: CGRect(x: 0, y: 0, width: 10, height: 10)). And hide the view as long as you don't need it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on iOS safari advanced experimental features
And take screenshots of all the settings, to be able to restore if needed.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Board display problem
Comment voulez vous que l'on vous aide si vous ne montrez pas tout le code ! Vous devriez aussi vérifier que le indexPath.row est valide:                 if indexPath.row < marque.modele.count { cell.modeleLabel.text = marque.modele[indexPath.row] } else { cell.modeleLabel.text = "---" }     Montrez en particulier le code de didSelectRow si vous en avez écrit un.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on How to submit images in review process
Yes, this simple help (Cmd-S) could be indicated when AppStoreConnect detects a wrong format. Feel free to file a bug report to suggest an improvement.
Replies
Boosts
Views
Activity
Dec ’21
Comment on es_process_t cdhash to String in Swift
Sometimes, this forum is Great. Thanks Quinn.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Function returns an empty array but the same function can return a filled NSMenu
Thanks for feedback. Don't forget to close the thread on the correct answer.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on 60gb space gone after Xcode update
I never noticed using 60 GB more at each update. But maybe, If I add a new version along existing ones.
Replies
Boosts
Views
Activity
Dec ’21
Comment on DateEncodingStrategy.custom encoder is immutable type?
There is a detailed explanation of it here: https://stackoverflow.com/questions/48658574/jsonencoders-dateencodingstrategy-not-working
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Forum full of spammers
Yes they have been cleared. Thanks. It would be great to have this spam issue solved (notably those spam which always have the same pattern). Could there be a learning process to recognise such spams (training based on the moderator decision to remove) ?
Replies
Boosts
Views
Activity
Dec ’21
Comment on Change the position of a shape
Where did you define columns ? And this code is different from original post (no Button { } here). So what is the complete code to test ?
Replies
Boosts
Views
Activity
Dec ’21
Comment on 60gb space gone after Xcode update
You should ask to Apple support.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Problème d'affichage d'un tableau dans une TableView
Si vous voulez, donnez une adresse mail de contact. Ce sera plus pratique.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21