None of the suggestions panned out. The setting of the allowsBranchSelection
had no effect on being able to edit the first row entry programmatically and
neither did the isLeaf value. The other relevant values are:
isEditable = 1 indexPath = 1 indexes [13]
and those look good to me. Any othe
On Apr 4, 2013, at 3:13 PM, Paul Wasmund wrote:
> I am trying to use editItemAtIndexPath:withEvent:select: in my program to
> programatically start editing the text in my cell. It works for all items
> except those in the first column. As an experiment I added code to the Apple
> sample Complex
If the problem is with the index path, you could get selectedRowInColumn:0
and construct your own index path with the returned value.
--
Gary L. Wade
http://www.garywade.com/
On 4/4/2013 2:13 PM, "Paul Wasmund" wrote:
>I am trying to use editItemAtIndexPath:withEvent:select: in my program to
>p