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

A compiler error #484

Open
Boxzhi opened this issue Jul 25, 2018 · 0 comments
Open

A compiler error #484

Boxzhi opened this issue Jul 25, 2018 · 0 comments

Comments

@Boxzhi
Copy link

Boxzhi commented Jul 25, 2018

Overlapping accesses to 'self', but modification requires exclusive access; consider calling MutableCollection.swapAt(_:_:)
Replace 'swap(&self[i], &self[i+j])' with 'self.swapAt(i, i+j)'

Argument of '#selector' refers to instance method 'didPan' that is not exposed to Objective-C
Add '@objc' to expose this instance method to Objective-C
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

1 participant