PDFTableMergable
public protocol PDFTableMergable
Object implementing this protocol should offer the functionality to merge itself into a single value
-
Merges all cells by replacing them with the same reference.
See
merge(with cell:)for more.Declaration
Swift
func merge() -
Merges all cells by replacing them with the same reference.
If parameter
cellis given, it will be the value after the merge. Otherwise the implementation behaviour is unknown.Declaration
Swift
func merge(with cell: PDFTableCell?)Parameters
cellCell to use after merge, may be nil
View on GitHub
Install in Dash