Skip to content

Instantly share code, notes, and snippets.

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