AFNetworking is a networking library for iOS, macOS, watchOS and tvOS. It is built on top of the Foundation URL system, extending the powerful high-level...
PM put forward a requirement, start the advertising interface click, directly enter, do not need to flash the main interface. A typical AD interface is...
Recently, I came to know IQKeyboardManager third-party library by chance. It feels better than TPKeyboardAvoiding, which I am using now. So make a decisive substitution....
1. I believe that most companies can use AFNetworking because it is an open source framework, safe and efficient. In order to improve efficiency and...
Recently, there are four interfaces in a page, and each interface returns a corresponding UI change. Therefore, after all the requests of the four interfaces...
Here I mainly through the essence, release, attention, login, my and recommended attention interface for the simple implementation of several modules, because of the code...
The network downloading methods in iOS development include NSData (the most original, which can hardly be used in actual development), NSURLConnection (the old and outdated...
The modified update operation is the same as above, and will not be repeated here. Since we have separated the sublibrary, we cannot use s.ource_files...
1. Internal implementation principle of SDWebImage step 2 set the maximum cache and time 3. Distinguish: three various cache (image cache memory and disk image...
The framework is a generic network layer that can be invoked by the business layer of different apps. The framework encapsulates AFNetworking and in some...
This section mainly introduces the content related to multi-threading in iOS. Firstly, it briefly introduces the use of NSOperation, and then realizes the management between...
The fourth part is the interesting content under THE UIKit+AFNetworking directory. This class is the Request of the serializer, through this class will be relevant...
After AFNetworking was upgraded to 3.0, many interfaces were unavailable. The original way of sending SOAP to WebService had to be changed, and there was...