mixable.blog
Objective C: selector in NSDictionary speichern und wieder auslesen
SEL ist einfach ein Pointer, der sich als NSValue speichern lässt: NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys: [NSValue valueWithPointer:@selector(foo)], @"foo", nil]…