Skip to content

Instantly share code, notes, and snippets.

@mihirpmehta
Last active January 17, 2019 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihirpmehta/2ab2c97524f0d7005f169c0fa962a05b to your computer and use it in GitHub Desktop.
Save mihirpmehta/2ab2c97524f0d7005f169c0fa962a05b to your computer and use it in GitHub Desktop.
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