wezm.net/content/technical/2011/12/fun-with-objc-setassociatedobject-and-uialertview.yaml

14 lines
331 B
YAML

---
title: Fun With objc_setAssociatedObject and UIAlertView
extra: Solving memory management issues with objc_setAssociatedObject in a blocks based wrapper around UIAlertView.
kind: article
section: technical
created_at: 2011-12-08 08:02:00
keywords:
- ios
- uialertview
- blocks
- objc_setAssociatedObject
- arc
- objective-c