» 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
|
» tabbar only in a view.. |
|
Mar 18, 2010 - 7:08 PM - by gunther
|
Hi, i try to put in my app one tab bar only in a view but doesnt works..
i need this.
when the app load i need put a tabbar in the mainview, but when the user touch a cell in the table, need tabbar disapear.. and in the next view put a toolbar.. but if the user select back button show the tabbar..
any can help me?
thanks
|
0 Replies | 6 Views
|
» NSLog string output question... |
|
Mar 18, 2010 - 6:23 PM - by PhoneKoke
|
More noob questions... been struggling with NSLog to print out some NSStrings
So I have a label and have been fine with setting the Label dynamically but I also wanted to mirror some NSLog output.
Code:
// This line works fine for setting the label
yearresultslabel1.text = [NSString stringWithFormat:@"%s", "-- Test Label Text"];
// Now I wanted to dump the label out to the log....
NSLog(@"My Label now = %s", yearresultslabel1.text);
// The log outputs "My Label now = !%!@%" <- basically some funny characters instead of the string I want. Even tried this with a straight NSString I thought was setup correctly.
So what do I... [Read More]
|
4 Replies | 22 Views
|
» taking screenshots video |
|
Mar 18, 2010 - 5:53 PM - by Robyn
|
Is there any way to record the equivalent of a screen shot, but in video, of the app running? I'd like to show it on a website, but I've no idea how (don't have any video recording device apart from the iPhone!). Or what about from the simulator, perhaps? I'd like to be able to show the game in use, or at least more than one image of the app, on the website, but I was going to use a template that really only has room for one screen shot (and I'm not confident about designing my own site from scratch). Or maybe some way to do a slide show with a couple of the screen shots.
(sorry, just saw another message about this same topic that I missed on my first search! I can't work out how to delete this though).
None of the templates for websites that I've seen, nor any of the galleries of app websites, seem to follow the guidelines for using apple artwork (putting the iphone image on a white background, keep in the app store badge in black, etc). Do Apple really... [Read More]
|
0 Replies | 17 Views
|
» buy full version |
|
Mar 18, 2010 - 5:39 PM - by themaster
|
hello everyone
my question is so simple when making a free version of a game some people make a buy full version button i would be delighted if anyone is willing to share the answer on how to do that
|
0 Replies | 21 Views
|
» simply answer needed :D |
|
Mar 18, 2010 - 5:36 PM - by z3r01
|
Code:
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}
that is for orientation i kno but lets say i wanted to put this in this IBAction how would i write this?
Code:
-(IBAction)go{
[myAudio play];
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1.0];
[UIView ... [Read More]
|
2 Replies | 32 Views
|
» Need help with copying text from UITextView to an array. |
|
Mar 18, 2010 - 5:21 PM - by cye
|
when i run it in the simulator i always get terminating_due_to uncaught_exception, this block of code seems to be the problem.
qInput and aInput are UITextViews
and q and a are mutable arrays
Code:
- (IBAction)inputPressed:(id)sender
{
int i = 1;
q = [[NSMutableArray alloc]initWithCapacity:20];
a = [[NSMutableArray alloc]initWithCapacity:20];
[[q objectAtIndex:i]setText:qInput.text];
[[a objectAtIndex:i]setText:aInput.text];
i++;
}
whats wrong?
canzhi
|
0 Replies | 16 Views
|
» UPnP on iPhone |
|
Mar 18, 2010 - 5:00 PM - by imsatasia
|
Hello.!
Anyone have idea about how to develop an application based on UPNP protocol.?
Thanks.
|
2 Replies | 28 Views
|
» image mirrored and turned after takeing from cam |
|
Mar 18, 2010 - 4:30 PM - by robin1508
|
Hi guys,
I have a kind of funny problem..
What my program does:
first I can take a pic with the camera --> then it gets gropped --> after that it sould be displayed correctly on a UIImageView
The problem is that the image displayed on the imageview is mirrored and turned.. I dont know why but I hope someone does ^^
If I delete the part where it gets cropped, the image gets displayed correctly on the imageview. It seems that my cropping method is turning the image around.
Here is my code:
Code:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info {
[self.view ... [Read More]
|
0 Replies | 20 Views
|
|
» Advertisements |
» Stats |
Members: 24,142
Threads: 38,919
Posts: 170,747
Top Poster: smasher (2,565)
|
| Welcome to our newest member, p2digital |
|