Printing and MacCatalyst


Rick Aurbach
 

My app implements a report-generation function which displays reports in a presented view controller. The view controller includes an Activity Button, which uses UIActivityViewController to present the standard view which (in my case) includes a Print option. [This is the technique I use to provide report printing.] In iOS, this works fine.

However, when running in MacCatalyst, the view produced by this code does not include a Print option. Anyone have any ideas of what I should do? (So far, my web searches have come up empty.)