iphone

Localize iphone application with a application defined language

Heey, I can localize my iPhone app with the systems local by localizing the nib files and adding a Localizable.strings file to my project. Is there a way to set the language to a application specific language and then load the correct stings/files? (The idea comes from an Canadian, he wants his device in english, but some apps in fre...

How to get view old version Apple's Example code ?

Hi Fellows, I was wondering , is it possible to download old version of IPhone SDK samples .....? Why because i can see IOS SDK 4.0.1 versions. and that's not executing in IOS sdk 3.1.2 ... If there is a way please tell me ? thanks in advance and waiting for reply, jenie ...

UITabbarController with nonselected index

Hi, i created a sample tabbar application with 4 tabs.When i run the application the default selected tabbarcontroller index is 0. So when i change this to self.tabBarController.selectedIndex = 2; Its loaded the third tabbaritem and its viewcontroller. What i want is , when i added tabbarcontroller.view to window i want to show a no...

import pictures from the iphone photos storage to page body background within a uiwebview

I have a app that uses the uiwebview to display a web page from the resource bundle.I want the user to be able to choose a picture with the photo picker or camera and display it as the page body background.I suppose i will need some objective c interacting with some javascript in the page......Thanks in advance for any help.......Len K ...

multiple uiimages in the same view

Hello, i'm developping an application for kids (memory game): turning two same tiles(images) and you can remove them. the problem is how to turn the uiimages with animation and only the uiimages without turning the view that contain them.. do i have to put every uiimage in a small view? any ideas? PS :i'm not using OpenGL ...

Small Location Change Detection

Hi All, I'm need to detect small location change for the iphone , I tried the sample that's called Locate Me, but it doesn't recognize the small change in the location. Is there any way for doing this? Thanks in Advance. Best regards John ...

iPhone email keyboard layout with asp .net TextBox

You know how the iDevices will display a different keyboard layout depending on the HTML 5 value of the type attribute? So, <input type="email"... will display the iPad's e-mail keboard layout. I am using a .net TextBox but would like to have the iDevices show the appropriate keyboard layout for the field. But the type attribute gets ove...

iPhone Task Completion

I started a few days ago to experiment development for the iPhone platform, and while reading about it's multi-tasking capabilities I found out the "task completion", which can be very useful. I googled a little, read the documentation available at developer.apple.com/iphone, but still haven't found something: is there a way to have th...

What is the ideal way in the iPhone SDK to handle data coming from a web service?

Currently, we're using ASP.NET asmx web services to interface with our iPhone application. My question is; whats the most ideal way of converting the responses from the services into objects which are easy to manage in Obj-C. At present, we have defined a class which has all the methods in it (GetSomethingById), this then converts the ...

iPhone - creating a tableview sectioned and in alphabetical order

I am pretty new to programming any sort of device and am on a steep learning curve, so please forgive me if this doesnt make too much sense or the code in the question is awful - we all ave to start somewhere, and beleive me, i have read and read and read! I am creating a table from a plist which is an array of dictionarys - i need it i...

Xcode plist files consistently forget type designations

I have numerous Plist files that contains dictionaries in a project and I find that they reliably forget the data type of various entries and default to NSString. For example, I might have a PLIST containing a dictionary with several keys set to a type of NSNumber, and after closing and reopening Xcode they all get defaulted to NSString...

Refresh/reload view after syncing on the Internet

Hi all, I'm writing iPhone application which periodically is syncing with the synchronization web service. Everything works ok, but unfortunately after synchronization user do not see any changes in the view if he visited it before. I need to force to reload/refresh some of views. How could I do that with for example viewWillAppear met...

Can't use my iPhone 3GS for development after jailbreaking iOS 4.0.1

Hi Guys, does anyone has an idea why I can't use my phone for development after jailbreaking 4.0.1? I think I know why :) ... cause of the jailbreak but do you know how to enable the dev on it again without having to downgrade to 3.1.3? ... I need jb. because I've changed my provider ... That's what my Organizer says: The version of i...

playing stream video using UIWebView issue

Hi everyone. I'm currently developing an ipad application that will play video from wowza streamiong server. Plainly saying, I load video into UIWebView as follows: NSURL *videoURL = [NSURL URLWithString:@"http://fishki.tv:1935/vod/mp4:20100731194117.mp4/playlist.m3u8"]; NSURLRequest *requestObj = [NSURLRequest requestWithURL:videoURL...

How to obtain pixel’s rgb values in an image in iPhone sdk

Hello, I am working on a little side project (program for iPhone platform)and I don't exactly have a problem, but I don't really know where to start. The project I am working on has to do with getting the info and manipulating a pixel's RGB values inside an image. I know this is a very basic program , but I am a beginning iPhone program...

iphone: protocol works in simulator, but not on device - i dont know any further

i wanted to implement an optional protocol for my subviews. the subview-class is inherited by uiviewcontroller and the most viewcontrollers are inherited by this subview. i think it is a simple structure. the problem is: it only works in the simulator. on a device just the first nslog appears, then the application closes. on the simulat...

Uploading new screenshots to iTunes Connect.

Hey all, I've recently uploaded an update for one of my iPhone apps, but I didn't update the screenshots. It has now dawned on me that they are old screens for the new game, which might be confusing for users. Is there anyway to upload the new screenshots without submitting a new binary? Thanks James ...

need help with iphone movable button??

does anyone know what component this app is using??? http://tiny.cc/ebsh7 I know it use uipagecontrol to control the page but i don't know what they use to control the button ...

iPhone - Accessing superviews methods?

So essentially I'm inserting "startViewController" into "mainViewController" now of course I can access startViewControllers methods from mainViewController but I was wondering how to do the opposite? Occasionally startViewController will need to call something in mainViewController and I was just wondering how I do this? Thanks in adva...

Why is Core Data so difficult to prepopulate?

This is a more a philosophical question about Apple's design decisions than a question about Core Data. Why in the world is it useful to have a model system that is so difficult to prepopulate? What are the advantages? I know you can have your program generate the sqlite file and edit it manually, but as far as I can tell, you can't do ...