Can I somehow take the chart (which was made with CorePlot) from view and send it as a file to another person via mail app? I want to send mail with the help of MessageUI. I feel fine if just the picture will be sent.
相关问题
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
- Get the NSRange for the visible text after scroll
- UIPanGestureRecognizer is not working in iOS 13
- What does a Firebase observer actually do?
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Using if let syntax in switch statement
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
- Is there a Github markdown language identifier for
- How do I make a forward e-mail link?
- Change color of bars depending on value in Highcha
- How can I vertically align my status bar item text
Use the
-imageOfLayer
method to get a PNG of the graph or the-dataForPDFRepresentationOfLayer
method to get a PDF and attach the resulting file to a message.