Search code examples
cappuccinoobjective-j

Resize handlers on Cappuccino


how do I add the resize handlers to a CPView in Cappuccino? I saw an example that has rotation handlers, but I want to resize the view freely.

Rotate example


Solution

  • It's the exact same concept, but slightly easier... I wrote this a while back to do what you want... it should help. https://gist.github.com/1623499