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

UIPickerView touch issue #20

Open
jun0683 opened this issue Oct 12, 2011 · 0 comments
Open

UIPickerView touch issue #20

jun0683 opened this issue Oct 12, 2011 · 0 comments

Comments

@jun0683
Copy link

jun0683 commented Oct 12, 2011

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];
    }
}
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