-
Hi !
I'm trying to use your wonderful SWRevealTableViewCell with my custom UITableViewCell but I can't... I have juste blank cell.
Can you help me ? I have my custom cell in a .xib and my class (FeedT…
-
I think right now you are only implementing the UITableViewDelegate call for `didSelectRowAtIndexPath` but `willSelectRowAtIndexPath` is missing as well as `did/willDeselectRowAtIndexPath`
-
I'm trying to place the controller on a UITableView's tableHeaderView, using the `presentInView:` function, but keeps disappearing seconds after appearing the controller.
ghost updated
10 years ago
-
I use a code pattern like this in a few places:
``` Objective-C
@weakify(self);
[[self rac_signalForSelector:@selector(tableView:didSelectRowAtIndexPath:)
fromProtocol:@pr…
-
Can't manage to change DTInlineDatePicker UIDatePickerMode so i delete hour.
thanks
-
Hi,
I like your implementation but I found a big problem.
I found a retain cycle with your DND table, this methods retain my object (the delegate) and it produce a retain cycle. They shouldn't.
-(v…
-
The UITableViewDelegate is never sent `tableView:willSelectRowAtIndexPath:` (which is designed to give it the opportunity to refuse or adjust the selection index), although it is properly sent `tableV…
-
Hi, i'm having some headaches with this push notifications...
Every thing is working great now with push notifications, but one thing:
I made a Chat for users.. When users say something, everyone ge…
-
Thank you for sharing this great lib!
I have a TableView in the View. I am using native DELETE, provided by apple to delete a row. The code in ViewDidLoad is as below:
- (void)viewDidLoad
{
SWRev…
optme updated
10 years ago
-
Hi, thanks for this great library. :+1:
I couldn't find any documentation on using the project with UITableViewController, and when I use it with a table view controller "out of the box":
`[self fol…
dmur updated
10 years ago