Re: PopUp menus in tables
Re: PopUp menus in tables
- Subject: Re: PopUp menus in tables
- From: Quincey Morris <email@hidden>
- Date: Wed, 05 Oct 2016 16:15:48 -0700
- Feedback-id: 167118m:167118agrif8a:167118sVzvu3Hx-k:SMTPCORP
On Oct 5, 2016, at 14:26 , Frank D. Engel, Jr. <email@hidden> wrote:
>
> What little experience I have had so far with view-based tables has been less than good.
There’s no particular reason to believe that this particular problem would be easier to resolve with a cell-based table.
> They create more work with no practical benefit that I can determine.
The practical benefit is to free you from having to use NSCells, which are obsolescent if not obsolete. There’s “more work” in the sense that if a single view cell contains multiple UI elements, there’s more to do per view cell. There’s “more work” if you’re using autolayout within a view cell. Other than those things, I’m not sure what extra work is created.
> I've been thinking about trying to figure out how to ditch the constraint system in some of my xib files for the more traditional position/size system for a similar reason.
This is unrelated to the issues you’ve raised in this thread. You can of course choose to bypass autolayout in any XIB file (uncheck “Use Auto Layout” in the File inspector) or any view sub-hierarchy (use translatesAutoresizingMaskIntoConstraints on the topmost level view that you want to disconnect from autolayout).
_______________________________________________
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