Hi Everyone!
My question is the following,
I have an NSTextView
and I want to do 2 things :
First save this textview in an
NSMutableArray
and assign a X,Y position to it in this array.Secondly, get this textview from the
NSMutableArray
and display it at the position I've set when I saved it in the array.
Anyone have an idea of how do to such things ???
Thank you very much in advance for your answer and if possible give me an example or sample code to do this in xcode.
Bye ! Robin