EurekaCommunity / SplitRow

A row for Eureka to put two rows side by side into the same UITableViewCell
MIT License
56 stars 27 forks source link

Right and left margins of SplitRow #27

Closed sverin closed 5 years ago

sverin commented 5 years ago

The SplitRow does not align with other rows from Eureka. Both left and right sides are closer to the edges than the normal TextRow. It's not much but a couple of pixels on both sides.

image

Otherwise a great addition to Eureka

zunjae commented 5 years ago

A workaround for the left margin is to add a space in the title, so:

$0.title = " title"