You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
Feature request should extend the framework. If you found a bug, please issue a Bug Report
How should the feature work?
I'm able to add an image and set its size in a container with:
let imageWork = UIImage(named: "calendarWork")!
let logoImage = PDFImage(image: imageWork, size: CGSize(width: 14, height: 14))
document.add(.contentLeft, image: logoImage)
Now I want to put an image in a table cell and set its size. But when I do:
How should the feature work?
I'm able to add an image and set its size in a container with:
Now I want to put an image in a table cell and set its size. But when I do:
The image is too big and fill the cell size. It should be nice to control the size of an image inside a cell.
TPPDF Environment
TPPDF version: 2.3.1
Xcode version: 12.2
Swift version: 5
The text was updated successfully, but these errors were encountered: