07
PTLViewDebugger – Useful tools for debugging your view layouts.When a view looks a bit out of place and you can’t be tell why, use PTLViewDebugger to figure it out. PTLViewDebugger helps you debug your views by adding colored borders to your view hierarchy just useptl_showDebugBorder to add a randomly colored border to the view or view hierarchy you’re debugging. If that’s not enough, PTLViewDebugger enhances the private recursiveDescription API so that if you use that while debugging the res…