Hello
Tableview's showselection makes the selected cell gray. Is there any way to change it. I ofund an objective code i dont know if it is related . The code is :
if this is true how can i implement it in b4i ?
Also for a tablecell i want to make a portion of the text bold . Is it possible ?
ty
Tableview's showselection makes the selected cell gray. Is there any way to change it. I ofund an objective code i dont know if it is related . The code is :
B4X:
UIView *bgColorView = [[UIView alloc] init];
bgColorView.backgroundColor = [UIColor redColor];
[cell setSelectedBackgroundView:bgColorView];
if this is true how can i implement it in b4i ?
Also for a tablecell i want to make a portion of the text bold . Is it possible ?
ty
Last edited: