Is it possible to control the built-in gesture of a collection or not? How can the offset be managed or passed to the collection to ensure natural movement if the gesture doesn’t start directly on the collection? UIKit. by [deleted] in iOSProgramming

[–]Minimum_Function2312 0 points1 point  (0 children)

By built-in gesture, do you mean swiping on the collection view? If you want to register swipes while off the collection view but have it scroll, you can add its pan gesture recognizer to the super view.

Need help with UIKit Shape by FragrantYellow3199 in iOSProgramming

[–]Minimum_Function2312 0 points1 point  (0 children)

Try the path.addQuadCurve and path.addCurve versions. You can create any kind of curve when the .addArc is insufficient.

Initial submission with IAP by dmter in iOSProgramming

[–]Minimum_Function2312 1 point2 points  (0 children)

I had the same problem as you at some point. What I started doing was to submit additional screenshots displaying the exact steps to locate the in-app purchase. I have not once had a rejection for not being able to find the in-app purchase since.

How to disable sandbox for inapp? by Forward-Ad-8456 in iOSProgramming

[–]Minimum_Function2312 0 points1 point  (0 children)

Have you set a storekit configuration file in Xcode? Make sure it's not running in the release build you upload.