-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
Hmm - based on the activity it looks like this project might be abandoned.. |
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 👍 |
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 How can I access UitlityButtons row's IndexPath whereas I've already tried following.
In simulator it gives me same result each time for each of the row.
Any solution to get button's " |
in my case I am using Standard TableviewCell First thing which is missing in your code is to put
#import <UIKit/UIKit.h>
in yourNSMutableArray+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
The text was updated successfully, but these errors were encountered: