Post

Replies

Boosts

Views

Activity

Comment on App Crash when using print of UIPrintInteractionController
The way in the comment above does not work for me = ( And i tried like this, and too not working: [self.printer contactPrinter:^(BOOL available) {     if (available) {       [pic1 printToPrinter: self.printer completionHandler:^(UIPrintInteractionController * _Nonnull printInteractionController, BOOL completed, NSError * _Nullable error) {               }       }];     }   }];
Nov ’21