In iOS 12 released this year, Apple introduced an interesting new feature called Memoji, a new Animoji that uses the phone's front-facing camera to create...
The 2017 National Science and Technology Work Conference was held in Beijing on Jan 10. 21st Century Business Herald reporter learned from the Ministry of...
The closest and most immediate bond. The leakage of personal privacy is troubling every netizen. Somewhere not far away, beyond the comprehension of a technologist....
Mach-o is the file format of applications on iOS/macOS. Understanding the file format of Mach-O is helpful for the subsequent static analysis and dynamic debugging...
In objective-C projects, many developers may have written or seen code like self.delegate = self. This article uses a self-answering, easy-to-understand approach to discuss whether...
Your payment authorization failed. Please check your information and try again, or try another payment method. Please contact you, no matter how many credit cards...
Human-computer dialogue systems, or conversational interaction, are expected to become the main interaction mode in the Era of the Internet of Things. The understanding and...
Dynamic library: dynamic library does not copy, only one copy. Dynamically load the program into memory while it is running; The system is only loaded...
There will always be a demand for dynamic App ICONS: some users like to "beautify" their phones. To what extent users prefer beautification depends on...
You need to manually handle transitions between thread states and manage the lifecycle. For example, this code creates a thread but doesn't destroy it. The...
NSURLConnection provides a simple interface to create and cancel a connection, and supports a collection of proxy methods to provide a response to the connection...
UIImage object is a high-level interface for displaying image data in iOS. We can create UIImage objects from files, NSData, Quartz image objects. So this...
In the last article, we looked at the structure of the AST tree and simply implemented a RecursiveASTVisitor subclass that successfully accessed each node of...
The RDVEUISDK itself provides a variety of filter effects for developers to choose from, while users can extend the filters to suit their own needs....