开发者

iOS "Print" or "Send" icon

开发者_如何学运维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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜