Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

iPhone Programming | Forum profile

Forum profile page for iPhone Programming on http://www.macrumors.com. This report page is the aggregated overview from a single forum: iPhone Programming, located on the Message Board at http://www.macrumors.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "iPhone Programming" on the Message Board at http://www.macrumors.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Mac Forums - Mac News and Rumor Discussion - iPhone Programming (site profile, domain info macrumors.com)
Title: iPhone Programming
Url: http://forums.macrumors.com/forumdisplay.php?s=...
Users activity: 3 posts per thread
Forum activity: 123 active threads during last week
 

Posting activity on iPhone Programming:

  Week Month 3 Months
Threads: 123 433 1,298
Post: 382 1,282 3,951
 

iPhone Programming Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
dejo
58
user's latest post:
Open UIWebView in Safari:
Published (2009-11-08 18:58:00)
Sorry, guydor4, but that really doesn't answer dukeofism's question.
robbieduncan
31
user's latest post:
compile iphone app through terminal
Published (2009-11-06 17:44:00)
Quote: Originally Posted by rock6079 thx both of you. is there ANY possible way to do this without having iPhone SDK installed? a side note to bredell: uppsala, sweden: what an awesome and fun university city to go party in. man, i miss my days in sweden/denmark! I don't see how. The headers for the iPhone library's won't be there without the SDK.
PhoneyDeveloper
22
user's latest post:
Struggling with leaks
Published (2009-11-08 12:05:00)
The leaks tool doesn't tell you where a leak has occurred. It tells you where a block of memory was allocated that later was leaked. Consider for a minute what a leak is and how the leaks tool works. A leaked memory block is a block that has no pointers to it anywhere else in the application heap. The leaks tool works by scanning the entire heap looking for pointers. It keeps track of what pointers it finds and what memory blocks it...
firewood
14
user's latest post:
App updates no longer get free...
Published (2009-11-07 03:39:00)
I don't see app any recent app updates appearing on the top of any of the New Releases lists. Any one else notice this?
milktooth
11
user's latest post:
Adjusting the volume...
Published (2009-11-08 18:34:00)
I don't believe that this can be done without the user's intervention. Am I right?
jeremy.king
10
user's latest post:
Getting access to my controller...
Published (2009-11-06 22:15:00)
Assuming you have set the view property on your controller correctly, you can implement the touchesBegan: withEvent: method in your view controller and the event should reach it as it travels up the responder chain... Try adding the following to your view controller Code: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { NSLog(@"RED LIGHT TOUCH!"); } Keeping in mind that this is called for any view that the...
blueeye
9
user's latest post:
Subtracting two numbers gives...
Published (2009-11-03 05:16:00)
@robbieduncan: Okay, that's brilliant. Thanks for explaining that to me.
MacToddB
9
user's latest post:
playing game on iPhone , showing...
Published (2009-11-08 19:18:00)
pps Sequence... that's what I used to create the video, with the iPhone Simulator, at www.AutoRingtone.com but I'll have to check out Screenium, too! http://www.app4mac.com/store/index.p...N&currency=usd http://www.synium.de/products/screenium/index.html
chinnu
8
user's latest post:
is it possible to call iphone...
Published (2009-11-03 00:49:00)
exactly,you are 100% correct. i'm trying to develop that kind of application. is phoneview app developed using iphone sdk? plz tell me how to develop application like phoneview. which api's i need to use. is it possible to get source code of phoneView app? thanks alot guys.
Chirone
7
user's latest post:
static libraries and xib files
Published (2009-11-08 19:05:00)
ah, that's a solution, no complaints by the app or compiler that way
 

Latest active threads on iPhone Programming::

Mac Forums - Mac News and Rumor Discussion
Started 2 days, 2 hours ago (2009-11-08 14:02:00)  by iLoveDeveloping
I take it you never used your iPhone Simulator then? P.S Screenium...
Thread:  Show this thread (6 posts)   Thread info: playing game on iPhone , showing result on pc or mac monitor Size: 154 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: playing game on iPhone , showing result on pc or mac monitor :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 1 day, 21 hours ago (2009-11-08 18:36:00)  by BruinEcon08
Quote: Originally Posted by Sergio10 Hi, How to improve application running? When I run application it hangs about 2 seconds and then appears the view. I created standard "Window Based Application". I saw many applications which appears immediately like this: http://itunes.apple.com/us/app/airli...333212995?m t=8...
Thread:  Show this thread (4 posts)   Thread info: How to improve application running? Size: 1,428 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to improve application running? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 2 days, 15 hours ago (2009-11-08 00:37:00)  by John Baughman
Ooops. Just noticed an error in my code pushing the table view onto the stack. I autorelease and release personListViewController. I removed the autoRelease, but that did not make any difference to the 2 leaks I am seeing.
Thread:  Show this thread (4 posts)   Thread info: Struggling with leaks Size: 292 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Struggling with leaks :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 1 day, 22 hours ago (2009-11-08 17:41:00)  by kainjow
Make it into a framework (bundle).
Thread:  Show this thread (5 posts)   Thread info: static libraries and xib files Size: 104 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: static libraries and xib files :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 3 days, 3 hours ago (2009-11-07 12:15:00)  by dejo
Quote: Originally Posted by guydor4 I want the bar button item to open the UIWebView in Safari. You don't open a UIWebView in Safari. You open a URL.
Thread:  Show this thread (5 posts)   Thread info: Open UIWebView in Safari: Size: 781 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Open UIWebView in Safari: :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 2 days, 16 hours ago (2009-11-08 00:10:00)  by wlh99
I had problems getting autorotation to work too. It really isn't hard, but I found that deviating from the documented examples didn't work the way I expected them too. Try re-writing the code so that only one UIView is used, and that view knows how to re-arrange itself. You may have to pragmatically build the view if it is complex. If it isn't complex, you can set some basic rules for ...
Thread:  Show this thread (4 posts)   Thread info: Why are rotation codes such a pain in the rear? Size: 742 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why are rotation codes such a pain in the rear? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 1 week, 1 day ago (2009-11-02 07:01:00)  by Roscoeyo
Removing App from sale - do I need to re-submit? Hello, If I remove an Application that has just been approved and is live from the sale in the App store, does it have to be re-submitted? For instance, our client would like to hold back from releasing the App but its already gone live. Thanks in advance...
Thread:  Show this thread (9 posts)   Thread info: Removing App from sale - do I need to re-submit? Size: 956 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Removing App from sale - do I need to re-submit? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 3 days, 6 hours ago (2009-11-07 10:09:00)  by jessica.
No. And your better bet would be to locate whomever is handling this side of his business and ask.
Thread:  Show this thread (3 posts)   Thread info: help! may i use michael jackson's images in my app? Size: 168 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: help! may i use michael jackson's images in my app? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
 

Hot threads for last week on iPhone Programming::

iPhone Programming
Started 1 week, 1 day ago (2009-11-02 11:13:00)  by dejo
How are you retaining prevAccel ?
Thread:  Show this thread (18 posts)   Thread info: Subtracting two numbers gives EXC_BAD_ACCESS Size: 145 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Subtracting two numbers gives EXC_BAD_ACCESS :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 6 days, 9 hours ago (2009-11-04 07:10:00)  by jnic
No, web apps do not have push notification functionality, sorry.
Thread:  Show this thread (14 posts)   Thread info: Push Notification for WebApps? Size: 134 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Push Notification for WebApps? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week ago (2009-11-03 09:53:00)  by robbieduncan
If a valid NSURLConnection object is returned all that means is that you have created a connection object. It most certainly does not mean the connection was successful or that any data was transferred. You need to implement the delegate protocol and see what the responses are.
Thread:  Show this thread (13 posts)   Thread info: http post/get request issue need help from seniors and experianced please Size: 366 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: http post/get request issue need help from seniors and experianced please :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 4 days ago (2009-11-06 16:05:00)  by jeremy.king
xcodebuild
Thread:  Show this thread (12 posts)   Thread info: compile iphone app through terminal Size: 229 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: compile iphone app through terminal :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 6 days, 2 hours ago (2009-11-04 13:18:00)  by PhoneyDeveloper
What does the debugger tell you? If you step through this code what happens?
Thread:  Show this thread (10 posts)   Thread info: How to change the font size of text in UITextView dynamically in iPhone Size: 146 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to change the font size of text in UITextView dynamically in iPhone :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
RE: Bar Code Scanning - 10 new posts
Started 4 days, 6 hours ago (2009-11-06 09:53:00)  by dejo
Quote: Originally Posted by NightFox Does anyone have access to an iPhone/Cocoa-touch barcode scanning library that uses only the legitimate developer's APIs or know of any? There is no such library as part of the iPhone API.
Thread:  Show this thread (10 posts)   Thread info: Bar Code Scanning Size: 857 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Bar Code Scanning :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week, 1 day ago (2009-11-02 10:45:00)  by henkhenk
create array of numbers hi all: I want to keep track of some numbers. for this purpose I will need to use an array of numbers: should I create it and use it the following way or there is an easy way? NSMutablearray *array1; [array1 addObject:[NSString stringWithFormat:@"%d", count]];
Thread:  Show this thread (9 posts)   Thread info: create array of numbers Size: 701 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "create array of numbers :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 2 weeks, 6 days ago (2009-10-20 21:44:00)  by Darkroom
the image that appears while the app launches from springboard and loads is a static .png file named "Default.png". read this .
Thread:  Show this thread (13 posts)   Thread info: Creating Splash Animation Size: 444 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Creating Splash Animation :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 5 days, 20 hours ago (2009-11-04 20:00:00)  by kainjow
I believe LayerKit was the name of Core Animation originally, but then they changed it. The framework you want is QuartzCore.
Thread:  Show this thread (9 posts)   Thread info: problem when using Makefile for LayerKit framework Size: 195 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: problem when using Makefile for LayerKit framework :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week, 1 day ago (2009-11-02 07:01:00)  by Roscoeyo
Removing App from sale - do I need to re-submit? Hello, If I remove an Application that has just been approved and is live from the sale in the App store, does it have to be re-submitted? For instance, our client would like to hold back from releasing the App but its already gone live. Thanks in advance...
Thread:  Show this thread (9 posts)   Thread info: Removing App from sale - do I need to re-submit? Size: 956 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Removing App from sale - do I need to re-submit? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"