Post

Replies

Boosts

Views

Activity

Comment on RunLoop behaves differently between iOS15 and iOS14
Every developer may make wrong decisions... But I cannot find any description in the Apple's documentation of RunLoop that states how calling run() would work in the main thread which is already managed by RunLoop. I should have used semaphore and DispatchQueue > If you are working with some async tasks, never try to use them synchronously. Using semaphore would cause many more problems, as you may already know. Anyway, changes of undocumented behavior might be intentional or not intentional, you can challenge with sending a feedback to Apple.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Comment on Why isn't a new room created in the Rooms project? SwiftUI, WWDC19-204
Thanks for clarifying the reasons. It is quite reasonable and you can learn more than just touching the latest tutorials. One of the reasons Apple provides the dev forums might be that supporting the developers who watched sessions using some beta versions of software is important. You know that many readers here want to help you. And I do hope you will make great apps in the near future, Good Luck!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’21
Comment on Observing Changes in Multiple @Published Variables at the Same Time?
I thought you could solve this by yourself and actually you made it. Happy coding.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on error invoke API
Please show enough information.
Replies
Boosts
Views
Activity
Oct ’21
Comment on RunLoop behaves differently between iOS15 and iOS14
Every developer may make wrong decisions... But I cannot find any description in the Apple's documentation of RunLoop that states how calling run() would work in the main thread which is already managed by RunLoop. I should have used semaphore and DispatchQueue > If you are working with some async tasks, never try to use them synchronously. Using semaphore would cause many more problems, as you may already know. Anyway, changes of undocumented behavior might be intentional or not intentional, you can challenge with sending a feedback to Apple.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Observing Changes in Multiple @Published Variables at the Same Time?
If your solution works as expected, please do not forget to mark your answer as SOLVED.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Help! with String Interpolation
@donnist78 , Please show the exact code you get the error "Cannot convert value of type 'String' to expected argument type 'Int'". The line if Int(cell.dayOfMonth.text = "\(indexPath.item)" > 0 { cause bunch of other errors.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on error invoke API
Please show enough information if you really want to be help. You have not shown even the type of devices or what you have done when you get that error. No way to help.
Replies
Boosts
Views
Activity
Oct ’21
Comment on Xcode 13: Active breakpoint turns to an outline when app is run.
Thanks for showing the screen shots. You can include images both for questions and answers, but the editing feature of this site is very limited and you many need to use Your Answer to post an additional info including images. Anyway, I have never seen the second shot of yours. I will post something here when I find possibly useful info.
Replies
Boosts
Views
Activity
Oct ’21
Comment on Detecting an Archive vs. Development build
Sorry, usually I do not use any pods. And in a usual project, creating the Archive build configuration with copying the Release build configuration works as expected. Better find a communication site of CocoaPods and ask there.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Directions to annotation from current location in MapKit
Unfortunately, that would happen quite often. Anyway, happy to hear it works now.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Directions to annotation from current location in MapKit
Have you followed all the changes? let leftButton = AnnotationButton(frame: CGRect( //<-
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Unable to transition to the next screen modal with viewStore.binding in SwiftUI
Thanks for showing the code. But, sorry, I do not say something sure under the info shown and I do not think of what to ask next. Hope your issue will be solved soon.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on SwiftUI Table does not work when trying to use Int values
I mean AlbumDetails, AppleMusicAPI or WebImage by many parts missing in your shown code. Those are parts of your code needed to try compiling your shown code. And all such things may affect when you get weird errors such as CompileSwiftSources Failed with a nonzero exit code. Anyway, thanks for reporting.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Why isn't a new room created in the Rooms project? SwiftUI, WWDC19-204
Thanks for clarifying the reasons. It is quite reasonable and you can learn more than just touching the latest tutorials. One of the reasons Apple provides the dev forums might be that supporting the developers who watched sessions using some beta versions of software is important. You know that many readers here want to help you. And I do hope you will make great apps in the near future, Good Luck!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on UIActivityViewController becomes almost transparent on iOS 15
One thing sure is that you should show enough code when asking someone to help. If something you think has nothing to do with this problem actually had nothing, this sort of thing might not happen. One more, you should better not force readers go into links, if you really want some help in this site.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Button on header of colelctionview not visible
Better move to Swift.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21