Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AQGridViewCell: make it a subclass of UITableViewCell instead? #17

Closed
jdmuys opened this issue Aug 31, 2010 · 1 comment
Closed

AQGridViewCell: make it a subclass of UITableViewCell instead? #17

jdmuys opened this issue Aug 31, 2010 · 1 comment

Comments

@jdmuys
Copy link

jdmuys commented Aug 31, 2010

Hi,

Making AQGridViewCell a subclass of UITableViewCell would make it possible to use the Interface Builder Table View Cell standard item. Did you perhaps consider that idea and reject it? Is there some pitfall to take into account?

Conceptually, it makes quite a bit of sense also, as the two classes share a lot of behavior.

@AlanQuatermain
Copy link
Owner

UITableViewCell contains too much table-specific behaviour and data. I don't especially want to re-use that, and I don't want Apple to reject anything based on my working around private APIs in UITableView. I'd much rather redefine the lot.

IB support is on the roadmap, both for the cells and the grid view itself.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants