square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.86k stars 595 forks source link

Autolayout and Pony #129

Open TAKeanice opened 10 years ago

TAKeanice commented 10 years ago

The pony view debugger is really nice and works beautiful, but is not very useful when debugging with Autolayout. I managed to add the constraint´s description by changing the array of keypaths, but it would be really cool to have the constraints displayed similar to interface builder, or at least see them in the XML as nodes and be able to manipulate their constant, multiplier and maybe priority values Additionally, when programmatically inserting constraints and having Pony view hierarchy debugging switched on, the addConstraints method throws the following exception:

    -[__NSArrayI intersectsSet:]: unrecognized selector sent to instance

All this is for iOS8 and xCode 6 (both not beta)