ios - Get the last added key-value pair from an NSMutable Dictionary -


i have nsmutabledictionary stores collection of user profiles, how go getting last added profile?

nsdictionary provides no such service out of box. feel free derive class it, , store key of last added object in ivar.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -