Home News Forum Social Networking Support Us Advertise

Spanish Lesson 1 ($1.99)

aWake!Gently ($1.99)

The Bird & The Snail - Knock Knock - Deluxe ($4.99)

Match-It Trains ($0.99)

Tangled ($0.99)

iFlatter ($0.99)

The 15 puzzle ($0.99)

Tap Forms Database ($8.99)

Higher or Lower Card Game (Hi Lo) ($0.99)

Red Pixel ($0.99)

Time-Shift Radio ($0.99)

Want your application advertised here? Only $10/week!


» 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
» Memory keeps going up
Jul 05, 2009 - 1:45 PM - by NeoNate
I have been having a long term issue with my app's memory increasing, so today have stripped my code back to basics but still have the same problem.

My retain counts remain constnact (2 for each MyImage[i] and 3 for "self"]. There are no memory leaks detected by Intruments, but it does report that the memory keeps increasing.

Can anyone point out anything I am not doing right? This issue has brought my development to a halt and I've not made any real progress for about three weeks as a result.

Code:
#import "TestView.h"
#import <QuartzCore/QuartzCore.h>

@interface TestView()
	@property (nonatomic, retain) UIImageView
... [Read More]
0 Replies | 5 Views
» Clarifiation on Bank Info (Contract Section)
Jul 05, 2009 - 1:33 PM - by mr-sk
Hello,

So I've started selling my app and money has been collecting. I know need to setup my bank information (tax and personal info is set I believe) and its asking for my banks address.

I use a major US bank, Citibank, with many addresses - which one is the correct one? Is it the branch address or the CEO HQ's address?

Also, I see many people saying that I will need a SWIFT code -

I'm thinking tomorrow (monday), I should just swing into my bank and ask for all this information. I've looked through the FAQ, but it doesn't spell out each and every piece of data you'll need from your bank, and since I can't get past the first screen (bank address), I don't know what data is required.

Can someone enumerate the data I'll need to ask my bank for?

And also, anyone using citibank? (I also have a BoA account).

Thanks y'all!

- sk
0 Replies | 7 Views
» What Happens If I Change My Price To Free?
Jul 05, 2009 - 12:24 PM - by williamlegate
Hey I have an app ranked in the top 50 of its category, but I I want to do a one day free promotion. If I do this, then switch it back to paid, will it lose it's ranking? What will happen? Thanks!
0 Replies | 24 Views
» Table View Help
Jul 05, 2009 - 12:24 PM - by sarahconnor
Hopefully some one can help me out with this...
I have a table view that has a list of 5 different categories. When I click each category it takes you to a view that has text and images. I am trying to make each view have multiple SCROLLABLE Images, but when I put the code in each view, I have an error in xcode that says duplicate symbol...which I am guessing I can't have the same code in each view? It works in my first view so when that category is clicked from my table the user can scroll thru the text and scroll images. But like I said, the second I add the image scroll code to my next view Duplicate code error! So if I can't have the same code in each view, what can I do so that each of my 5 views allows users to scroll thru multiple images?

Here is the code I am trying to add to each .m:
const CGFloat kScrollObjHeight = 142.0;
const CGFloat kScrollObjWidth = 211.0;
const NSUInteger kNumImages = 2;


-... [Read More]
0 Replies | 12 Views
» Best way to create an audio tutorial in app
Jul 05, 2009 - 12:14 PM - by jonahgabriel
I am thinking about creating an option for the user to view a tutorial in my iPhone app that includes an audio component. Essentially, I want to show an image and then have some audio describing what is going on in the image. I would also like pause, rewind, fast forward, play controls so that the user can move though the tutorial at their own pace.

I am thinking that there are a couple of ways to do this:

1) Create a .mov file and load it into UIWebView (since my app can't go into landscape mode). I could have the .mov included in the application package, which would increase the download time of the application, or have the tutorial downloaded the first time the user accesses the help section, but this would require net access.

2) Create an audio file and have it synced up to to image showing and create my own play controls?

Anyone have any suggestions about how to go about this?
4 Replies | 49 Views
» [Solved]Root View Controller "freezes"
Jul 05, 2009 - 11:19 AM - by heinrich
Hi,

in my iPhone application I have two view Controllers, a RootViewController and a second view controller that is pushed at a certain point.
When I tap the back button of the second view controller I see the RootViewController, as usual, but I am unable to use it.
Animation does not work and I cannot tap on any cell (it's a UITableView).

In the horizontal divider above my code editor in the very right element stands: "objc_msgSend". (Is it something like a call stack?)

I hope you can give me tip, how to solve this issue. I have the impression it is a very simple problem ...

Thanks for your answers, in advance

Best regards,
Heinrich
2 Replies | 39 Views
» Changing from webview to imageview
Jul 05, 2009 - 11:08 AM - by williamlegate
Hey,
I have written an app, but now have to change all of my webviews to image views (long story) Anyways, how would I change the followong code so that it would work with an imageview? Thanks!
Code:
- (IBAction)animated:(id)sender
{
	switch([self tabIndex])
	{
		case 0:
			[self navToURL:@"http://radar.weather.gov/Conus/Loop/NatLoop.gif"];
			break;
}
1 Reply | 16 Views
» Save Customized Tab Bar Order Preference
Jul 05, 2009 - 10:40 AM - by DenVog
Can anyone point me to the method for saving a user's preference for a tab bar that they have reordered?

I see in the programming guide and human interface guide how to turn editing on and off, but it does not say how to save the changes. For example, I reorder the tab bar items so the Playlists is on the far left. It stays there until I quit the application. If I close the app and come back to it, the items will revert to their original order. I think users would find this very annoying! There's got to be a method for saving that order. Pointers or examples greatly appreciated.

... [Read More]
0 Replies | 13 Views
» Advertisements


» Stats
Members: 8,229
Threads: 20,197
Posts: 90,213
Top Poster: RickMaddy (2,121)
Welcome to our newest member, jrsiqueira
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:23 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0