Post

Replies

Boosts

Views

Activity

Reply to Question about Property Observer
First, I'm sorry for not expressing my question clearly. I'd like to ask if I can implement property observer on "oppositePos" computed property to monitor change of opposite point according to change of original coordinatePoint. However, on my second thought, I realized I couldn't implement it on the property and I didn't need to do it. anyway, I got my answer for the question thanks to your advice. again, thanks for your advice . c00012
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’23
Reply to Question about protocol
I solved this question myself. I should completely implement protocol function in the class not to cause such an error like this: class A: feature {     func getPayment(o: Offer) {         <#code#>     }     func Amortize(o: Offer) {         <#code#>     }     func Export() {         <#code#>     } }
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’22
Reply to Question about using multiple NavigationLinks in same project
I solved the problem. it was my mistake in writing TextField.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to can't post a question on this forum.
it says, "This post contains sensitive language. please revise it in order to continue."
Replies
Boosts
Views
Activity
Jul ’24
Reply to Question about build an iOS project in Xcode 15.2
I tried: I removed Assets.xcassets file from project and Warning disappeared. ( I have no idea why)
Replies
Boosts
Views
Activity
Feb ’24
Reply to Question about Property Observer
First, I'm sorry for not expressing my question clearly. I'd like to ask if I can implement property observer on "oppositePos" computed property to monitor change of opposite point according to change of original coordinatePoint. However, on my second thought, I realized I couldn't implement it on the property and I didn't need to do it. anyway, I got my answer for the question thanks to your advice. again, thanks for your advice . c00012
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Question about protocol
I solved this question myself. I should completely implement protocol function in the class not to cause such an error like this: class A: feature {     func getPayment(o: Offer) {         <#code#>     }     func Amortize(o: Offer) {         <#code#>     }     func Export() {         <#code#>     } }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22