tombenner / nui

Style iOS apps with a stylesheet, similar to CSS
MIT License
3.76k stars 461 forks source link

Separators (borders) for grouped table views #115

Open vadimtrifonov opened 11 years ago

vadimtrifonov commented 11 years ago

Currently, there seems to be no convenient way to define separators/borders for grouped table views.

ericlewis commented 11 years ago

I second this, but also say that corner-radius would be nice too.

neonichu commented 11 years ago

I think the issue is that grouped table views use background images for their appearance. As soon as you define a background-color via NUI, not only the separators, but also the rounded corners disappear.