xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.78k stars 1.33k forks source link

MultipleSelectorRow constraint issue #2174

Open onuryurtturk opened 3 years ago

onuryurtturk commented 3 years ago

As can be seen from the screenshot, If the textLabel is long, it leaves no room for the detailTextLabel. I tried assigning the constraints appropriately in the cell setup method. It still didn't. How can I solve this problem? Do not suggest giving 0 numberOfLines, doing it will break the constraints and change the location of the cell.

Screen Shot 2021-08-30 at 22 46 35

onuryurtturk commented 3 years ago

up!