infinitered / rmq

RMQ - RubyMotionQuery
MIT License
307 stars 52 forks source link

display a warning when a frame has negative values #302

Closed kevinvangelder closed 9 years ago

kevinvangelder commented 9 years ago
details_row: One or more values in your frame is a negative or zero. If this is unexpected, check your styles.
Frame values: {l: 10, t: 796.0, w: 355.0, h: -129.0}
squidpunch commented 9 years ago

:+1:

carlinisaacson commented 9 years ago

Very nice! :+1: I was actually going to suggest checking for zero as well when you suggested this feature.