0

I would like to be able to render autocad DWF and/or DWG files in a UIView within iOS.

Autodesk has a mac-based library, but it does not have iOS support.

Any ideas?

Thanks!

bbrame
  • 18,031
  • 10
  • 35
  • 52

1 Answers1

1

AutoDesk provides the DWF Toolkit, written in C++. You can use C++ code in iOS apps.

http://usa.autodesk.com/adsk/servlet/index?id=823771&siteID=123112

Cocoanetics
  • 8,171
  • 2
  • 30
  • 57
  • There is only show website. Can you please write here description of user in iPhone? i did't find c++ library in above link. – Mahesh Joya Sep 13 '18 at 09:59