12207480 / DOPDropDownMenu-Enhanced

DOPDropDownMenu 添加双列表 优化版 新增图片支持(double tableView, The optimization version ,new add image,detailText)
MIT License
1.75k stars 362 forks source link

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

Open jniosdeveloper opened 6 years ago

jniosdeveloper commented 6 years ago

我在下面的代码中设置了指示器为绿色 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];


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