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.
Asked
Active
Viewed 129 times
1 Answers
1
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

Me1000
- 1,760
- 1
- 12
- 14
-
Sorry, but could you give me a complete example please? I don't know what to do with that example. Thanks – maza23 Jan 17 '12 at 14:15
-
It's a view that the user can resize themselves... You treat it like any other view. – Me1000 Jan 18 '12 at 16:21