1. Local repository makes components: Basic components, functional components, business components, can be made into POD references. Terminal input: pod lib create name, name is...
In the process of using KVO, the intermediate class is generated dynamically. The intermediate class and this class are inherited, and some methods of this...
This is the 13th day of my participation in the August Changwen Challenge. For details, see August Changwen Challenge 1. Basically introduces the use of...
This article describes the implementation of categories and the loading process of categories. Classification is an extension of objective-C classes. When it comes to classification,...
After the message dynamic resolution, the system executes the message forwarding mechanism and queries the IMP of SEL again; The message forwarding mechanism is divided...
This is the 25th day that I participated in the more text challenge, the activity details view: more text challenge preface this recent write continuously...
In the previous six articles, you introduced the implementation of objective-C classes and objects by analyzing runtime source code. This article mainly discusses the following...
This chapter mainly introduces the _objc_init source code and dyLD and objc is how to associate with the preparation work dyLD source code libdispatch-1271.120.2 source...
This is the 23rd day I have participated in the More text Challenge, see more details: More text Challenge preface yesterday introduced what apple search...
1.CPU and GPU Internal composition of A CPU: Internal composition of a GPU: CPU and GPU have different requirements at the beginning of their design,...
In the slow lookup of objc_msgSend, when imp cannot be found, behavior judgment is performed and dynamic method resolution resolveMethod_locked is returned directly.
Just drag my custom NSURLProtocol subclass into the dynamic library to automatically intercept HTTP requests. Example: Loading the NSURL class will automatically inject my custom
WebView can be seen everywhere in mobile applications, and in cloud music as an entry point for many core businesses. To meet the increasingly complex...
Here is big xin, this article is mainly to organize and explain multi-threaded related interview questions, what questions and new ideas are welcome to put...