Releases: HDB-Li/LLDebugTool
1.3.8.1
1.3.8
1.3.7
Mock Location function and split into components.
- Split into components, you can now integrate only a few components by
LLDebugTool/{subspec}, such asLLDebugTool/Network、LLDebugTool/Log. - New
Mock Locationfunction, now you can mock location to anywhere at anytime. SupportCLLocationManagerandMKMapView. - Support
generate_multiple_pod_projectsin podfile.
1.3.6
1.3.5
1.3.4
More practical Hierarchy function
Now you can use the Hierarchy function to dynamically modify attribute values. There are common attributes in the shortcut interface and most attributes in the details interface. It's a very interesting and useful function.
Update
- Update
Hierarchy Detailto dynamic modify properties.
1.3.3
1.3.2
Add Ruler, Widget Border function.
Ruler function : Convenient tools to display touch point information.
Widget Border function : Display element border, convenient to see the view's frame.
Add
-
Add
LLSettingManagerto control some settings in tool, you can configureLLConfig's options dynamically without re-archiving. -
Add
Hierarchy Detail Infofunction to show more detail info of target view. Similar toDebug View Hierarchyfunction in XCode.
Remove
- Remove all xib files, it wastes compilation time. In contrast, you need to introduce Masonry lib.
1.3.1
1.3.0
Hierarchy and magnifying is coming.
Hierarchy function : Now you can use Hierarchy function to see every element on screen, and you can visually see their frame and properties, Hierarchy info will come soon.
Magnifying function : Now you can use Magnifying function to see the contents or color of each pixel, this makes it easier for you to communicate with the UI designer.
More changes can be viewed in Version 1.3.0 Project.
Add
- Refactory UI hierarchy, now use many windows to display functions, each function use one window, more information you can see
LLWindowManager.m.
Update
- Changed folder path.
- Update a new user interface.
- Fix in iOS 13.
Remove
LLDebugTooldidn't supports component-based now. This is a useless feature and adds to the difficulty of calling between modules.LLDebugToolis later maintained as a single app rather than as multiple functional modules.- Remove some unused files, methods and macros.