UIView as dictionary key?
Posted
by subw
on Stack Overflow
See other posts from Stack Overflow
or by subw
Published on 2010-06-07T19:04:13Z
Indexed on
2010/06/07
19:12 UTC
Read the original article
Hit count: 243
I want to have a NSDictionary
that maps from UIView
s to something else.
However, since UIViews do not implement the NSCopying
protocol, I can't use them directly as dictionary keys.
© Stack Overflow or respective owner