andreamazz / AMBubbleTableView

AMBubbleTableView
MIT License
214 stars 40 forks source link

Suggestions #8

Open magnett opened 11 years ago

magnett commented 11 years ago

First of all i want to say that you did great job on this! I have to suggestions to make: a) It would be great if there was some kind of "Pull-to-refresh" function. b) Image attachments

p.s. Is there a way to show the full date of the text written instead of the time?

andreamazz commented 11 years ago

Hi @magnett, for the pull to refresh function: it should already be feisable by using a library like this one: https://github.com/samvermette/SVPullToRefresh

In a couple of commits ago I exposed the main TableView, so you can attach this pull-to-refresh to it.

Image attachments are in the works, I hope to release them soon. As for the full date I should probably add an option to customize the date formatter, I'll keep that in mind.

magnett commented 10 years ago

Is there any option to show the full date/time stamp because right now only the time is visible. I am using the cocoapods version which i think that might be outdated...

andreamazz commented 10 years ago

Hi @magnett Do you mean in the accessory view? You can provide a custom version of the accessory view as stated here with the full time stamp.

You are right, the podspec is outdated, I was trying to fix a couple of issues before pushing the new version. You can however pull the latest commit in your pod install by using the :head symbol:

pod 'AMBubbleTableView', :head
magnett commented 10 years ago

Thanks for your fast answer. Is there a method do hide the keyboard programmatically? I tried to use the UITextfieldDelegate with no success.

andreamazz commented 10 years ago

Hi @magnett Checkout commit 662b420 and send a resignFirstResponder to the newly exposed textView property of the AMBubbleTableViewController

Foriger commented 10 years ago

Can you create property or delegate method, that hides sending controller?