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

sujithkrishnan

macrumors 6502
Original poster
May 9, 2008
265
0
Bangalore
Hi all..

Is anyone find out the exact fonts and sizes of texts in CONTACTS app ???

1. I want to know how the multiline-text is achieved in tableviewcell in CONTACTS app?? ( See attached Image)
(is it by labels added as content view of cell??)

2. How to get the imageview with a curve-feel (Photo field of CONTACTS)

3. How to redirect the NSLog entries from Console to a file ?? (say a logFile)


Thanks....
 

Luke Redpath

macrumors 6502a
Nov 9, 2007
733
6
Colchester, UK
Re: font sizes, just experiment - most font sizes in the Apple apps are in the 12-18pt range.

1) You need to look into customising UITableViewCell objects. The simplest approach is to not use the convenience text/image properties and to add your own subviews. You might find a custom subclass to be a better option.

2) I'm not sure what you mean by this. Any image effects will probably involve CoreGraphics.

3) Not sure, sorry.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.