Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Draw This
($0.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Want your application or service advertised on iPhone Dev SDK?


» 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.

Head over to the forums and say hello!

Chris
» how to add object to NSMutableArray from other ViewController
May 16, 2012 - 8:11 PM - by Hamood
I,m trying to add object to my NSMutableArray from other class i think something missing here what i did:
create and property
firstVC.h

Code:
 
   NSMutableArray *myArray
@property (nonatomic, retain) NSMutableArray *myArray
;
firstVC.m
Code:
@synthesize myArray;
on Viewdidload:
Code:
... [Read More]
1 Reply | 15 Views
» iCloud Support
May 16, 2012 - 7:29 PM - by JoeRCruso
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:
Code:
- (void)loadDocument {
    
    NSMetadataQuery *query = [[NSMetadataQuery alloc] init];
    _query = query;
    [query setSearchScopes:[NSArray arrayWithObject:NSMetadataQueryUbiquitousDocumentsScope]];
    
    NSPredicate *pred = [NSPredicate predicateWithFormat:@"%K like %@", NSMetadataItemFSNameKey, kFileName];
    [query setPredicate:pred];
    
    NSLog(@"pred: %@", pred);
    NSLog(@"query: %@", query);
   
... [Read More]
0 Replies | 28 Views
» New to the site and new to programming!
May 16, 2012 - 4:55 PM - by newprogrammer
Hi all!

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!

Thanks!
9 Replies | 79 Views
» Is AppAnnie Not Working for Anybody Else?
May 16, 2012 - 3:35 PM - by Newbie123
The last time AppAnnie updated was Monday, so I have no sales reports for Monday or Tuesday.

Is AppAnnie not updating for anybody else?

Thanks
5 Replies | 101 Views
» Importing A Storyboard To New Project
May 16, 2012 - 2:37 PM - by LooN3y
I'm creating a new project for the latest version of my app.

can i import a storyboard from my old app safely and efficiently?

i'd like to avoid creating all my view controllers again
0 Replies | 49 Views
» UIalertview - Small problem
May 16, 2012 - 2:20 PM - by Jaxen66
Hi everyone!

Iphone Dev SDK, we have a problem...

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.

//Jakob
2 Replies | 79 Views
» addSubview from a class
May 16, 2012 - 2:10 PM - by Custom Bonbons
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:
Code:
    [self.view addSubview:button1.myLabel];
    [self.view addSubview:button1.btnImage];
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:
... [Read More]
10 Replies | 97 Views
» Loading PDF document into UIWebView
May 16, 2012 - 1:44 PM - by seecoolguy
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:
Code:
[Read More]

		

		
0 Replies | 54 Views

» Advertisements
» Online Users: 495
16 members and 479 guests
Alexj17, avors, baja_yu, blueorb, charochai, clarky07, ditren, evilmatt10, idiot_2008, jsunsiong, lzwasyc, mediaspree, Newbie123, poisenden, quantranbr
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 174,540
Threads: 93,723
Posts: 401,258
Top Poster: BrianSlick (7,954)
Welcome to our newest member, avors
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 08:38 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0