When am I supposed to use UITableViewCellSeparatorStyleSingleLineEtched?
- by tewha
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?