shnabz
Results
3
comments of
shnabz
I have ended up opening my pdf in Adobe Acrobat and making a note of all the form fields ID, I then use these strings to refer to the form...
@fboemeke I've found a solution! Add this extension to your .swift file. ``` extension ILPDFFormContainer: Sequence { public func makeIterator() -> NSFastEnumerationIterator { return NSFastEnumerationIterator(self as NSFastEnumeration) } } ```...