UIImage-PDF
UIImage-PDF copied to clipboard
Simple UIImage PDF renderer category for iOS scalable assets
Added Package.swift restructured code to fit in SPM folders. Moved example code to Example folder and cleaned up file names.
Apple has an internal class also called PDFView. As it's not defined which class should be used, the linker gives a warning about that. To avoid that, PDFView has been...
This fixes issue https://github.com/mindbrix/UIImage-PDF/issues/42 for me.
First, it appears nothing has happened at all lately. Will this repo be updated again? Secondly, using this in a Swift 3 project, I get loads of errors on using...
The method `- (UIImage *)image` in the `UIView+Image` category causes an error in Swift projects. The error message is: ``` getter for 'image' with Objective-C selector 'image' conflicts with method...
Hi! Firstly, Thanks for this amazing library! On iOS 8 app crahes on CGContextDrawPDFPage( ctx, page1 ); when i try to load Pdf into Image. I have tried different pdf...
If more warnings are enable in Xcode these warnings are shown: - `Implicit conversion turns floating-point number into integer: 'float' to 'size_t' (aka 'unsigned long’)` - `Implicit conversion loses floating-point...