ios - NSNotification alert body issue -
I want to print in the notification body like today Jane's birthday
I'm using
notification below. AlertBode = [NSString stringWithFormat: @ "Today's% @ Birthday", [_combinedNameArray objectAtIndex: i]]; But in the notification it only shows the name which is Jane and not showing today is a birthday ...
Tell me what I am doing is wrong? Try
thanks
:
Notification.alertBody = [NSString StringWithFormat: @ "Today is% @ \ 's Birthday", [_combinedNameArray ObjectIntext: i]]; (The character needs to avoid the character)
Comments
Post a Comment