Hi,
I am working on the app and in which i am suppose to integrate printing feature. I have gone through the guide to implement printing for iphone and its working perfectly fine for that, but for ipad its not working, when i checked the forums it shows i am suppose to pass :
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
[pic presentFromBarButtonItem:self.printButton animated:YES
completionHandler:completionHandler];
} else {
[pic presentAnimated:YES completionHandler:completionHandler];
}
this code. But when i am using this code i am getting error for the “self”. Can anyone tell me how can i overcome this?
Also can anyone tell me how shall i implement same feature for android as well. As i tried different things but i am getting error while building the app. I am checked the quick guide worked accordingly and it was working fine but when i implemented the printing api provided by android its showing me lots of error. Please guide me as i am suppose to submit the app very very soon.
Hoping your reply soon,
Regards
Varun