SVG images in an iPhone application(iPhone 应用程序中的 SVG 图像)
问题描述
我正在寻找一个可以帮助我在 iphone 应用程序中使用 svg 图像的小教程.我正在尝试了解 svg 格式,并且很想知道那里是否有来自苹果的相关材料?特别是,w.r.t.iPhone.
I'm looking for a small tutorial that can help me use svg images in iphone application. I'm trying to learn about svg format, and would love to know if there is relevant material from apple out there? particularly, w.r.t. iPhone.
iPhone SDK 3.0+ for SVG 中是否有任何开源库或框架?
Are there any open source libraries, or frameworks in iPhone SDK 3.0+ for SVG?
感谢任何帮助.谢谢.穆斯塔法
Any help is appreciated. Thanks. Mustafa
推荐答案
UIWebView
类将呈现 SVG 文件.
为了演示这一点,请将您的 SVG 文件放在网络上的某个位置,然后使用 Mobile Safari 进行查看.
To demonstrate this, put your SVG file on the web somewhere and view it with Mobile Safari.
如果您需要有关如何使用 UIWebView
的教程,请在 Google 上搜索UIWebView 教程".
If you need a tutorial on how to use UIWebView
, search Google on "UIWebView tutorial".
这篇关于iPhone 应用程序中的 SVG 图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iPhone 应用程序中的 SVG 图像


- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- UITextView 内容插图 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- URL编码Swift iOS 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01