To create my own address book i have copy all contacts from address book and stored them in an array but i need to bold the last name in the array, for eg if array have object "abc efg" then i need to bold only efg in the array how can i do it please help any one
Asked
Active
Viewed 146 times
1 Answers
1
You can not Bold it in the array. you should make it bold when you write it to the TableViewCell or any other view you write it to. can you paste the code you use to write the name?

Anthony Pegram
- 123,721
- 27
- 225
- 246

shannoga
- 19,649
- 20
- 104
- 169
-
i agree with you completely @shani – Aditya Feb 02 '11 at 08:52
-
ok i agree and keep it in mind , my code is cell.textLabel.text = [_listContent objectAtIndex:indexPath.row]; and each of its object i have complete name so how to **bold** – Manish Jain Feb 02 '11 at 09:35