Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Sample Code help

So I've been messing around with the sample code of SquareCam from Apple's sample code. I'm trying to add a little image picker view for the pictures taken with it to it but i'm still a noob and i need help!

A better way to put it is that i just want to get an image picker but only with the photos SquareCam has taken

I'm using Xcode 4.2 and no automatic reference counting and story boards.
Post edited by wasabeeguy on
Check out my Apps!

Shake to Punch!

L & L

Replies

  • Duncan CDuncan C Posts: 8,023Tutorial Authors, Registered Users
    wasabeeguy;388236 said:
    So I've been messing around with the sample code of SquareCam from Apple's sample code. I'm trying to add a little image picker view for the pictures taken with it to it but i'm still a noob and i need help!

    A better way to put it is that i just want to get an image picker but only with the photos SquareCam has taken

    I'm using Xcode 4.2 and no automatic reference counting and story boards.
    You're a noob, so why are you posting to the advanced discussion board?
    Regards,

    Duncan C
    WareTo

    mug

    Animated GIF created with Face Dancer, available for free in the app store.
  • wasabeeguywasabeeguy Posts: 45Registered Users
    I was disclosing my amateurity with programming. I consider this an advanced issue because I haven't found anything relating to my problem anywhere else.

    help would be helpful.
    Check out my Apps!

    Shake to Punch!

    L & L
  • SundialSoftSundialSoft Posts: 271Registered Users
    wasabeeguy;388417 said:
    I was disclosing my amateurity with programming. I consider this an advanced issue because I haven't found anything relating to my problem anywhere else.

    help would be helpful.
    Without downloading squarecam I can't know exactly what it does but if you want a photo picker in your app there are lots of examples. You can pick from the camera roll and from albums transferred from your iTunes. Oh heck, this won't do, just a minute till I download squarecam. Ok, now I have it. Strange app, it captured the red square it draws when you choose faces.

    Now to your question which I think is, getting an image picker only with photos the app has taken? I had a google around & so far the only suggestions involve saving the images to your own documents directory & implementing a viewer for them. I do similar in one app where I save the images to nsuserdefaults because there are a limited number of photos for the purpose.
Sign In or Register to comment.