R rethish macrumors member Original poster Dec 15, 2008 #1 hi all.. I want to include line spacing and paragraph spacing with the content in the textview. How it can be done? I used defaultparagraphstyle method but it didn't worked . please help thankyou.
hi all.. I want to include line spacing and paragraph spacing with the content in the textview. How it can be done? I used defaultparagraphstyle method but it didn't worked . please help thankyou.
K kainjow Moderator emeritus Dec 15, 2008 #2 You can create a mutable one to manipulate: Code: NSMutableParagraphStyle *para = [[[NSParagraphStyle defaultParagraphStyle] mutableCopy] autorelease];
You can create a mutable one to manipulate: Code: NSMutableParagraphStyle *para = [[[NSParagraphStyle defaultParagraphStyle] mutableCopy] autorelease];
R rethish macrumors member Original poster Dec 16, 2008 #3 thank you for tips. I want to list my textview content using bullets and numberings. I found some of search results for this topic ,they were about NSTextList . I couldn't get it, please provide me some help on NSTextList. thank you
thank you for tips. I want to list my textview content using bullets and numberings. I found some of search results for this topic ,they were about NSTextList . I couldn't get it, please provide me some help on NSTextList. thank you