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 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 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 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 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 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 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 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 my site is not loading on apple mobile phones
@MobileTen think you're right.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Please fix a vibration on/off
Your post objective is just impossible to understand, who would support except yourself ? And please, write complete words, not just phonetics.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Digital service that wont be used in a
Difficult to tell how reviewer will evaluate. So you should explain this clearly in the notes to reviewer. Good faith always help.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on How do I write code to run when the contact store was changed by another app, but not run when the contact store was changed by my app?
So, dod this solve your issue ? If so, don't forget to close thread. If not, explain what's remaining problem.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Cannot Download Apps through Appstore
What is your question and precise description of the problem ? Otherwise, the only advice we can give on the forum is: don't play, do something else… 😉
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Rating in App-Store
So that was probably a cache issue. Thanks for the feedback.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Where do you select the UIKit in Xcode
Have a look here to understand how to mix Swift and objC: h t t p s : / / developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift  or this one for some code samples   https://medium.com/@JoyceMatos/mix-and-match-objective-c-and-swift-c6bceb7f81f3
Replies
Boosts
Views
Activity
Dec ’21
Comment on Is your Xcode13 stuck?
Did you try with Xcode 13.2 RC ?
Replies
Boosts
Views
Activity
Dec ’21