Skip navigation.
 
mlRe: How to change Tool modes programmatically for a Image View?
FROM : Karl von Moller
DATE : Fri May 23 22:52:59 2008

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;

Related mailsAuthorDate
mlRE: How to change Tool modes programmatically for a Image View? Karl von Moller May 23, 22:31
mlRe: How to change Tool modes programmatically for a Image View? Randall Meadows May 23, 22:44
mlRe: How to change Tool modes programmatically for a Image View? Karl von Moller May 23, 22:52