1.2.2
Fix LLWindow become keywindow's bug.
LLDebugTool
supports component-based now. Now you can integrate only one or more modules into your own Debug debugger. You can directly use the view controller contained in each module, or just call the functions in Function
folder and build UI yourself.
How to use components, see WikiUse Components or Adding LLDebugTool to your project.
More changes can be viewed in Version 1.2.2 Project.
Update
- Update
LLWindow.m
and make[UIApplication sharedApplication].delegate.window
become key window whenLLWindow
become key window.