Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to change color & size or dropdown lis #8

Open
nitinlwd opened this issue Feb 9, 2015 · 0 comments
Open

Not able to change color & size or dropdown lis #8

nitinlwd opened this issue Feb 9, 2015 · 0 comments

Comments

@nitinlwd
Copy link

nitinlwd commented Feb 9, 2015

I tried calling

  • (UITableViewCell *) dropDown:(VPPDropDown *)dropDown cellForElement:(VPPDropDownElement *)element atGlobalIndexPath:(NSIndexPath *)globalIndexPath{
    UITableViewCell *cell = [dropDown.delegate dropDown:dropDown cellForElement:element atGlobalIndexPath:globalIndexPath];

    NSLog([cell.textLabel.textColor description]);
    cell.textLabel.textColor = [UIColor greenColor];
    NSLog([cell.textLabel.textColor description]);

    return cell;
    }

with the moto that that I will get inside this function for every element of the cell and then from their I will be able to change the color of the text but I am not able to do so.

Plz help me out with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant