Post

Replies

Boosts

Views

Activity

Comment on Is .installTap the equivalent of a C callback function?
I'm just guessing here, sorry for that. Doc (SFSpeechRecognitionRequest) states that you could analyze partial request "For example, use the shouldReportPartialResultsproperty to specify whether you want partial results or only the final result of speech recognition." I interpret that, if you don't ask for partial request, recognitionTask will wait for a full buffer before calling its closure. But that's just a guess. I read this. Interesting , but not the answer to the question       https://stackoverflow.com/questions/51888726/speechrecognizer-not-returning-answer.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’21
Comment on About
What is your question ? If it is just promotion, that's not allowed on the forum. So please explain what you are looking.
Jan ’22
Comment on its a ranodom test
Forum is not a place to play ; or at least explain what you are testing. Otherwise it is just more noise on the forum.
Jan ’22
Comment on Stored XSS
The forum is not a personal playing field. Unless you have a question to ask other developers, please refrain from using that way. Have a good day.
Jan ’22
Comment on Using an @EnvironmentObject Breaks Xcode Previews
That's a very general request. Apple should improve seriously its documentation, by providing simple but complete examples of running code. Similar to what @thafner posted for environmentObject preview. Note only in this case, but everywhere. There are too many doc pages which simply write the API without any explanation.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’22
Comment on Why "let/var" and not "const/var" in Swift?
have a good end of year too. If you are interested in Swift inner details, there is a good site to visit: https://www.swift.org
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Is .installTap the equivalent of a C callback function?
I'm just guessing here, sorry for that. Doc (SFSpeechRecognitionRequest) states that you could analyze partial request "For example, use the shouldReportPartialResultsproperty to specify whether you want partial results or only the final result of speech recognition." I interpret that, if you don't ask for partial request, recognitionTask will wait for a full buffer before calling its closure. But that's just a guess. I read this. Interesting , but not the answer to the question       https://stackoverflow.com/questions/51888726/speechrecognizer-not-returning-answer.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on How to filter data from an api, and how to use userdefaults to load and save data?
Could you tell what your assignment exactly requires ? May be not to save all data to UserDefaults, but just some meta data ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Simple ForEach gets dreaded compiler is unable to type-check this expression in reasonable time
Thanks for feedback. Effectively, the message is not very helpful. In addition, points.y should be detected as an error… Don't forget to close the thread.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on About
What is your question ? If it is just promotion, that's not allowed on the forum. So please explain what you are looking.
Replies
Boosts
Views
Activity
Jan ’22
Comment on How much does it cost to develop an app like Airbnb?
@mtoag please refrain from using the forum for your company promotion. It is simply forbidden here.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on XCode 13.2 Freezes When opening Large Swift File
@ahlabib is it a .strings file ? Or is it a Swift file with let declarations ? Could you show a small part of the file ?
Replies
Boosts
Views
Activity
Jan ’22
Comment on App has been for a long time in a non releasable state
Are you based outside US ? In some countries, verification process takes much longer.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Where to review and agree the newly updated agrement??
Thanks for feedback. Lesson here is that in such a case, direct contact by phone is far better than mail.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Enable/Disable UISlider when a SegmentControl is selected in Table cell
That's a simple mechanism but absolutely essential in TableViews. In particular, never consider cell as a dataDstorage. Nothing is stored there, they are just for display. All is stored in dataSource. Keeping this in mind makes using TableViews, CollectionViews, a very easy topic. Good continuation in a happy new year.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on its a ranodom test
Forum is not a place to play ; or at least explain what you are testing. Otherwise it is just more noise on the forum.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Stored XSS
The forum is not a personal playing field. Unless you have a question to ask other developers, please refrain from using that way. Have a good day.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Designables - build failed - Xcode 13
So, you cannot see IBDesignables ? But you get your app running normally ? Did it once work with previous Xcode version ? I have the same problem, from time to time. After closing Xcode, possibly restarting Mac, it may (or not) work. This is pretty whimsical.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Using an @EnvironmentObject Breaks Xcode Previews
That's a very general request. Apple should improve seriously its documentation, by providing simple but complete examples of running code. Similar to what @thafner posted for environmentObject preview. Note only in this case, but everywhere. There are too many doc pages which simply write the API without any explanation.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Xcode 13.2.1 failed showing Preview
There is a diagnostics log from @GridPen in another thread: https://developer.apple.com/forums/thread/697975?answerId=700563022#700563022
Replies
Boosts
Views
Activity
Jan ’22