mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Finalise UIAlertView post
This commit is contained in:
parent
7c39f48ae2
commit
cee171710d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Fun With objc_setAssociatedObject and UIAlertView
|
title: Fun With objc_setAssociatedObject and UIAlertView
|
||||||
extra: Solving memory management issues with objc_setAssociatedObject in a blocks based wrapper around UIAlertView.
|
extra: Using objc_setAssociatedObject in a blocks based UIAlertView wrapper.
|
||||||
kind: article
|
kind: article
|
||||||
section: technical
|
section: technical
|
||||||
created_at: 2011-12-08 08:02:00
|
created_at: 2011-12-08 08:02:00
|
||||||
|
@ -11,4 +11,4 @@ keywords:
|
||||||
- objc_setAssociatedObject
|
- objc_setAssociatedObject
|
||||||
- arc
|
- arc
|
||||||
- objective-c
|
- objective-c
|
||||||
|
short_url: http://bit.ly/u9Ys9v
|
||||||
|
|
Loading…
Reference in a new issue