Loading Accessory callout view for mkannotationview
Posted
by Zap
on Stack Overflow
See other posts from Stack Overflow
or by Zap
Published on 2009-09-02T07:26:03Z
Indexed on
2010/03/11
18:09 UTC
Read the original article
Hit count: 386
I have a map annotation view that contains a rightcallout button which loads an accessory view which is a UIViewController class. I am using resuable annotations, but am wondering how I can pass updated information to my UIViewController class. Let's say I have 2 string values which map to 2 UILabels on my view. How can I update those values after the initial accessory view has already been loaded into memory as a resusable view?
Any help would be appreciated.
© Stack Overflow or respective owner