public PFormCell(PFormItemDisplay display, string reuseId)
     : base(
         (display == PFormItemDisplay.Title) ? UITableViewCellStyle.Default
                             : ((display == PFormItemDisplay.TitleAndSubtitle) ? UITableViewCellStyle.Subtitle : UITableViewCellStyle.Value1),
         reuseId)
 {
     ApplyTheme(Theme.Current);
 }
			public PFormCell (PFormItemDisplay display, string reuseId)
				: base (
					(display == PFormItemDisplay.Title) ? UITableViewCellStyle.Default
					: ((display == PFormItemDisplay.TitleAndSubtitle) ? UITableViewCellStyle.Subtitle : UITableViewCellStyle.Value1),
					reuseId)
			{
				ApplyTheme (Theme.Current);
			}