Third-party libraries and tools for ios and third-party libraries for ios
I. Classic third-party Libraries
1. MJRefresh
Pull up refresh and drop down to add
2. AFNetworking
Network request. The dictionary is returned.
3. MJExtension
Convert the dictionary and the model. If there are other conversions, try again.
4. Database: FMDB
Encapsulate the database that comes with the system for better use
Ii. Simple third-party Libraries
1. IQKeyBoardManager
Listen to the keyboard Height: drag all files under IQKeyBoardManager to the project, and you do not need to import any header files. The input box automatically adjusts the height of the keyboard so that the input box is always above the keyboard.
2. crashlog
Crash record:
3. UICollectionView
Waterfall stream: Use the UICollectionView provided by the system to write a simple usage article by yourself.
4. RHAddressBook
Address Book: during use, you need to put the header file in the pch file in the third library into the pch file of the Project for compilation.
5. UUChartView
Simple line chart and column chart. Unfortunately, a lot of interfaces are written to death. You need to enter the header file and make a small change to achieve more functions.
Iii. Use of Xcode tools
1. vv1_enter
Remark the code to form a good code style
2. DXXcodeConsoleUnicodePlugin
Convert some unreadable characters in the Xcode consolePrint the Unicode code and convert it to Chinese display.