Are you using double quotes? For my tool tips I am returning something like this:
return [NSString stringWithFormat:@"%@\n\n%@", currentFilePath, @"▸ File is missing!"]; Which works out perfectly. Am 24.10.2011 um 23:36 schrieb koko: > I want to add a new line to tool tip. > > I have tried by putting a \n where the line should break but it just shows up > in too tip. > > Line\nNext Line > > Can a new line be put into a tool tip. > > -koko_______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/magnard%40web.de > > This email sent to [email protected] > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
