Skip to content

UIPickerView touch issue #20

Description

@jun0683

can i use UIPickerView?

i tried add UIPickerView at dataviewcontoller ,but hasn't occurred scroll touch event ,but occurred scroll touch down event

- (id)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:frame];
    if (self != nil) {
        UIPickerView *ticketPickerView = [[UIPickerView alloc] initWithFrame:pickerViewFrame];
        ticketPickerView.showsSelectionIndicator= YES;
        ticketPickerView.userInteractionEnabled = YES;
        ticketPickerView.delegate = self;
        ticketPickerView.dataSource = self;
        [self.view addSubview:ticketPickerView];
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions