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

nyquist212

macrumors newbie
Original poster
Oct 30, 2008
5
0
I'm creating an app that allows users to write a bulleted list.

Each time they type a line and hit return, its a new item on the list.

I can't figure out how to format my lines so a bullet point displays infront of the line.

Does anyone know how to do this?

Thanks so much for your time. Any bit of help is great!
 

Niiro13

macrumors 68000
Feb 12, 2008
1,719
0
Illinois
You're probably going to want to provide your own bullets. Then simply go
Code:
cell.image = [UIImage imageNamed:@"bullet.png"];

This will place it at the left side of the cell text.

If you want the right side, then use accessoryView.
 

nyquist212

macrumors newbie
Original poster
Oct 30, 2008
5
0
I'd like to do this for text view, not table view.

Does anyone know how to do this?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.