iPad Drawing Issue? - ios

We are trying to develop a ipad app that allows the user to draw on an image, and then save the data for later editing as well. Some issues we are facing given in the document, http://bit.ly/dJgwhZ. Any help will be greatly appreciated.
Thanks.

I think you would greately benefit from looking at this sample code; it is called GL paint. It does most of what you want to do, you just need to implement the photo as background and saving to the library.
Hope it helps!

Related

Need to disable screenshot in iOS swift

I Need to disable taking screenshot in my app. I searched almost but there is no solution for preventing screenshot in iOS.Any help will be appreciable.
Thank You.

iOS8 - Crop and Straighten image as built in photos tool

In my app, i want users to click a photo, then i want to allow them to edit it for crop/rotate/straighten. Can i use built-in photos app for that? or is there any open-source/api to have similar view controller.
I know it's a possible duplicate of Is there a view controller for image crop and rotate works like iOS 8 photo.app? but i found no answer here as well.Please let me know if it's possible?
Unfortunately, no.
UIImagePickerViewController allowEditing property, when set to YES, provides you a very simple cropping UI, but it doesn't support advanced rotation as iOS Photo app.
So you'll have to make it yourself.
The github projects in the question you linked might be a good starting point for that. (here's another one)
Good luck !
I wrote one in Swift, you can continue to develop based on this: QCropper

How can i design a list of images in PSCollectionView with different Heights?

Iam new to ios development.I confused to design like a screen which i attached here.
Please help me if anyone know how to design like this.Iam not yet started to design the screen.
Thanks in Advance....![design like this screen][1]
this is WaterfallCollectionView sample code as per your requirement

iOS: Capture FRONT Camera with Overlay View with Video Background

I'm new to the community =)
My question...
Is it possible to have an overlay screen of the front camera while having a full screen video background. Sorry if it sounds a bit confusing, it might be easier if you see the mock-up at this link.
Mock-up: Mock-up Link
Building for the iPhone using either Obj C or Xcode.
Any reference or guidance would be much appreciated.
Thanks
Robert

IKImageBrowserView in iOS?

I am trying to develop an application that needs to display pictures in a gallery view. One of the seemingly most straightforward ways to do this is use the IKImageBrowserView. But I cant find any info pertaining to the iPhone. Would anyone out there have a better suggestion for displaying a gallery of photos on iOS? I also want to have the ability to tag the photos, if you guys have any suggestions for that it would be greatly appreciated, thank you!
If you want to display a collection of data in a grid format (i.e. a gallery of photos) you should look at UICollectionView.

Resources