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

Swift 3 remove C-Style for Statement #5

Closed
HideCode7 opened this issue Jan 3, 2017 · 2 comments
Closed

Swift 3 remove C-Style for Statement #5

HideCode7 opened this issue Jan 3, 2017 · 2 comments

Comments

@HideCode7
Copy link

Hello, it is possible resolve the problem from Swift 3, now C-style for statement has been removed in Swift 3.

This lines of code:

for var i = 0; i < numberOfRows; i += 1 {
indexesPathToInsert.append(IndexPath(row: i, section: section))
}

And

for var i = 0 ; i < numberOfRows; i += 1 {
indexesPathToDelete.append(IndexPath(row: i, section: section))
}

Thank you

@rondinellimorais
Copy link
Owner

Hello @HideCode7 I'm sorry, I will fix this bug in the next days. Sorry for the long time no answer

@rondinellimorais
Copy link
Owner

@HideCode7 do you can change this component yourself? Just request to be contributor for me

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