I have an imageview and on button click i draw some bezier paths and some text layer too. on undo I m removed last drawn path and text layer. Now I want to resize my image View to set up in uper half portion of view and duplicated in lower half view, and want to resize all layers at the same time and also want to continue drawing after that. Plz help me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Its too late to answer... But may be this can help others. There is no autoresize masks for CALayers You can manage that with some tricks..
This will work if you have created a subclass of UIView. If not that, you can just set the bounds to the frame of CALayer anywhere if you have reference to your layer. |
|||
|
|
