Created
June 15, 2015 13:05
-
-
Save MickaelCruzDB/ba8a985f8766160640aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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