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

Custom Table View Cell #38

Open
thephatp opened this issue Apr 9, 2015 · 4 comments
Open

Custom Table View Cell #38

thephatp opened this issue Apr 9, 2015 · 4 comments

Comments

@thephatp
Copy link

thephatp commented Apr 9, 2015

First off, bravo on a wonder, easy to use control! Love it!

This is a Feature Request, not a bug, so if you don't want to do it, I understand. However, I needed to customize the cells in the table view, because I only want to show contacts with email addresses, but some contacts might have multiple email addresses (reason I can't stick with just showing name).

Any chance you'd consider a way of allowing customized table view cells for the control? I've had to modify the THPickerViewController, which makes keeping it up to date a pain.

Thanks for the consideration, and thanks for a great control!

@schayes04
Copy link

I agree that this would be a great addition

@tristanhimmelman
Copy link
Owner

Thanks :)

I agree this a good idea. I don't know when I'll get to adding this but I'll put it on my To Do list.

Pull requests are welcomed if one of you wants to add this functionality 👍

@schayes04
Copy link

I might try and spend some time on this. Although I'm not entirely sure what it should look like UI-wise. Any thoughts?

@thephatp
Copy link
Author

I think the one currently being used is fine for default. The key is being able to override. As I mentioned in the previous post, I needed to be able to show the email, so I had to override to use my own table view cell and then update the code to add the email address to the cell.

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

No branches or pull requests

3 participants