views:

138

answers:

1

Does anyone have any idea how to remove the "Text Message" button for this controller? It automatically shows up when a number is set.

Thanks, Fred

+1  A: 

Try to set the allowActions to NO on your ABUnknownPersonViewController

Unfortunately that doesn't fix my situation. I had to traverse the view hierarchy and hide the button manually. I wanted the ability to "Add/Create" a new contact, jut not text message. It seems strange that there is not a bitmask or something that you can customize what actions are available.
Freddie