user1204906
user1204906

Reputation:

xcode 4 - Date picker

is there a way to have the date picker smaller or with different size?

I have been trying to make it small programatically but it seems like there is no luck.

any help?

Upvotes: 1

Views: 776

Answers (2)

If you have lots of time you could create your own UIView object (with your custom background) with one (or more, better if configurable) UITableView scrolling-paged inside (and other object, like the light blue indicator) and show this UIView inside a UIActionSheet (you will get animation in/out for free).

It's not a easy solution, but it is.

If you'll create this component, any code released open source is really appreciated.

Upvotes: 0

Jan
Jan

Reputation: 747

no you cannot

if you want you may customize your own date picker using pickerview

Date picker is not customizable.

Upvotes: 2

Related Questions