Hello everyone,
any one has sample code or know of a tutorial on how to do a digital zoom for an iphone?
or digital zoom in general ?
thank in advanced.
-Amir
Hello,
I was wondering what is the best way to display a big PDF file (it's a map actually) using iPhone SDK (the file is around 5MB), because it's really slow in a UIWebView.
I want to be able to scroll through the PDF and zoom in/out.
Also do you think that it would be better to convert it to a PNG?
Thank in advance
Hi,
I need to rotate the video player on iPhone (or let it autorotate).
I know the webview solution, but here come the problem, I need to play several video (distant), and WebView can't provide me a stopSelector.
I know the fact that setOrientation is a private API.
Is there a solution ?
I'd like to know if it is possible to have unread dots on a icon of a iwebkit-based webapp.
I've read this but its for native apps. Is it possible to simulate this with javascript or something?
http://stackoverflow.com/questions/610172/iphone-unread-counts-on-tabbar
Is there any way to get iPhone coordinates without relying on javascript callback events? touchmove generates way too many events to be used in any kind of tight loop (like a game), and without multi-threading, the only option would seem to be non-event driven input coordinates.
hi,
i want to take a picture of barcode from the product, and to read their details,is it possible to do it in iphone sdk?any built in library is available?any help pls?
Hello,
I have made an iPhoneapp with localized versions. It mostly works fine, but there are two views in which localized NIBs do not load. Standard NIBs (in English) are used. I am sure I made localization properly ("Get Info", "Make file localizable", "Add Localization", added "pl" - for Polish, and then edited created NIB). All the other views…
I am a beginner at iPhone development. I want to make a custom object for interface builder, which the user can drag and drop into their application. How can I do this?
I was thinking about putting in PIN number functionality within my iPhoneapp (various examples can be seen here http://forums.mint.com/showthread.php?t=5956 ), but I was kinda stumped how to go about it. Should I just go with a hidden textfield and simulate the inputs with images?
I'm a newbie and I'm in need of some help. I'm working on a prototype for an app, but I'm learning at the same time.
I want to display a popup image over a given UIView, but I would like it to behave like the UIAlertView or like the Facebook Connect for iPhone modal popup window, in that it has a bouncy, rubbber-band-like animation to it.
I was…
Hello all
I'm trying to add to my program that locates the person in GPS but sets a value to
the State that person is in so example: GPS Locates person from his/her iphone then returns the state they are in so say its California then the state variable gets set to California as a string would someone have an example any help is appreciated…
How can i sort (or retrieve sorted array of ) an iphone contact book by first name & last name programmatically ??
Any help will be well appreciated...!
Thanks
Hi all, is there a way to programmatically access the age restriction set in the parental controls on the iPhone/iPad/iPod? I'd like to disallow features if the age restriction is too low. I've been searching around, but maybe I'm not using the right search terms or something. Any help appreciated. Maybe it just doesn't work this way.
thanks
I have a few questions about Core Location.
1) Should the user refuse permission for my app to use core location, or core location is unavailable for some reason, is there a fallback? (Device Locale, for example?)
2)Can I cache a device's location for next time? Does Core Location do this itself?
3)I really need the sunset time in the…
I ran across a small framework some time back that someone put together for iPhone wait screens. But now I can't find any trace of it. Does anyone have a link to it? It may not be a framework as much as a few code snippets. But the guy had it all pre-made. You just needed to implement and specify the type of wait screen you wanted.
How to change cell background image on click on cell in iphone????I have tried following but it is not working....
if (cell == nil) {
cell = [[[UITableViewCell alloc] initWithFrame:CGRectMake(0,0,320,50) reuseIdentifier:myid] autorelease];
cell.selectedBackgroundView = [[UIImageView alloc] initWithImage:[UIImage…
After upgrading to the iPhone SDK 4.0, I get the following error when building for device:
gcc-4.0: Invalid arch name : armv7
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.0 failed with exit code 1
Before, I was only building for armv6 (the default on pre 4.0 SDK's).
Why does Apples Core Data iPhone Recipes Example use a separate entity for called Image linked to the Recipe Entity via a one to one Relationship to store the recipes image. Why not just have an "image" attribute in the Recipe Entity?
Many Thanks
Hello,
I would like to push a video into iPhone simulator to test video picking in UIImagePickerController. Is it possible to do that? And if it possible, could you please provide me with some advices?
Thanks.
I am trying to create a toolbar programatically (rather than via IB) very similar to the toolbar featured in the iPhoneapp.
Currently I've been experimenting with the UIToolbar class, but I'm not sure how (and if?) you can make the toolbar buttons centrally aligned and large like that in the iPod app.
…
I have a preferences bundle that exhibits different behavior in the simulator vs the phone. The basic problem is that the default values of my preferences are getting read fine on the simulator but are coming up NULL on the iPhone. Is there some kind of special initialization I have to do for the…
Hi all,
In my application i have to access to access my iPhone Address book and i have to get only favorites from my contacts. How can i do this?
please help me.
Thanks in advance.
Hi guys,
My application tester has a problem while importing .mobileprovision file into iTunes. As I don't have the device I'm not able to check things out, here is the error message:
The provisioning profile "embedded.mobileprovision" could not be imported because an unknown error occurred…