Post

Replies

Boosts

Views

Activity

Reply to touchesEnded: not triggered on newer iOS when view is inside UIScrollView (was working on iOS 18)
My implementation : - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ //my own code [super touchesBegan:touches withEvent:event]; } Similar implementation wrt touchesmoved/ended/cancelled. By removing super call, my code works fine in iOS26 also. But i would want to understand the impact and usage of super call. Is it not recommended to call super in overridden methods of gesture recognizer ?
Topic: UI Frameworks SubTopic: UIKit
Mar ’26
Reply to Test flight app gets rejected, due to privacy file not find for FMDB.
App got rejected with this reason, ITMS-91065: Missing signature Your app includes “Frameworks/FMDB.framework/FMDB”, which includes FMDB, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks .
Jun ’24
Reply to touchesEnded: not triggered on newer iOS when view is inside UIScrollView (was working on iOS 18)
Hi Richard, I have created a feedback for the same. Please refer https://feedbackassistant.apple.com/feedback/22133975 Your help is appreciated. Thankyou, Lokesh.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Mar ’26
Reply to touchesEnded: not triggered on newer iOS when view is inside UIScrollView (was working on iOS 18)
Hi Richard, I have created the test project and able to replicate the issue with iOS26 (which is working fine in iOS18 and below). Please share your email id so that i can share the project with you. Thank you.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Mar ’26
Reply to touchesEnded: not triggered on newer iOS when view is inside UIScrollView (was working on iOS 18)
My implementation : - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ //my own code [super touchesBegan:touches withEvent:event]; } Similar implementation wrt touchesmoved/ended/cancelled. By removing super call, my code works fine in iOS26 also. But i would want to understand the impact and usage of super call. Is it not recommended to call super in overridden methods of gesture recognizer ?
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Mar ’26
Reply to Test flight app gets rejected, due to privacy file not find for FMDB.
App got rejected with this reason, ITMS-91065: Missing signature Your app includes “Frameworks/FMDB.framework/FMDB”, which includes FMDB, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks .
Replies
Boosts
Views
Activity
Jun ’24