Recommend iPhone library for image gallery? [closed] - iphone

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would love to use a UIImagePickerController to browse and view images from my app's bundle. However this functionality doesn't seem to exist. Is there a library that replicates the functionality of the photo browser, but can use a list of images from the app bundle?

When GitHub is back online, check the Three20 repository of joehewitt with some awesome iPhone UI stuff. I believe it is the TTThumbsViewController you may want to take a look at.

Related

Good software to explore the sqlite db file in device? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Is there a good software to explore the application bundle of an iphone app installed in the device? I'm specifically looking to extract the sqlite file from the application bundle?
Thanks..
Phoneview is useful for this...
http://www.ecamm.com/mac/phoneview/
I use sqlite-manager add-on for firefox. Whcih is very flexible for searching and add/delete/update operations.
https://code.google.com/p/sqlite-manager/

video editing like Aviary image editing or Instagram app [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am developing one application that upload videos with different effects as per show in image. now i want to edit the video same as image editing in Aviary SDK or instagram appliction.
Is any framework available for video editing in objective c?
By editing do you mean filters? Try GPUImage. Best one you can get for free.

Open .indd file in iphone application using objective-c? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to open magazines in my iphone application. But magazines have extension .indd.
I found a lot but i can't get any clue or example how to do this.
So my question is
How to open .indd file using objective-c in iphone and if possible please provide me a link or demo example .
Thanks in advance.
With my knowledge a .indd file is a binary file. So you can do absolutely nothing with it on iOS. What you need is Indesign Server to parse / read those files.

How can i get WWDC10 sample code? (104. Designing Apps with Scroll Views) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
i saw WWDC10 session "104, Designing Apps with Scroll Views".
and i want get sample code using demo. but i can't find it.
i found "ScrollViewSuite" but it's not same demo.
it's not provided?
Login to http://developer.apple.com with your Apple developer ID.
Click on videos.
Choose any one of the option HD/Standerd to view in iTunes.
In iTunes you can find the link at Bottom right to the Sample code
You can find all WWDC 2010 sample code there
EDIT: Sample code is under
wwdc10samplecode\WWDC10-SampleCode\iOS\PhotoScroll

iphone html css tutorials [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am trying to find some good introductory short tutorials that show how to build web site suitable for iphone brwoser. I am not having any success. Google is not turning up useful sites. please let me know if you are aware of any.
thanks
You should have a look at:
Building iPhone Apps with HTML, CSS, and JavaScript
iPhone Development: 12 Tips To Get You Started