Adding Extra Title Attributes to MKAnnotation?
- by fuzzygoat
Currently I have a subClass of MKAnnotation and I was wondering if its possible to add extra tile attributes. Currently MKAnnotation adds
Title
Subtitle
Is there a way I could add two more lines / NSStrings to allow 4 lines of text?
Title
SubTitle
Location
Date
gary