Xcode: Calendar for Ipad or Iphone
I have a technical question: In xcode there is only a data-picker and this element is not functional in my app because in my app the user must be fast to choose date time. I would to use another instrument for chose a date. 开发者_高级运维Have you any suggestions?
You can probably use one of the Date pickers lots of web sites are using : some kind of calendar view where you touch at the day you want. You may have to code your own component though.
Examples : http://www.bitrepository.com/a-collection-of-free-javascript-date-pickers.html
精彩评论