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.
有没有办法将 PDF 页码与 UISlider 链接?
我在 UIWebView 顶部安装 pdf(100 页):我基本上想使用 UISlider 在 pdf 页面之间快速跳转 - 有解决方案吗?
First off, yes... you can have the UISlider send JavaScript to a UIWebView.
Second, I think you should use something else. Try this PDF reader library instead:
https://github.com/vfr/Reader/