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: 97 active threads during last week
 

Posting activity on iPhone Programming:

  Week Month 3 Months
Threads: 97 433 1,250
Post: 309 1,248 3,743
 

iPhone Programming Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
dejo
26
user's latest post:
New look iTunes Connect
Published (2009-12-02 20:23:00)
Quote: Originally Posted by iLoveDeveloping I think its terrible, there are no names or any info for the Apps, just pictures!! My pictures have the app's name underneath them.
drf1229
17
user's latest post:
My App was pirated - what should...
Published (2009-12-02 21:05:00)
Unfortionately, when you have a paid app thats just bound to happen. I don't think there is any stopping it. Even the smartest developer can't outsmart the dumbest criminal. (If that makes any sense )
robbieduncan
17
user's latest post:
Question on Facebook Connect for...
Published (2009-12-03 06:57:00)
Quote: Originally Posted by sapplesystems session = [FBSession sessionForApplication:@"a31c3e53bba4a5f2b3955d6e5e 876717" secret:@"6ecbefa3807406bd13187297e58efae9" delegate:self]; Please tell me you are clever enough not to have posted the real values for these here?
uaecasher
15
user's latest post:
synthesize help
Published (2009-11-30 05:25:00)
OMG, there was a 1.4MB update in software update so I though I would install it. NOW IT WORKS!! lol thanks for the help guys
Darkroom
12
user's latest post:
RGBA Color Information of CGPoint
Published (2009-12-01 08:31:00)
i'm planning on converting the UIImage to a CGImage, cycling thru the pixels of the CGImage once and adding them to an array that i can select from based on touch coordinates. but is an array even necessary? it sounds like you're saying it isn't necessary to produce an array, and that all that is required is CopyImagePixels, but i don't understand how CopyImagePixels should be employed. Code: CFDataRef...
BruinEcon08
10
user's latest post:
APP Store approval time (recently)
Published (2009-11-30 04:58:00)
How about lately? My last project was uploaded 12 November. I figured the Thanksgiving holiday might push things back. Are people still seeing about two week approvals?
PhoneyDeveloper
10
user's latest post:
iPhone SDK Read/Writing to Files
Published (2009-12-02 22:29:00)
You have to give more details. And what does the NSError* say?
iWoz87
7
user's latest post:
Programming in Objective - c Book
Published (2009-11-27 19:01:00)
Quote: Originally Posted by dejo Huh? And you're sure you didn't pay for shipping? I wouldn't lie about... Shipping costs
firewood
7
user's latest post:
When do variable declarations...
Published (2009-12-01 05:04:00)
Quote: Originally Posted by robbieduncan Objects cannot be allocated on the stack. Not exactly on-topic, and Apple removed the easy way to do this (which is still mentioned in the GNU Objective C FAQ), but there's still the NSStackBlock trick.
lloyddean
7
user's latest post:
iPhone SDK Read/Writing to Files
Published (2009-12-02 12:48:00)
This works for me: Code: std::string str; str = [[NSSearchPathForDirectoriesInDomains( NSDocumentDirectory , NSUserDomainMask , YES) objectAtIndex:0] UTF8String];
 

Latest active threads on iPhone Programming::

Mac Forums - Mac News and Rumor Discussion
Started 4 days, 1 hour ago (2009-12-03 06:57:00)  by robbieduncan
Quote: Originally Posted by sapplesystems session = [FBSession sessionForApplication:@"a31c3e53bba4a5f2b3955d6e5e 876717" secret:@"6ecbefa3807406bd13187297e58efae9" delegate:self]; Please tell me you are clever enough not to have posted the real values for these here?
Thread:  Show this thread (3 posts)   Thread info: Question on Facebook Connect for Iphone Size: 920 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Question on Facebook Connect for Iphone :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 4 days, 21 hours ago (2009-12-02 11:15:00)  by PhoneyDeveloper
Write your own utility functions with C linkage that provide the full paths to the app bundle and the documents folder. You'll then be able to access these from your C++ code. You implement those functions using Objective-C.
Thread:  Show this thread (11 posts)   Thread info: iPhone SDK Read/Writing to Files Size: 294 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: iPhone SDK Read/Writing to Files :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 4 days, 11 hours ago (2009-12-02 21:05:00)  by drf1229
Unfortionately, when you have a paid app thats just bound to happen. I don't think there is any stopping it. Even the smartest developer can't outsmart the dumbest criminal. (If that makes any sense )
Thread:  Show this thread (4 posts)   Thread info: My App was pirated - what should i do? Size: 391 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: My App was pirated - what should i do? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 4 days, 5 hours ago (2009-12-03 03:46:00)  by MACloop
no ideas? Ok, if I ask a bit more specific: If I have a program with a table view and every cell in this table view leads to a "module". This module includes a map, another tableview and a detailed view and every object in the first table view has such a module with exactly the same structure. How do I reuse this "module" properly? I assume that the first view is some kind of rootview ...
Thread:  Show this thread (2 posts)   Thread info: Navigation logic issue? Size: 1,042 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Navigation logic issue? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 6 days, 21 hours ago (2009-11-30 11:34:00)  by kainjow
Quote: Originally Posted by Beadon99 From the files we will randomly pull one line from each file. Look at the NSString method componentsSeparatedByString: for creating an array out of all the lines of text in the file. Quote: From these we will make random sentences that will...
Thread:  Show this thread (6 posts)   Thread info: Need help using NSString Size: 1,403 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need help using NSString :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 4 days, 9 hours ago (2009-12-02 23:01:00)  by MacToddB
Quote: Originally Posted by itepuy Hi, I just posted an update of my app to AppStore. It was approved by Apple. It has been tested on 2 iphone devices (3G - 3GS with 3.1.2). It worked fine but when downloaded from AppStore it doesn't launch, just displayed the default screen and returned to iphone menu. I have no idea where ...
Thread:  Show this thread (2 posts)   Thread info: app quits on launch Size: 1,811 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: app quits on launch :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 4 days, 14 hours ago (2009-12-02 18:45:00)  by mraheel
oh yea, it is new! I kinda like it though! maybe cuz i dont have a same icon for any app!
Thread:  Show this thread (4 posts)   Thread info: New look iTunes Connect Size: 176 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: New look iTunes Connect :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
Mac Forums - Mac News and Rumor Discussion
Started 4 days, 14 hours ago (2009-12-02 18:16:00)  by Jason Beck
I don't have an iPhone but that looks like an awesome start! Get this done and make a Paid app and make some money! : )
Thread:  Show this thread (3 posts)   Thread info: Help with highscore Size: 190 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with highscore :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
 

Hot threads for last week on iPhone Programming::

iPhone Programming
RE: synthesize help - 21 new post
Started 1 week, 1 day ago (2009-11-28 16:23:00)  by drf1229
You have to also declare it in your class (.m) file. Declare it like this: Code: @implementation Class @synthesize propertyname; @end
Thread:  Show this thread (21 post)   Thread info: synthesize help Size: 508 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: synthesize help :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 6 days, 10 hours ago (2009-11-30 22:11:00)  by Matthew Yohe
It's not random. I would recommend reading up on pointers.
Thread:  Show this thread (15 posts)   Thread info: When do variable declarations require a "*"? Size: 145 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: When do variable declarations require a "*"? :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week, 1 day ago (2009-11-28 14:37:00)  by dejo
Quote: Originally Posted by Sambo110 Is there any way I can download the iPhone SDK, and not the 2.5 gig file that includes the Xcode IDE which I already have? The iPhone SDK requires Xcode. Quote: Originally Posted by Sambo110 And when I ...
Thread:  Show this thread (12 posts)   Thread info: I just want to download the iPhone SDK Size: 1,549 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I just want to download the iPhone SDK :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
RE: NSXMLDocument - 11 new posts
Started 6 days, 2 hours ago (2009-12-01 06:04:00)  by robbieduncan
I will assume this is an iPhone question. If it is then the answer is NSXMLDocument does not exist on the iPhone so don't use it. It's not in the iPhone Developer Center documentation so you should have already known this. Yes it works in the simulator as that is using the libraries on your Mac but that does not mean it works on an iPhone. Stick to using the APIs declared by Apple.
Thread:  Show this thread (11 posts)   Thread info: NSXMLDocument Size: 473 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: NSXMLDocument :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 4 days, 21 hours ago (2009-12-02 11:15:00)  by PhoneyDeveloper
Write your own utility functions with C linkage that provide the full paths to the app bundle and the documents folder. You'll then be able to access these from your C++ code. You implement those functions using Objective-C.
Thread:  Show this thread (11 posts)   Thread info: iPhone SDK Read/Writing to Files Size: 294 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: iPhone SDK Read/Writing to Files :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 6 days, 23 hours ago (2009-11-30 09:17:00)  by Darkroom
seems like a much tricker execution that i had imagined it would be / should be. i found a solution here: What Color is My Pixel? Image based color picker on iPhone
Thread:  Show this thread (8 posts)   Thread info: RGBA Color Information of CGPoint Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: RGBA Color Information of CGPoint :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week ago (2009-11-29 22:45:00)  by ApplEngineer
You can place the method within a method that's called when the view is loaded. You can uncomment the method called viewDidLoad within your view controller and place it there. Once that specific view controller is loaded this method is called and will then call whatever method you placed inside. Hope this makes sense. Example: Code: - (void)viewDidLoad { [super ...
Thread:  Show this thread (8 posts)   Thread info: Automatically calling a method Size: 863 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Automatically calling a method :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week, 1 day ago (2009-11-29 07:16:00)  by Darkroom
Quote: Originally Posted by tommyc7 Hi, I'm a programmer, but am completely new to iPhone development. I am still learning how the Core Location / GPS development works, but so far have not found the answer to this. How do apps like Yelp or AroundMe know the Business Name, address and phone number data in the area. ...
Thread:  Show this thread (7 posts)   Thread info: Getting information about local businesses. Size: 1,562 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Getting information about local businesses. :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 6 days, 21 hours ago (2009-11-30 11:27:00)  by dejo
You may want to include the actual code you are using since I don't see where you are actually calling pushViewController:animated: anywhere. As in, Code: [self.navigationController pushViewController: viewController animated:YES];
Thread:  Show this thread (7 posts)   Thread info: Unsure of path for pushViewController Size: 638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Unsure of path for pushViewController :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"
iPhone Programming
Started 1 week ago (2009-11-30 05:02:00)  by robbieduncan
What class is that method in? If it's not your application delegate it's not going to work...
Thread:  Show this thread (7 posts)   Thread info: Unable to get deviceToken Size: 164 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Unable to get deviceToken :: iPhone Programming :: Mac Forums - Mac News and Rumor Discussion"