tbointeractive / TBODeveloperOverlay

A collection of developer tools for debugging iOS Apps
MIT License
5 stars 2 forks source link

fixed loading the developer-overlay if the xib is in another bundle #5

Closed brototyp closed 8 years ago

brototyp commented 8 years ago

Issue: When using the Developer Overlay in another app the Logger Overlay will be invisible Reason: The xib of the overlay is not in [NSBundle mainBundle] Fix: Initializing the ViewController with a specific Xib-Name and Bundle

brototyp commented 8 years ago

Same issue with the TBODeveloperOverlayKVDebuggerDetailViewController. Fixed it here