Also rename internal "utis" functions
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
- (void) check:(CDVInvokedUrlCommand *)command;
|
||||
|
||||
- (void) utis:(CDVInvokedUrlCommand *)command;
|
||||
- (void) types:(CDVInvokedUrlCommand *)command;
|
||||
|
||||
- (void) pick:(CDVInvokedUrlCommand *)command;
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
/*
|
||||
* List all printable document types (utis).
|
||||
*/
|
||||
- (void) utis:(CDVInvokedUrlCommand *)command
|
||||
- (void) types:(CDVInvokedUrlCommand *)command
|
||||
{
|
||||
[self.commandDelegate runInBackground:^{
|
||||
NSSet *utis = UIPrintInteractionController.printableUTIs;
|
||||
|
||||
Reference in New Issue
Block a user