Hi.
In Xcode I create a UITableViewCell with style Subtitle and I would like XS to understand this when it generates MyTableCell.designer.cs based on Xcode's storyboard file.
Is this possible ? At this moment, even that I specify the style as Subtitle, in Xcode, the XS generated code does not capture it and so I cannot use the DetailTextLabel property as it is null.
Thank you. Ionut.