When am I supposed to use UITableViewCellSeparatorStyleSingleLineEtched?

Posted by tewha on Stack Overflow See other posts from Stack Overflow or by tewha
Published on 2010-06-13T06:26:17Z Indexed on 2010/06/13 6:32 UTC
Read the original article Hit count: 320

Filed under:
|

I see a description of what UITableViewCellSeparatorStyleSingleLineEtched looks like in Apple's Class Reference, and can see it by running the application. But I can't find any mention of when it's appropriate to use UITableViewCellSeparatorStyleSingleLineEtched instead of UITableViewCellSeparatorStyleSingleLine.

In other words, what does this etched line mean to the user? Can anyone explain?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview