Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created June 15, 2015 14:02
Show Gist options
  • Save MickaelCruzDB/5556d5208dc9f2d32646 to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/5556d5208dc9f2d32646 to your computer and use it in GitHub Desktop.
@IBAction func FilterAction(sender: AnyObject) {
let deleteIndexPath = PortfolioView!.indexPathsForSelectedItems()[1] as! NSIndexPath
PortfolioView!.allowsMultipleSelection = true
PortfolioView!.deleteItemsAtIndexPaths([deleteIndexPath])
self.PortfolioView!.reloadData()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment