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...
Write in hard times. I implemented some animation effects with ideas provided by BOC, the author of the brief book. Making the source address: https://github.com/JonHory/TransitionLearning...
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...
Continue with the previous article, if you have not seen the friends can go to see play iOS development: NSURLSession explained (a), otherwise it will...
Preface lot: WBCollectOCThirdLibObjective - C three party open source libraries form side menu open source library profile recommended index MGSwipeTableCell similar system side menu ⭐...
This project is suitable for beginners to practice iOS development. First of all, many excellent open source frameworks are used in this open source project....
When using navigation, you would use the mas_updateConstraints method to update the constraint, but this method only updates the value, not the priority of the...
GCD stands for Grand Central Dispatch. Grand Central Dispatch (GCD) is a newer solution to multi-core programming developed by Apple Dad. It is primarily used...
Although the previous two lectures covered some theoretical knowledge of NSURLSession, we now have at least a general understanding of NSURLSession. We are not as...
Objective-c (OC) evolved from the SmallTalk language. OC adopts the syntax of "message structure" and is a dynamic language. In contrast to traditional "function call"...
This chapter explains blocks. I can't remember how many times I watched it the first time because the author had converted objective-C code into C++...
Post to my blog: https://cainluo.github.io/14758230794995.html author speech introduction to create project implementation TouchID check the final effect project address address: https://gith
Implementing a waterfall flow is simple, and implementing a partitioned waterfall flow with a different number of columns in each zone and with a header...
Touch ID is apple's fingerprint recognition technology. Apple stores the user's fingerprint data in a secure area of the processor, fully protecting the user's data...
I am doing a travel project recently, which has the horizontal sliding TAB function. At first glance, I feel very simple. Scroll horizontally. The flowLayout...
In the daily development often appear the phenomenon of stalling (frame loss), to the user's feeling is very bad. So how does this phenomenon occur,...