Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
696 views
in Technique[技术] by (71.8m points)

ipad - Swift does not print double-sided or shows the latest printer settings

The 'duplex' area does not work in any way. I just want to print double-sided..

The printer sees the last printed setting every time. I want to rewrite this information. please help me.

let printInfo = UIPrintInfo(dictionary: nil)
printInfo.duplex = .shortEdge

let printController = UIPrintInteractionController.shared
printController.printInfo = printInfo
printController.showsNumberCopies = true
printController.printingItem = guide_url
printController.present(animated: ture, completionHandler: nil)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...