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
1d
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