I would like to show a list with all printer accessible by the device via AirPrint.
I get it working with using the UIPrinterPickerController
.
Is there anyway displaying this PickerController in a custom way, let's say feeding the data into a UITableView
?
Also note that I'm planning to use this App on an iPad which only supports the UIPrinterPickerController.presentFromRect(CGRect)
Here's how it looks right now. Instead of this popup there should be a UITableView