Re: How to change Tool modes programmatically for a Image View?
Re: How to change Tool modes programmatically for a Image View?
- Subject: Re: How to change Tool modes programmatically for a Image View?
- From: Karl von Moller <email@hidden>
- Date: Sat, 24 May 2008 06:52:59 +1000
Many thanks for this. I read through the documentation and some how
missed this. I knew there had to be a simple answer and this works
perfectly!
Cheers
Karl
[myView setCurrentToolMode:IKToolModeSelect];
which can also be written as
myView.currentToolMode = IKToolModeSelect;
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden