iphone - ios touchesBegan not called on arm64 devices -


I have a custom UIView based on this tutorial:

On Arm 64 Devices (iPhone 5s, 6 , 6 Plus, iPad Air): Uiviv's touching method is never called. It works as expected on previous versions (iPhone 5, 4S, ...) - the touching person is called on simulators (iOS 7.1, 8.1) and iPad Air (iOS 8.1).

It is strange that the sample project is working from the tutorial ...

Tutorial for the 10th time?

My view is accepting touches on older devices ... even though I have a trick with it Resolved I should work on a custom button given in Grid 9x9 so I used UITapGestureRecognizer on the background of my button and in touch callback, I have checked from which button I am currently on.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -