UIPickerview Mask
Hi,
I'm new to the forums, so I'd like to introduce myself. If you don't care, then skip past this next paragraph. I won't be too upset.
My name is Riley and I'm a 19 year old developer, currently enrolled in CS at UWaterloo. I'm fairly experienced when it comes to object oriented programming languages (and other languages as well), but I am brand new to Objective-C and the iOS libraries. I really hope to learn a lot and contribute in the future here in this forum.
Now, for my first question.
I am currently just messing around with certain frameworks and I would like to be able to add a mask to a PickerView. By that, I mean that I have my PickerViews populated with their content already, but I would like to give each component a mask to label what is in it. For example, I would like to have a two component PickerView with numbers 1->12 and 1->28/29/30/31 in the first and second components respectively also say "Month" and "Day".
I know that I could just add that to each row, but I like the look of how Apple has done it in their DatePicker as the tags are locked in place as the content scrolls by it. Specifically in the Timer component as it has "hours" and "mins" always beside the current selected row.
If someone could let me know how to mask the components in my PickerView, I would greatly appreciate it!
Thank you
Riley
|