-1

How can I make abutton that take a screenshot then save it in my app in gallery (another view )

tshepang
  • 12,111
  • 21
  • 91
  • 136
  • possible duplicate of [how to take a screenshot of the iPhone programmatically?](http://stackoverflow.com/questions/3610604/how-to-take-a-screenshot-of-the-iphone-programmatically) – Abizern May 04 '14 at 08:17

1 Answers1

0

Take a look at this post: how to take a screenshot of the iPhone programmatically?

It explains how to do exactly what you want.

To make an image gallery i advise to use Fgallery.

Community
  • 1
  • 1
Manuel
  • 10,153
  • 5
  • 41
  • 60
  • Ok ihave image of the screen but how can I make a gallery or table to view all the screenshots I take – user1346627 Apr 20 '12 at 14:25
  • i added a link to the github of Fgallery, really nice gallery lib for iOS ^_^ – Manuel Apr 20 '12 at 14:36
  • If you can answer a question by pointing to another stack overflow question, then you should just mark this as a duplicate rather than linking back to the other question. – Abizern May 04 '14 at 08:18