Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created June 15, 2015 14:10
Show Gist options
  • Save MickaelCruzDB/147efecd2e480526b84f to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/147efecd2e480526b84f to your computer and use it in GitHub Desktop.
@IBAction func FilterAction(sender: AnyObject) {
PortfolioView.deleteItemsAtIndexPaths([NSIndexPath(forItem: 0, inSection: 0), NSIndexPath(forItem: 1, inSection: 0), NSIndexPath(forItem: 2, inSection: 0)])
self.PortfolioView!.reloadData()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment