Hi everyone,
i'm trying to customize the entry element cell to suit my needs.
I have subclassed it to a styledQentryElement class and overridden - (UITableViewCell *)getCellForTableView:(QuickDialogTableView *)tableView controller:(QuickDialogController *)controller.
I can easily add subviews but i can't seem to be able to move the textfield around. I need to shift it a few pixels to the right, but can't use contentInset because it shifts the whole cell and it's not the desired behavior.
Thanks, Simone.