Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 ios 应用程序中有一个本地html文件,它显示在UIWebView. 此 HTML 显示东方日期。我的问题是我怎么能连接UIDatePicker到这个UIWebview?
html
UIWebView
UIDatePicker
UIWebview
提前致谢!
只需使用 HTML:
<input type="date" name="birthday">
这里不需要混合 Objective-C 和 HTML,反正这通常不是什么好事,会导致 App Store 被拒绝。