bug in highlightedTextColor
Closed this issue · 4 comments
When repeated pressure on the edge of the view turns writing color within the view to the highlightedTextColor
{
self.viewHeightPicker.delegate = self;
self.viewHeightPicker.dataSource = self;
self.viewHeightPicker.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
self.viewHeightPicker.font = [UIFont fontWithName:@"HelveticaNeue-Light" size:14];
self.viewHeightPicker.highlightedFont = [UIFont fontWithName:@"HelveticaNeue" size:14];
self.viewHeightPicker.highlightedTextColor = [UIColor colorWithRed:1 green:0.41 blue:0.18 alpha:1];
self.viewHeightPicker.textColor = [UIColor darkGrayColor];
self.viewHeightPicker.interitemSpacing = 20.0;
self.viewHeightPicker.fisheyeFactor = 0.0005;
self.viewHeightPicker.pickerViewStyle = AKPickerViewStyle3D;
}
Indeed I confirmed a problem that the selected item won't come to the center with repeated taps on other items, but couldn't see turning of font colors. Could you elaborate on your usage of AKPickerView?
Reproducing the problem from making a initial project may also help we solve the problem so much.
i but AKPickerView in UICollectionViewCell and When repeated pressure on the edge of the view turns writing color within the view to the highlightedTextColor
Well, could you give me a little bit more detailed information?
I'm sorry but there are few information for me to figure out when and how your problem happens, so I'm closing this issue. But any additional information are welcomed.