Getting random image from Camera Roll and saving it to a UIImage
Hello All,
I was wondering if there was any way to access a users camera roll in order to grab a random image from it for use in your app (saving it to a UIImage for instance)? I remember when I tried this a year ago or so there was some kind of permissions issue that made this sort of thing impossible, but perhaps things have changed. Thanks!
I think even just getting a list of the file names in the camera roll would work as a basis, but I'm not sure this is possible. I'm currently looking into the Assets Library Framework: http://developer.apple.com/library/i...rk/_index.html