GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

GMGridView, how to delete a cell ?

Open vanguard0808 opened this issue 13 years ago • 0 comments

Hello, there

I am not sure , how and when can I delete a cell from the GMGridView . Here is the code which seems to work for delete function . But I am not sure it doesn't work for removing cell .

    cell = [[GMGridViewCell alloc] init];
    cell.deleteButtonIcon = [UIImage imageNamed:@"close_x.png"];
    cell.deleteButtonOffset = CGPointMake(-15, -15);

But I can not see "delete" button on the cell . Thanks in any advice .

Regards.

vanguard0808 avatar Jan 02 '13 02:01 vanguard0808