CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Oct 2017 |
| SwiftSwift Version | 4.0 |
| SPMSupports SPM | ✗ |
Maintained by Matt Robinson.
MRARViewDebugger allows in place view hierarchy visualization of UIViewControllers using ARKit.
The user is given the ability to separate layers by variable distances and scrub through the stack
using a slider similar to what Apple provides in Xcode's built in view debugger.
| View | Debugging 1 | Debugging 2 |
|---|---|---|
Debug your views on the device when something goes wrong vs. having to deal with reproducing and/or
attaching to the process in Xcode.
MRARViewDebugger is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "MRARViewDebugger"Present the view debugger like this (to be called from a UIViewController):
MRARViewDebuggerViewController *viewController = [[MRARViewDebuggerViewController alloc] initWithViewController:self];
[self presentViewController:viewController animated:YES completion:nil];Example/MRARViewDebugger.xcworkspace
MRARViewDebugger is available under the MIT license. See the LICENSE file for more info.