Thanks! I added this info to my FeedbackAssistant bug-report.
Post
Replies
Boosts
Views
Activity
That does not work for me.
I still get the suggestion for entering a phone number in the kvk number field.
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.
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 "
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 "
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!!
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