tbointeractive / TBODeveloperOverlay

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

Opening up InspectorViewController #32

Closed schillingalex closed 6 years ago

schillingalex commented 6 years ago

InspectorViewController is a beautiful generalization to write your own inspectors for all sorts of classes. Or it would be, if only the class was open. I fixed this little detail here.

pstued commented 6 years ago

Hi alex. Thanks for your contribution. 👍 You're right. We should make this overridable.

I'll have a look why travis ci is failing and then will merge it afterwards :).

brototyp commented 6 years ago

I'll have a look why travis ci is failing [...]

Honestly I guess that was my fault. At least in parts. The danger integration is not finished. Sorry for that!

I guess you have two options here 😊

  1. Disable / remove danger from this repository
  2. Create a Github TBO Bot user, set it up, create an API token and place it in the travis settings for the project. (Just remove the existing token there).