I have a small query, i m developing a calendar application for the iPhone,but i have stuck at a certain point, In xcode there is only a data-picker and this element is not functional in my app because in my app the user must 开发者_JAVA百科be fast to choose date time. I would to use another instrument for chose a date.
Hey guys please help me.....
I'm not sure I understand your question, but it sounds like you need a way for the user to pick a date/time? Have you seen UIDatePicker
?
From your question I can't exactly see what the problem is... the SDK includes UIDatePicker, which you can configure to allow picking the date and time.
精彩评论