Hi
In my application I have a textview (called minute22). I use this code to change it's frame:
What I want to do is to move the textview animated. The x and y view should change animated.(the width and height can stay the same)
Thanks for helping me
Rutger
In my application I have a textview (called minute22). I use this code to change it's frame:
Code:
[minute22 setFrame:NSMakeRect(100,100,200,200)];//Just some random values
What I want to do is to move the textview animated. The x and y view should change animated.(the width and height can stay the same)
Thanks for helping me
Rutger