» iPhone Dev SDK - The community for the iPhone developer community
iPhone Dev SDK is a community for software developers interested in the iPhone SDK platform. Founded in March 2008, iPhone Dev SDK was one of the first communities for this revolutionary new platform.
What separates iPhone Dev SDK from the others is the friendly atmosphere the community provides for developers of all abilities. Whether you've been programming your entire life or are just now getting interested, you'll find yourself welcomed to the community.
I've been working on an app for some time now, and I'm beginning the process of adding iCloud support. However, I'm running into a problem I can't seem to fix. When I start to load the document (at least I think that's what I'm doing #n00b) with this code:
Just wanted to get a post out there to say hello! I also wanted to ask a few questions, I am completely new to programming in general and have recently been interested in developing an app. I picked up a few books and have been reading some stuff online but I just cant seem to understand the first thing about programming, like it just goes right over my head and its very annoying. Can anyone guide me in the right direction on where to start or how you started. I have read that the best thing to do is to just start coding and learn from your mistakes, but the problem with that is that I dont even know where to start when I open xcode. Any advice would be greatly appriciated!
Well i am going to make an UIalerview appear when the user have tapped a button a certain times so what i have is this:
UIAlertView * alertView = [[UIAlertView alloc] initWithTitle:@"NICE!" message:@"You've made it in: %i!" delegate:self cancelButtonTitle:@"OK"
otherButtonTitles:nil];
[alertView show];
So my question is: How can i make my mainInt (counter) appear in the UIalertview. I have tried to put , mainInt in the back of the code but it seems to get me an error.
Hi,
I would really appreciate it if someone could offer some advice with this.
I've got a ViewController which is implementing a custom button class, and it is working nicely.
However, to get the buttons to show I have to write this in the ViewController, for each button:
It works, but becomes a lot of extra code, if I have multiple buttons.
So it makes sense to do the addSubview within the button.m file instead, but how should I write it???
I thought something like this would work, but it doesn't:
Hello gang, I've been looking around for a solution for this, and as always I'm needing a little help with my keywords.
So this is a two part question.
Part A:
I have data from my webservice in hex that is a PDF document (mime_type: application/pdf) I need to convert it to NSData (I think?) so I found this type of code on the net, first here is a sample of the HEX data as it's too long to list: