You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: