1
VerticalSeperator UITable uygulamasında belirli bir rengi nasıl ekleyebilirim UIColor seçeneğiyle çalıştım ancak çalışmazsa lütfen bunu çözmeme yardımcı olun.verticalSeprator'da renk ekleme UITable
HJTextFieldCell *cell = (HJTextFieldCell *)[_tableView dequeueReusableCellWithIdentifier:textCellIdentifier];
cell.constraint_leftSideOftxtFild.constant = 10.0f;
cell.constraint_heigntOfTxtField.constant = 30.0f;
cell.lbl_verticalSeprator.hidden =NO;
cell.lbl_verticalSeprator.textColor = [UIColor colorWithRed:0.0/255.0 green:0.0/255.0 blue:0.098/255.0 alpha:0.22];
UITableview
arasında, Mükemmel çalışıyor ile rengini değiştirebilirsiniz. –