问题
Is there any why to remove last object in NSMutablearray without crashing app? :D
回答1:
Sure: send the removeLastObject
message to a valid NSMutableArray
object which is not empty.
来源:https://stackoverflow.com/questions/13498707/removing-last-object-in-nsmutablearray