Post

Replies

Boosts

Views

Activity

Comment on Face unlock
Please avoid playing in forum with questions which are not even questions to avoid polluting. Or just indicate it is a test you are doing.
May ’22
Comment on Bad access with a fixed size array and index in range
Thanks for the feedback. You need to understand what is happening in the different threads, because a bug may hide another one… Good luck.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Date style as timer, but use days
You will have to fine tune, to take into account when timer crosses the day limit… Could get ideas here: https://stackoverflow.com/questions/63149626/swiftui-timer-doesnt-stop-at-0
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Date style as timer, but use days
You will have to fine tune, to take into account when timer crosses the day limit… Could get ideas here: https://stackoverflow.com/questions/63149626/swiftui-timer-doesnt-stop-at-0
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Having problems trying out the example code in this session
Maybe we'll have to wait for a next beta.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Having problems trying out the example code in this session
Maybe we have to wait for beta2 and test again…
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on SwiftUI optional @ViewBuilder parameters
This could be useful as well: https://michael-ginn.medium.com/creating-optional-viewbuilder-parameters-in-swiftui-views-a0d4e3e1a0ae
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on .postToWeibo is not working in UIActivityViewController
My mistake, sorry. Did you try to exclude another activity, such as Mail, to see if it works ? If so, you should file a bug.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on .postToWeibo is not working in UIActivityViewController
My mistake, sorry. Did you try to exclude other services (mail, airdrop, …) to see if it works ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Add Return key subview to keyboard
I solved it by adding a return button directly in the view (not the keyboard) after getting the exact position of keyboard.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on sth wrong with .searchable
I tried several solutions on MacOS, to no avail. Impossible to display the search bar, effectively. You should ask support.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Why LazyHStack takes full height but HStack does not?
You should read advices about posting on Forum: https://developer.apple.com/forums/thread/706527. Have a good day.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on The image appears delayed in splash screen.
No way to delete post effectively. Did you change type to png ? Does it work ?
Replies
Boosts
Views
Activity
May ’22
Comment on Contribution to Quinn’s Top Ten DevForums Tips
Yes indeed. The point is that forum is a collaborative work, not an on-demand service… 😉
Replies
Boosts
Views
Activity
May ’22
Comment on Face unlock
Please avoid playing in forum with questions which are not even questions to avoid polluting. Or just indicate it is a test you are doing.
Replies
Boosts
Views
Activity
May ’22
Comment on Why do I keep getting this error
Could you find where it crashes (call stack). If so, please show code. You have a segmentation fault. This may be due to a missing or corrupted IBOutlet connection. Did you check all IBOutlets connections ?
Replies
Boosts
Views
Activity
May ’22