Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rethish

macrumors member
Original poster
Oct 16, 2008
41
0
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.
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
You can create a mutable one to manipulate:
Code:
NSMutableParagraphStyle *para = [[[NSParagraphStyle defaultParagraphStyle] mutableCopy] autorelease];
 

rethish

macrumors member
Original poster
Oct 16, 2008
41
0
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
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.