JS and OC interaction (call H5 action, return callback) some time ago encountered a requirement, need to use JS injection client local login data, to...
Objective-c manages memory with reference counting, which many beginners struggle with, especially if they've used a language that manages memory in a "garbage collector." The...
In the memory management - Retain&Realese rootRetain function, we introduce the direct manipulation of the hash table when isa is not of type nonpointer to...
Grand Central Dispatch (GCD) is a multi-core programming solution developed by Apple. It is a set of PURE C apis for optimizing applications to support...
In iOS development, you can use setValue:forKey: to set the value of an object's member variable. What is the principle? Right-click Jump to Definit where...
Object property traversal method for... In the Object. The keys/Object. Values/Object. The entries Object. GetOwmPropertyName traversal methods own properties Inherit the attributes
When the Mid-Autumn Festival is approaching, I suddenly found that the gold digger children are stealing (DA) stealing (Zhang) touching (QI) touching (gu) activities. That...
MobLink is a service from MobTech. These include the familiar ShareSDK, SMSSDK, seconds, MobPush, and MobLink. Official explanation: MobLink is a mobile scene restoration solution....
), they have implemented the notification function. In the previous implementation, the Runtime was used for dynamic binding, which achieved the final result but also...
This style obviously doesn't fit our UI, and the problem is that we've been ignoring the UIModalPresentationStyle property. In versions prior to iOS13, UIViewController's UIModalPresentationStyle...
The cost of DNS resolution in mobile scenario is a non-negligible part of the total network request. In the weak network environment, the udp-based LocalDNS...
Compiling on Xcode10 will be fine, but compiling on Xcode11 will crash. - (void)setValue:(nullable id)value forKey:(NSString *)key - (void)setValue:(nullable id)value fo...
Componentization, as one of the mainstream methods of mobile application architecture, has been actively explored and practiced by the industry in recent years. In the...