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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -