Andrea Mazzini
Andrea Mazzini
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...
Hi @magnett Do you mean in the accessory view? You can provide a custom version of the accessory view as stated [here](https://github.com/andreamazz/AMBubbleTableView#custom-accessory-view) with the full time stamp. You are right,...
Hi @magnett Checkout commit 662b420 and send a `resignFirstResponder` to the newly exposed `textView` property of the `AMBubbleTableViewController`
Hi @jjalcazar Can you give me more information on your setup, or reproduce the bug in the sample project?
Are you using a translucent navbar?
Ok, looks like an inset problem, let me check and I'll get back to you
Ok, I can confirm that you just need to set your insets, like this: ``` objc [self.tableView setContentInset:UIEdgeInsetsMake(64, 0, 0, 0)]; ``` You can find the updated sample with a...
Not right now, it's definitely on my todo list, I hope to add the support soon.
It's on my todo list.
Hey @quyen1502 Looks like there was a regression in #217 Apparently enabling cancelsTouchesInView changes the order in which `show` and the dismiss methods are called, resulting in an always hidden...