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

NSIndexPath+MMSpreadsheetView.h and m #21

Open
reembyparada opened this issue Jul 30, 2015 · 1 comment
Open

NSIndexPath+MMSpreadsheetView.h and m #21

reembyparada opened this issue Jul 30, 2015 · 1 comment

Comments

@reembyparada
Copy link

I am using Swift 1.1 and I am bridging the classes.

  • (NSInteger)mmSpreadsheetRow {
    return self.section
    }
    The section above generates an error such as:
    Property 'section' not found on object of type NSIndexPath
  • (NSInteger)mmSpreadsheetColumn {
    return self.row;
    }
    The section above generates an error such as:
    Property 'row' not found on object of type NSIndexPath
@jeffla
Copy link
Contributor

jeffla commented Aug 4, 2015

You may need to include UITableView.h since it has the NSIndexPath (UITableView) category this category uses.

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

2 participants