Post

Replies

Boosts

Views

Activity

Comment on Keep recieaving a "Class is not key value coding-compliant"
-- removed --
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Keep recieaving a "Class is not key value coding-compliant"
In this case, it should be impossible to connect the IBOutlet, shouldn’t it ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Keep recieaving a "Class is not key value coding-compliant"
Thanks. Droopy said that he tried to disconnect and reconnect, which he probably could not do completely.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on How does let statement work?
yes, the extended form is to have a return keyword. But if there is a single statement with the value to return, you can omit return. You could also use the get format. They are all equivalent.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on How to add other(CardView) Another Swift UI file in Button
A key thing to remember is that SwiftUI works by managing view states. with this in mind, everything gets much clearer. Please tell if it doesn't work as intended. Otherwise good continuation and don't forget to close the thread on the correct answer.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on UIBezierPath cornerRadii value is drawn more than the init value when it is more than 33% of the rectangle's size
It may be a feature, not a bug … But in this case, it is a documentation bug. Don't forget to close the thread once you've got an answer.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on How to add other(CardView) Another Swift UI file in Button
Hard to say without seeing the original. Could you show the plain CardView on screen ? Maybe the difference is caused by padding. Try to comment them out and see what you get.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on scrollview layout
I will send you the example.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on How to prevent UITableView rows from being deselected during a swipe action?
No, I meant saving selected row at the end of didSelect.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on How to prevent UITableView rows from being deselected during a swipe action?
You're right, I'm sorry. My proposal just doesn't work.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Issue when click on the same textbox twice
I read your code but cannot find which TextField. Is it UserName or Password or both or other ? Do you know where exactly the crash occurs ? How is ppbank_VERSION defined when it crashes (does it go through this part of code or not ?)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Object Detection when placed on display
So you want to detect there is something on the screen, don't care what it is ? In case a finger is pressing screen, do you want to consider it as an object on screen ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on New reject Other - Other
You have marked your answer as correct. But what is the answer to the original question ?
Replies
Boosts
Views
Activity
Sep ’22
Comment on Initialising a variable using another variable in a list
Thanks for feedback. Don't forget to close the thread by marking the answer correct.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on "Searchable" fonctionne bien seul, mais ne filtre plus la recherche, une fois inclus dans mon code.
Pour savoir si c'est le code ou le simulateur, le plus simple est de tester sur un iPhone.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22