2

I am creating an app in which I need to show both camera and photo library together in same screen. top half of the screen will have the camera and bottom half of the screen will have photo library. See the screenshot.

See the screenshot

Also please let me know if it is feasible or not and if it is possible then please help me how to do that.

Thank you.

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
Sumeet Purohit
  • 657
  • 1
  • 7
  • 16
  • (If you wanted to implement custom camera and photos library).You can create custom camera in half screen using AVCaptureSession. And for Photos library in half view you can fetch Photos form Photos library and create Collection view from it. – Tejas Shelke Feb 02 '17 at 09:02
  • To add a camera view, look at AVFoundation. To add a list of photos, look at Photos framework. – Andrew Romanov Feb 02 '17 at 09:03
  • is that feasible in terms of memory pressure and performance issues? – Sumeet Purohit Feb 02 '17 at 09:05
  • chek this out [enter link description here](http://stackoverflow.com/questions/41717115/how-to-uiimagepickercontroller-for-camera-and-photo-library-in-the-same-time-in) – Erinson Feb 02 '17 at 09:13
  • Custom photo library is just a CollectionView so i dont think it will increase any Memory pressure with custom camera along with it. – Tejas Shelke Feb 02 '17 at 09:18

1 Answers1

0

you tried the instagram SDK? Has a method that works for me

Erinson
  • 78
  • 8