sdk

Stuck on using uinavigationcontroller

I am creating a navigation project on IPhone SDK. In briefly, my project can do a log in action. After I click a log-in button to log in. It crashes.... I Found that it failed in DisclaimerController *disclaimerController = [[DisclaimerController alloc] initWithNibName:@"DisclaimerPage" bundle:nil]; UIViewController *targetViewControll...

adding UIButtons to an UITableViewCell (Leaking Memory)

Hey, need some help with this stuff =) Everytime I select another cell i got more an more "Net Memory" (I hate the "enter code here") CODE can be found here: http://pastebin.org/374904 ...

MKMapView broken in 3.2.3 / OS4 - Can't set region

In the last version of Xcode, set region worked fine, now in 3.2.3 it doesn't snap to your specified region? After View did load... [mapView setMapType:MKMapTypeHybrid]; [mapView setZoomEnabled:YES]; [mapView setScrollEnabled:YES]; MKCoordinateRegion region = { {0.0, 0.0 }, { 0.0, 0.0 } }; region.center.latitude = 41.902245099708...

iPhone Facebook SDK: failed to post status the second time

It happens even with the sample projects from the github. The first time it worked fine in updating my status, but the second time debugger always shows an error_code = 1, and error_msg = "An unknown error occured". Yes I clicked the "Get Permission" button first. And this is the sample project. Posting stories worked fine, although the...

Dynamically setting NSString vars in a loop

I am building an iphone game. I have a set of NSStrings that I set periodically throughout the game life cycle. I am finding that I am in need of setting the same NSStrings often and looping through an array of NSStrings is ok for checking the value of the NSStrings atIndex:i, but setting them using the same method results in nothing. Ba...

How long/how much did it cost to develop iPhone SDK & App Store

Possible Duplicate: How much does it cost to develop an iphone application? Hope somebody can help. I have been googling trying to get an indication of how long it took apple to develop the AppStore & the iPhone SDK? My Co. have had an idea to try and do a similar thing internally for our own apps and massively underestimati...

I have the Android SDK Downloaded, and a AVD created. How can I get apps for it?

I can't seem to find any options to retrieve apps on my SDK's virtual Android device. Can you direct me to where I may find apps so that I can test them out? ...

UITableView dequeueReusableCellWithIdentifier crash

HI, I've a strange problem concerning dequeueReusableCellWithIdentifier dequeueing a custom cell. It said that I am sending a message to a deallocated instance to an object inside that function, but I have not deallocated or released the custom cell since its creation. What could be the problem? Does deleting a cell in the tableview rel...

Enable cursor typing for iphone custom keyboard

Hi everyone , i creat a custom persian keyboard for my app , i use UITextView to type my letters , but i don't have cursor typing, is there anyway to enable blue line without calling english keyboard? Thank you . ...

xcode... switching to a new view display an image which is randomly selected... iphone

when i switch to a new view instantaneously a random image is selected via the arc4random function and displayed in the view can some one give me direction on how to achieve the instant execution of random function selection process with out a button to prompt the random function process. any examples of code, were should the code b...

difference between SDK and IDE

I'm a little bit confused about these two terms, can somebody explain what is the difference, for example Eclipse is an example of IDE, there I can edit, debug, compile my program, but the same things I can do with SDK, am I wrong? thanks in advance ...

What's the difference between Nokia Qt SDK and Qt SDK?

http://qt.nokia.com/downloads/ has links to both. I get that Nokia version has phone emulators and related stuff. Is there anything else? I'm just starting to work with Qt and am not too interested in phone applications at the moment. ...

Is the Silverlight 4 SDK download corrupted?

Hi, I downloaded the Silverlight 4 SDK (not the Beta) from the following Microsoft site. http://www.microsoft.com/downloads/details.aspx?familyid=55B44DA3-E5DE-4D2A-8EAF-1155CA6B3207&displaylang=en However, when I try to run the file, it says "File is corrupt". Has anyone else also faced this issue? Is there any other site fro...

tableView: cellForRowAtIndexPath: method does not return cell when running on device in release mode

Hi All, I am facing very strange problem. I have a View Controller with a table View. When code works on simulator and device on "DEBUG" mode than everything works fine. But when I run it on release mode on device then I got an exception which says tableView: cellForRowAtIndexPath must return a cell. This thing does not happen on simula...

How should a view controller interact with a UIWebView

Can a view controller interact with the HTML elements contained in a web page that's rendered by a UIWebView? Is there any access to the DOM, like there is in a C# form and a contained WebControl? ...

iPhone SDK measure frequency over iphone mic

Hello, I need a way to get the inout from the microphone and determine the the average frequency. Is there a library or something to handle this? Thanks ...

Best way to create windows applications.

I have been learning windows API from online and PDF books but I hear of people using sdk and visual studio programs. What should i do? API I'd create but extremely complex. Would I benefit from learning the API or should I get a sdk or program that writes to code for me? I have msc++e but I don't think it comes with those benifts ...

How to build an eBook reader that supports adobe Content Server ?

I'm looking into a way of building eBook reader that will support adobe content server DRM. The only solution find was Adobe Digital Editions Which is an off the shelf product and I'm looking for some sort of SDK. any advice will help. 10x d. btw i don't have enough rep to post additional links adobe digital editions url == www.adobe....

How to set the opacity of random pixels to 0 of a UIImage?

Hi, I'm working on an iPhone app which needs to have the function to reveal an image after some actions. For example: I have 2 UIImages on top of each other. The UIImage on the back is the image to reveal. The UIImage on top needs to cover this image. I need a method that I can tell to reveal the image. So if I call the method, and le...

Creating iPhone PDF Reader: CGPDFDocumentCreateWithURL zoom in text

Hi together, I want to make a newspaper on iPhone - in fact a pdf reader. In other magazin/pdf reader apps you can zoom in and text is still shape. How can I do that? With CGPDFDocumentCreateWithURL? Thx & best :-) ...