Search Results

1
vote

Do I have a shot at learning Objective-C?

Objective-C isn't that complicated — the syntax is exactly like C (that is, similar to ActionScript and C#) with the addition of message sending brackets. Once you learn those, you'll have …
0
votes

How long does it take to get an app approved for the AppStore?

The unsatisfactory answer is "it depends" — on your app, on the phase of the moon, and who knows what else. Sorry! …
1
vote

How do i tell my application to close?

exit(0); will do the trick... …