Printing a UITextView (with a bluetooth printer) does not preserve line breaks
问题 In my app, I have a UITextView instance and a UIButton instance dragged onto my View Controller. Whenever the Button is pressed, it takes the text in the TextView, and sends the data to a printer to be printed. In my ViewDidLoad() method, I am compiling a string and loading that into my TextView. My full class looks like this: class CSTSummaryViewController: UIViewController { @IBOutlet weak var summaryReport: UITextView! @IBAction func Print(sender: AnyObject) { let printController =