Reputation: 449
For a project I'm working on I have to generate a PDF document containing form fields. Is this possible using UIKit?
Upvotes: 0
Views: 118
Reputation: 5834
No, you cannot. The CoreGraphics API and UIKit do not provide support for creating PDF annotations and form fields.
Upvotes: 1