Post

Replies

Boosts

Views

Activity

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 UIImageView Constraints Issue
Can you share how you have set up the constraints of UIImageView, and the result both of Xcode 12 and 13? Showing some screen shots would be preferable.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on How do i get the whole background to be the same color?
What version of Xcode are you using? Which model of simulators? Of which version of iOS? You may need to clarify all such things when you find something weird.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Print location shared when user tap 'locate me' button
Can you clarify what you mean by user has not sharing location? Do you mean any sort of permissions or authorizations about location? Or your app has a Share Location button and you want to check if user has tapped it or not?
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
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 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 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 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 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 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 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 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 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 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 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