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.
我在本地缓存中保存了一个 ppt 文件。我想在uiwebview中加载带有水平滚动的ppt文件。请给我一个带有示例的解决方案。
最好的办法是在 UIWebView 上启用分页
self.webView.paginationBreakingMode = UIWebPaginationBreakingModePage; self.webView.paginationMode = UIWebPaginationModeLeftToRight;