iphone - how to go to datepickerview from date textfield? -


how go datepickerview date textfield?

if got right -

you should add datepickerview inputview of textfield.

   textfield.inputview = datepickerview; 

this line make app lunch date picker when text field becoming first responder.

good luck


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -