want to remove a specific collectionview item with the remove button on that view
        Posted  
        
            by theprojectabot
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by theprojectabot
        
        
        
        Published on 2010-04-09T00:18:55Z
        Indexed on 
            2010/04/09
            0:23 UTC
        
        
        Read the original article
        Hit count: 562
        
I have a collection view item and its prototype view. Within that prototype view I have a little x button. I want that button to remove the exact collection view item that it is on top of.
I can remove a selected item if I click on the space around the x button but if I go straight to clicking the button before clicking the item it will only erase the last selected item.
ideas?
© Stack Overflow or respective owner