Reputation: 11
My app (iOS obj-c) displays a graph that tracks a user's breath during a test. When the test is complete, I want to send an image of the graph to a database. How do I capture the graph as an image from the app display, and how do I push an image using POST?
Upvotes: 1
Views: 63