Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone ($4.99)

dotnetIQ ($4.99)

Your First iPhone App ($1.99)

iPocket Tools 9 in 1 ($0.99)

Catch-Me (Free)

Alien Strike ($0.99)

Historic Olympic Medal-Table ($1.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
» Maximum height limit of UITextView
Feb 09, 2010 - 7:03 AM - by tobs
Hi,

Is there a maximum height limit for UITextView? I'm currently passing a very long string to the UITextView but the text view always truncates it. I tried adding some padding on the height (like textview.frame.size.height + 9999.0f) but still the text view truncates my string, so I was wondering if there is a limit for the UITextView height.

Any ideas on this? Thanks.
0 Replies | 10 Views
» Updating image of a Button
Feb 09, 2010 - 5:43 AM - by martaklein
Hello everyone,

i have a problem and i hope that someone hier can help me :-)

I have a UIButton. Programmatically i can set the Butten Highlighted by saying
Code:
myButton.highlighted = YES;
for exampel. On display, the Button gets Highlighted.. all works fine. Now i call a method from a C++ class

Code:
@implementation myClass
- (void)visualizeEvent 
{
myButton.highlighted =
... [Read More]
0 Replies | 29 Views
» Rotating the device does not rotate views
Feb 09, 2010 - 4:52 AM - by jayLachman
Hi,
my app consists of multiple views and i want the views to rotate when the iphone (simulator) changes orientation. the Status bar rotates but the views do not.
Can any one help me sort this out?

Autorotate is returning YES.
Thanks
0 Replies | 22 Views
» How to stop a sound if another action is called
Feb 09, 2010 - 3:20 AM - by edcousins
Hi guys,

I'm just starting to get into iPhone development myself, and have a quick question that I hope someone can help me out with.

I have the code below that plays a sound when the connected button is pressed:

Code:
- (IBAction)playsound1 {
	NSString *path = [[NSBundle mainBundle] pathForResource:@"FILENAME" ofType:@"mp3"];
	AVAudioPlayer* theAudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL];
	theAudio.delegate = self;
	[theAudio play];
}
What I want to do is add some code to this so that if another button is pressed, it stops the above sound, while the other sound starts.

Can anyone help me... [Read More]
0 Replies | 28 Views
» How to make your own iPhone Ringtone with iPhone Ringtone maker(for Windows/Mac)
Feb 09, 2010 - 2:14 AM - by dongmark796
For iPhone fans:
Why always buy expensive music or ringtone online as your iPhone ringtone?
Now with the released of Aiseesoft iPhone Ringtone Maker and Tipard iPhone Ringtone Creator for Mac, no matter you are Windows or Mac user, you can make your own special ringtone at will!

The following content includes two parts, which will show you the steps to maker iphone ringtone.
Part 1: How to make iPhone Ringtone with Aiseesoft iPhone Ringtone Maker(for Windows)
Part 2: How to make iPhone Ringtone with Tipard iPhone Ringtone Creator for Mac(for Mac)

Part 1: How to make iPhone Ringtone with Aiseesoft iPhone Ringtone Maker(for Windows)
Make preparation: Download ... [Read More]
0 Replies | 17 Views
» Find occurrences of substring within a string.
Feb 09, 2010 - 2:14 AM - by rahul
Can any one help me to find out count of occurrences substring within a string.

NSString *str = @"The Quick Brown Fox Brown";

i want count of occurrence of word "Brown" from above string.

Thanks
1 Reply | 36 Views
» Zoom-In and Zoom-out of images in a view
Feb 09, 2010 - 2:10 AM - by sanjeev
Hello Everybody,

I am facing one problem.

I have a set of 30 images which I am loading on a single view one after the other through horizontal swiping. This thing is working fine.

Now the issue is I want to zoom-in and zoom-out each image both in portrait as well as in landscape mode.

having a single image, its working absolutely fine, but if I am taking more images and swiping them, then zooming functionality doesn't work.

If anybody knows how to solve this issue, please post the same.

I will be very thnakful to you guys.

Keep Smiling.

Regards,
0 Replies | 26 Views
» animationDidStop not called for 2nd time?
Feb 09, 2010 - 1:43 AM - by rocotilos
I am making 3 simple animations that has to go in sequence. I want to use the animationDidStop, but so far only able to detect the first animation stop only, not the 2nd and 3rd.

The code:
Code:
-(void) animationDidFinished:(NSString *)animationID finished:(NSNumber *)finished  context:(void *)context {
	
	int num = [finished  intValue];
	
	if ((num==1)&&([animationID isEqualTo:@"TurretAnimate1"])) {
		
	    [UIView beginAnimations: @"TurretAnimate2" context: nil];
		[UIView setAnimationDuration: 0.3];
		[UIView setAnimationCurve: UIViewAnimationCurveEaseInOut];	
                [UIView setAnimationDelegate: self];
		[UIView
... [Read More]
1 Reply | 24 Views
» Advertisements
» Stats
Members: 21,478
Threads: 35,762
Posts: 156,660
Top Poster: smasher (2,448)
Welcome to our newest member, m4r0ck
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 08:03 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0