Hello all,
I am add label for emaiaddress,address,etc.It is work or Home label in iPhone simulator contacts.
I write
ABMutableMultiValueRef multiValue = ABMultiValueCreateMutable(kABHomeLabel);
It create label but,
It give me warnigassing argument 1 of 'ABMultiValueCreateMutable' makes integer from pointer without a cast.
How to remove i this warninig?..
Thank you..
I am add label for emaiaddress,address,etc.It is work or Home label in iPhone simulator contacts.
I write
ABMutableMultiValueRef multiValue = ABMultiValueCreateMutable(kABHomeLabel);
It create label but,
It give me warnigassing argument 1 of 'ABMultiValueCreateMutable' makes integer from pointer without a cast.
How to remove i this warninig?..
Thank you..