mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 09:52:32 +00:00
15 lines
331 B
YAML
15 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
|
||
|
|