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

JQuery Autocomplete without using label, value, id -

jquery - Making vertical list scroll on mouse over -

c++ - Accessing inactive union member and undefined behavior? -