Skip to content

Instantly share code, notes, and snippets.

@mihirpmehta
Last active January 17, 2019 10:37
Sample Gist
if let swipeActionView: UIView = cell.getActionView() {
if cell.swipeView != nil {
cell.swipeView?.sendSubviewToBack(swipeActionView)
} else {
cell.sendSubviewToBack(swipeActionView)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment