SSL handshake failure resolution between IOS and Java server: Cipher Suites
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
With regard to gestures, there is time to expand here, the focus of this article is to illustrate a key point, that is, when an event is being responded to by multiple gestures simultaneously, how each is handled, on Wkwebview, there is a proxy method:
-Gesturerecognizer:shouldrecognizesimultaneouslywithgesturerecognizer:
The return of YES in the protocol method means that the previous gesture will continue to be processed after the last gesture is processed, so that we can receive the event information in the target method of the swipe gesture up and down.
Nowadays, many components of Apple, from the original open, began to become tightly controlled, gestures may be used many times, this method can be in an elegant way, so that you can cut into the component event.
IOS using Wkwebview cannot intercept up and down gestures for problem solving