Added rudimentary handling of address information. Since we can't really parse
authorchristian.brunschen <christian.brunschen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 24 Sep 2008 15:38:40 +0000 (15:38 +0000)
committerchristian.brunschen <christian.brunschen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 24 Sep 2008 15:38:40 +0000 (15:38 +0000)
commit75f24255ace99fe465e91c7e07faf98e733ef6e4
tree47bc2fc3b7586cf0db31a6b23e3e78614038bad0
parent58d4c4058091516a323352838d05c2790e3d0ad4
Added rudimentary handling of address information. Since we can't really parse
it into the detailed format the iPhone's Address Book API wants, we punt a bit
and instead just break it into multiple pieces, each on a separate line, and
store that as the 'street' part of the 'Home' address for the contact we're
creating. That way, at least the information is captured rather than lost, and
the user can sync it to their computer, copy-and-paste it into the appropriate
fields, and then sync it back to the iPhone. Not idea, but better than
nothing, which is what we had before.

git-svn-id: http://zxing.googlecode.com/svn/trunk@589 59b500cc-1b3d-0410-9834-0bbf25fbcc57
iphone/Classes/AddContactAction.m