in application, have several uidatepickers need take 2/3 of screen. however, doing currently, month , year columns getting truncated when in portrait. example, instead of "2015" you'll see "..." or "sept..." instead of "september." i've found how scale , shrink picker, doesn't seem fixing problem @ all.
so wondering if change font size of columns. that's way can think of allow of columns fit short of making own control. seem incredibly unnecessary , prone more errors when apple provides same functionality. if that's way..
unfortunately, no: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/uikituicatalog/uidatepicker.html#//apple_ref/doc/uid/tp40012857-uidatepicker-sw3
an alternative make own version using uipickerview: http://codewithchris.com/uipickerview-example/
Comments
Post a Comment