Post

Replies

Boosts

Views

Activity

Comment on Disable the keyboard suggestions for a UITextField
Hi DTS Engineer, Please check out the answer from Yoninja ... that fixed it for me. Apparently, when there is a UITextField with a Placeholder text containing 'nummer' underneath a UITextField with a placeholder containing 'email', it will assume that the one containing 'nummer' is a phone number?? Kind regards, Wouter
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’24
Comment on Suddenly my app uses non-public api
Thanks! I added this info to my FeedbackAssistant bug-report.
Replies
Boosts
Views
Activity
Sep ’22
Comment on Disable the keyboard suggestions for a UITextField
That does not work for me. I still get the suggestion for entering a phone number in the kvk number field.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on In MKMapView, show (some) annotations only when zoomed in
Looking at this, the last line in my code is line 48, which is the UIApplicationDelegate. This crash happens during zooming, so I guess the UIGesture lines (26 and above) are for two finger touches moving about. And then in line 6 and above, the clusters are updated ... and we crash.
Replies
Boosts
Views
Activity
Aug ’24
Comment on In MKMapView, show (some) annotations only when zoomed in
Found it! I mixed up the ClusterAnnotationView (which has the field memberAnnotations) and the normal annotationView (which does not). Hence the "-[MKPointAnnotation memberAnnotations]: unrecognized selector "
Replies
Boosts
Views
Activity
Aug ’24
Comment on In MKMapView, show (some) annotations only when zoomed in
Found it! I mixed up the ClusterAnnotation (which has the field memberAnnotations) and the normal annotation (which does not). Hence the "-[MKPointAnnotation memberAnnotations]: unrecognized selector "
Replies
Boosts
Views
Activity
Aug ’24
Comment on Disable the keyboard suggestions for a UITextField
Amazing!!!! I moved the kvk number a couple of cells upward and it is solved!!!! Amazing that you found this fix!!! Thanks very much for sharing!! I hope Apple read this and fixes this strange behaviour!!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Disable the keyboard suggestions for a UITextField
Hi DTS Engineer, Please check out the answer from Yoninja ... that fixed it for me. Apparently, when there is a UITextField with a Placeholder text containing 'nummer' underneath a UITextField with a placeholder containing 'email', it will assume that the one containing 'nummer' is a phone number?? Kind regards, Wouter
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Subscribe to an existing JMS provider
Thanks! Yeah, I know Vapor. I built a couple of REST API's with that. I did ask them, and they kinda said that was a typical Java thing ... So I am now working on changing an existing Java JMS Client to my needs. Thanks for the tip! Wouter
Replies
Boosts
Views
Activity
Dec ’24