» 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
|
» Webview/networkActivityIndicatorVisible |
|
Mar 21, 2010 - 4:53 PM - by SPAS
|
I have a webview. The activity indicator animates beside the date in the status bar when I have internet access. When I don't have internet access, an alert comes up, I click dismiss but the activity indicator keeps on going. How do I make it go away? Here is my .h and .m file. Thank you kindly.
Code:
#import <UIKit/UIKit.h>
@interface WebsiteButton : UIViewController {
IBOutlet UIWebView *myWebView;
}
@property (nonatomic, retain) UIWebView *myWebView;
@end
.m
#import "WebsiteButton.h"
@implementation WebsiteButton
@synthesize myWebView;
-(void)viewDidLoad {
[super viewDidLoad];
... [Read More]
|
0 Replies | 22 Views
|
» iPhone app ads |
|
Mar 21, 2010 - 4:49 PM - by computermatt
|
|
What service should I use to implement ads in my iPhone application?
|
1 Reply | 40 Views
|
» Beginner problems |
|
Mar 21, 2010 - 3:48 PM - by Varras
|
Hi,
I'm creating my first "Hello World" iPhone App and I have been having this problem for the past two days now.
Now i'm trying to add a few IBOutlets to the controller, so I add them to the .h file, synthesize on the .m file. Then i head over to Interface Builder to connect the outlets. I drag the UILabel to the UIView, and then i try to connect the File Owner (which my custom UIViewController), but all that i can select when i try to connect to the UILabel is "view", which is obviosly wrong. So I'm not able to connect IBOutlets to their controls in Interface Builder.
This is how I'm trying to create an IBOutlet in the header file :
IBOutlet UILabel *lbl;
Can anyone help me out here? I even tried re-installing Xcode but it doesnt seem to work.
|
1 Reply | 29 Views
|
» Transferring dev projects to new mac |
|
Mar 21, 2010 - 2:43 PM - by turbo
|
Hello everyone,
What do I need to transfer over to be able to continue my application development on a new mac? I have applications on the app store I would like to continue updating after performing an HD upgrade on my mac mini. Does anyone know all the required files I need to bring over? (maybe a tutorial on how to do it)
Many apologies if I used the wrong forum. Please assume I know nothing should you decide to answer. =-]
|
1 Reply | 31 Views
|
» Any way to have an in-app link to "Developer Profile"? |
|
Mar 21, 2010 - 2:31 PM - by scotopia
|
Hey All,
I notice if you try a link like iTunes Store - Omegasoft
(which shows all of Omegasoft's apps in iTunes App Store) works fine on a desktop but doesn't work on the iPhone App Store. Is there a way to do this? I think I've seen people somehow do a link that opens up the iPhone App Store as if you had just searched for Omegasoft, for instance, which would accomplish the same thing. Does anyone know how to do this? Thanks!
|
1 Reply | 37 Views
|
» Wait a few seconds before playing audiofile with AVAudioPlayer |
|
Mar 21, 2010 - 2:17 PM - by Nuncha
|
When I call a certain action, I want to play an audio file. But between calling the action and hearing the actual file there must me a pause of a few seconds.
How can I do this?
Making an audio file with the first seconds of blank audio... seems... not the perfect solution
|
1 Reply | 31 Views
|
» uitableview+uiview+many images iphone crashes with signal 0 |
|
Mar 21, 2010 - 2:15 PM - by twerner
|
hi
i have a uitableview with uisearch pointing to a new sub view which hold
a text label and uimageview !
The app has stored 70 high resolution images (around 1000 x800 dpi) and between 100 and 300 kb each in its resource folder.
In xcode with the iphone simulator the app runs smooth an fine but in realty check an a hardware iphone the app crashes after displaying several different images (after 20 around) and it crashes the most time when, the image, which was displayed has a very high resolution an much kb !
The app crashes with iphone plugged with signal"0" at the log...
here is the code i use to display the image in the image view:
[myScrollView setDelegate:self];
[myScrollView setBouncesZoom:YES];
[[self view] addSubview:myScrollView];
TapDetectingImageView *imageView = [[TapDetectingImageView alloc] initWithImage:[UIImage... [Read More]
|
0 Replies | 32 Views
|
|
» Advertisements |
» Online Users: 373 |
| 30 members and 343 guests |
| amartinwest, brunovaz, chrish2os, cje, Cliff76, ColouredRobot, darkcrayon, dot, dre, ershaer, Eskema, Fuzzy Logic, gandohr, georgeburns, guyhundere, Hololont, jazztpt, jbro, manofham, moehac, MrMattMac, Nuncha, pcgeek, qwertyp, robin1508, Rumpy, RyanW, smaxim, tateyaku, TheKernal |
| Most users ever online was 779, 05-11-2009 at 09:55 AM. |
» Stats |
Members: 24,314
Threads: 39,112
Posts: 171,494
Top Poster: smasher (2,576)
|
| Welcome to our newest member, biggybillly |
|