1. Download the required files from VLC: VLC for iOS X.X.X source code, MediaLibraryKit X.X.X source code, MobileVLCKit x.x.x-pre2 source code. PS: Because my network...
On iOS, when we talk about accessibility, we usually mean the support for the system's functionality -- "voiceover." UIKit components support "narration" in place, most...
3. Install ebook-Convert (this software is used to generate Ebooks in PDF or other formats. How to install gitbook, click here to install gitbook project...
Static library Obtaining third-party static libraries The following uses AFNetworking as an example: 1. Install AFNetworking using cocoaPods and add note #use_framew under target in...
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library that can complete image processing, face recognition, red...
This article describes the implementation of ReactNative IOS native module using React-native builder-Bob. As well as encountering your pit places, this article practices practice 2022-2-3...
Objc_msgSend to CacheLookup call method [Person say] we already know that calling method is sending a message, and the underlying call is objc_msgSend(person, @selector(s)
What is a process? What is a thread? Comparison of serial process and thread in thread Multi-threading Principle of multi-threading advantages of multi-threading disadvantages of...
In iOS development, the Weak keyword is often used to solve the problem that the memory cannot be released due to strong references between objects....
If you're an accessibility nerd like me, or just curious about assistive technology, you'll love Auto-Vo. Auto-vo is a node module and CLI for automatic...
In my life's journey, I didn't like philosophy at first, because after China divided the school curriculum into arts and sciences, I naturally took sides...
Dive into the details of Swift concurrency and discover how Swift provides greater security while improving performance, avoiding data contention and thread explosions. We'll look...
Today we are going to the knowledge of is UITableView tableHeaderView, the junior partner to distinguish, not the header in the agreement, but overall the...