Skip to content

1.2.2

Compare
Choose a tag to compare
@HDB-Li HDB-Li released this 23 Oct 10:42
· 650 commits to master since this release
86807cf

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 when LLWindow become key window.