I noticed that a lot of people are talking about a method to remove a stock from the portfolio. I must have missed something, when were we asked to create this method?
Its the second part from the challenge from Chapter 22
Re-open your project from the Chapter 21 challenge.
No one other than you (the creator of the BNRPortfolio class) needs to know that you are using an NSMutableArray to hold the BNRStockHolding instances.
Move the property declaration for the array into a class extension in BNRPortfolio.m and add methods to BNRPortfolio to allow the addition and removal of stock holdings.”