How do I add the "Text message" button to my personviewcontroller instances?
My app uses personviewcontrollers, but when I display one, it does not have开发者_开发技巧 the same buttons "text message", etc, as the normal contacts app. Anyone know how to add those to the personviewcontroller?
Sounds like you are looking for the allowsActions property, but this only exists on the ABUnknownPersonViewController.
Hopefully this points you in the right direction.
精彩评论