iOS uses Uipickview to write time selection effect code

Source: Internet
Author: User

First effect chart

Because Xcode in the uipickdate on four modes, there is no only the pattern of years, so when there is a need to use uipickdate feel a bit of a pit, so here to give you the Uipickview use method

This is the initialization Uipickview.

The code is as follows Copy Code

Self.datepick = [[Uipickerview alloc]initwithframe:cgrectmake (kscreenwidth-90,250)];

Self.datePick.delegate =self;

Self.datePick.dataSource = self;

[Selectdateview AddSubview:self.datPick];

Then you can implement its proxy method.

The code is as follows Copy Code

-(Nsinteger) Numberofcomponentsinpickerview: (Uipickerview *) pickerview{
}
-(Nsinteger) Pickerview: (Uipickerview *) Pickerview numberofrowsincomponent: (Nsinteger) component{
}
-(NSString *) Pickerview: (Uipickerview *) Pickerview Titleforrow: (nsinteger) Row forcomponent: (Nsinteger) component{
}

This will be able to write this effect!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.