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

Swipe not working in iOS 10.1 #407

Open
infinZero opened this issue Nov 14, 2016 · 3 comments
Open

Swipe not working in iOS 10.1 #407

infinZero opened this issue Nov 14, 2016 · 3 comments

Comments

@infinZero
Copy link

in my case I am using Standard TableviewCell First thing which is missing in your code is to put #import <UIKit/UIKit.h> in your NSMutableArray+SWUtilityButtons.h file which I've corrected.
Now there is no issue everything is correctly implemented But Swipe is not working in iOS 10.1 Please check on your side & to suggest me some better solution.
Please note I am also using only Landscape mode in my app.
Waiting for solution anxiously

@scottcc
Copy link

scottcc commented Dec 15, 2016

Hmm - based on the activity it looks like this project might be abandoned..

@bouchtaoui-dev
Copy link

Hmm strange, it does work for me. But I just don't use CocoaPods, I cloned the project and copied the sources to my project, added #import <UIKit/UIKit.h> and everything works like a charm. Looking at the amount of forks and stars for this project, it must be a good one 👍

@infinZero
Copy link
Author

infinZero commented Feb 23, 2017

This time I am able to swipe cell & it is working well. after that I'd some issue with the segue sender it was not working but I used to consult with other members issue raised & followed instructions for solving that problem,

Now I am also able to achieve index path of selected row for segue sender and it is working well

However I've issue with utility buttons setTag Property

How can I access UitlityButtons row's IndexPath whereas I've already tried following.

NSIndexPath *indexPath = [self.tableView indexPathForSelectedRow]; 
NSLog(@"selected favourite button tag %ld",(long)indexPath);

In simulator it gives me same result each time for each of the row.

selected favourite button tag 0

Any solution to get button's "setTag" property to access index path of the row for those utility buttons when pressed just like in normal tableview

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

3 participants