Re: selectionShouldChangeInTableView called twice
Re: selectionShouldChangeInTableView called twice
- Subject: Re: selectionShouldChangeInTableView called twice
- From: Andre Masse <email@hidden>
- Date: Tue, 23 Dec 2008 09:26:28 -0500
Hi,
Found a simple way to achieve what I wanted (prevent selecting a
different row when editing the detail view). Instead of messing with
selectionShouldChangeInTableView:
[tableView setEnabled:(!isDirty)];
Should have think of this sooner! Sure, there's no feedback why the
table view isn't working but since there's only 3 users (one being me)
for this app, I can live with that :-)
Thanks to all for your suggestions,
Andre Masse
_______________________________________________
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