Our iOS project uses Swift+Objective-C hybrid development, and for a long time we used use_frameworks in our Podfile! That is, make all the Pods Dynamic...
Cocoapods is used to manage third-party libraries, but can also be used to distribute a functional module to others when it is packaged by ourselves....
To optimize memory, a cache pool is set up to display four CardItemView objects simultaneously by default. Go get the last CardItemView object and add...
This article uses the YBImageBrowser component as an example. YBImageBrowser relies on SDWebImage, and there may be some dependency conflicts when integrating into the project...
CocoaPods is a dependency management tool for iOS projects that allows developers to quickly integrate third-party open source libraries and add dependency libraries. With Ruby,...
If you have installed it before, you can proceed to step 3: Uninstall. A. Run the gem sources --remove https://rubygems.org/ command to delete the inherent...
. The tableView structure in previous projects has been unable to meet the needs of this type, especially for internal cell event processing, so the...
Gem Gem is Ruby package management tools, Ruby plug-ins are installed through Gem, CocoaPods is Ruby development of a plug-in. If you want to install...
CocoaPods is a dependency management tool that provides management of third-party open source libraries. For example, there is no need to set the special compilation...
MVVM mode, the role of ViewModel, logical processing, network requests and other complex operations removed from the ViewController, ViewController is slimmed down. Combined with the...
Recently, the project often meets the needs of drop/droplist (droplist), which has more commonalities, but will have slight differences. The first choice is of course...
Foreword Recently in the company application integration QQ login encountered some twists and turns (pit point), feel it is necessary to record. First, download the...
Foreword Recently in the company application integration QQ login encountered some twists and turns (pit point), feel it is necessary to record. First, download the...
Controllers can call this method to register to enter or exit the full screen automatically without affecting each other. LXFProtocolTool is a quick and convenient...
GPassword is a simple, efficient and easy-to-use gesture password library based on CAShapeLayer and UIBezeierPath. Or just drag and drop the Source folder into your...
Background With the continuous development of business and the adjustment of organizational structure, the need for App decoupling becomes more and more urgent for teams...
With the continuous development of the company's business, the volume of application code will be bigger and bigger, and the business code coupling will be...