Adding Extra Title Attributes to MKAnnotation?

Posted by fuzzygoat on Stack Overflow See other posts from Stack Overflow or by fuzzygoat
Published on 2010-05-24T15:52:08Z Indexed on 2010/05/24 16:31 UTC
Read the original article Hit count: 409

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c