When you create a dialog similar to the one below
And then navigate to a new view controller by tapping on a radiobutton group (in my example industry type), then return back your labels are endinf up overlapping the text. Tested on simulator and Apple iPad mini 2.
Has anyone found a way to fix this without creating a custom class ?


The only way was to create a new class and explicitly specify constraints by overriding GetCell method: