Editable CATextLayer?
Posted
by Ron
on Stack Overflow
See other posts from Stack Overflow
or by Ron
Published on 2010-03-31T21:02:22Z
Indexed on
2010/03/31
23:53 UTC
Read the original article
Hit count: 204
I have several CATextLayers. When I doubleclick one of them, I want to be able to edit it's string. Think of text as it's handled in Keynote or many other apps. Any ideas?
I thought of putting an editable textfield right in front of the layer and then dismiss it on enter, but I didn't get far. :-(
I target Mac OS X 10.5 with Objective-C 2.0 and Garbage Collection.
Any help or pointers would be greatly appreciated. Thanks in advance!!
© Stack Overflow or respective owner