Generation

generate functionTue, 14 Mar 2023

how to justify the last line of text of each page of a document splitted in multiple pages?

guard let lastLine = (characterRange.location == NSNotFound) ? textStorage.string.lastLine : textStorage.string.lines[characterRange.location + 1] else { return }

Want to kickstart your project?Use the new AI Studio to create your code