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

请问一下,这个三角指示器的颜色问题 #65

Open
jniosdeveloper opened this issue Dec 21, 2017 · 0 comments
Open

请问一下,这个三角指示器的颜色问题 #65

jniosdeveloper opened this issue Dec 21, 2017 · 0 comments

Comments

@jniosdeveloper
Copy link

我在下面的代码中设置了指示器为绿色
DOP```
DropDownMenu *menu = [[DOPDropDownMenu alloc] initWithOrigin:CGPointMake(0, 64) andHeight:44];
menu.separatorColor = [UIColor blueColor];
menu.indicatorColor = [UIColor greenColor];
menu.textColor = [UIColor redColor];
menu.showBottomImage = YES;
menu.delegate = self;
menu.dataSource = self;
[self.view addSubview:menu];

然后,我发现只有第一次的时候有用,点击重新加载之后指示器又会变回默认颜色,这个是咋回事儿呢?
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