开发者

iOS "Print" or "Send" icon

开发者 https://www.devze.com 2023-02-05 12:38 出处:网络
开发者_如何学运维Where can I get that standard \"Send\" or \"Print\" icon that I\'m \"supposed\" to use for AirPrint printing?This is the default SystemAction bar button item as you can see below:

开发者_如何学运维Where can I get that standard "Send" or "Print" icon that I'm "supposed" to use for AirPrint printing?


This is the default SystemAction bar button item as you can see below:

UIBarButtonItem *printBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction 
                                                     target:self 
                                                     action:@selector(handlePrintTapped)];
[self.navigationItem setRightBarButtonItem:printBarButtonItem animated:TRUE];
0

精彩评论

暂无评论...
验证码 换一张
取 消