I've looped through my core data entities and created an NSAttributedString that has the HTML-style data of the tables I would like to print. I'm under the assumption that I'm supposed to somehow get this HTML data into a view so that it can be sent to be printed. I can't seem to make the connection here - and I'm trying to do it all programatically, behind the scenes. I've looked into WebKit and WebView, but don't they seem to be out of scope?
I feel like this would be a relatively covered topic but I can't seem to find much information on it, and the information I do find hasn't been particularly helpful. I would really like to be able to print off the data being stored as well as print receipts for customers.