[[134800]] Third-party open source libraries and components used in the development of NetEase News iOS version 1. AFNetworking AFNetworking uses NSURLConnection + NSOperation, which is mainly used to facilitate data exchange with the server API. It is simple to operate and powerful. Now many people use it to replace ASIHTTPRequest. 2. Apple Reachability For network monitoring, please refer to the following article How to distinguish 2G, 3G and 4G in iOS network monitoring? 3. DOUAudioStreamer Douban's open source software, DOUAudioStreamer is a core audio-based streaming audio player for iOS and Mac 4. FXBlurView iOS blur background library, which can easily generate blur effects according to the status of the underlying display 5. GTMNSString+HTML Google's open source library for filtering HTML tags 6. iCarousel iCarousel is a class that inherits from UIView. It is used to simplify the implementation of various types of carousels (paged scrolling views) 7. JDStatusBarNotification Display notifications at the top of the status bar. Customizable colors, fonts, and animations. Supports progress display and status indicators 8. libwebp Can be used for webp transplantation, please refer to git for details 9. Masonry A lightweight layout framework that supports both iOS and Mac OS X. It has elegant syntax and helps developers quickly adapt to iOS devices with different resolutions. 10. MGTemplateEngine MGTemplateEngine is similar to the template engines of Smarty, FreeMarker and Django in PHP. It is a lightweight engine that is simple and easy to use. As long as you set up many different HMTL templates, you can easily display multiple content formats in one View. For those who are not familiar with HTML or want to reduce workload, it is good to let the designer share these tasks, and it is also easier to achieve the desired effect of the design. 11. NJKWebViewProgress NJKWebViewProgress is a progress bar interface library for UIWebView. UIWebView itself does not provide a progress bar. 12. Pop Facebook's open source iOS animation library contains many animation effects 13. RegexKitLite Used to process regular expressions 14. SDWebImage Commonly used to cache images received from the server. It is an extension of UIImageView and is relatively simple to use. 15. SSKeychain SSKeyChains is a simple encapsulation of Apple's security framework API, which supports access to passwords and accounts stored in the keychain, including reading, deleting and setting. 16. TTTAttributedLabel A replacement for UILabel, making the Label function on iOS more functional, supporting functions such as link embedding 17. wax Wax is a framework for writing native iOS applications using the Lua scripting language. It combines the Lua scripting language with the native Objective-C application programming interface (API). 18. ZipArchive Can be used to compress and decompress files |