0
votes
0answers
1 views
Will Core Data create the persistent store file for me?
Please tell me: If I use Core Data in my iPhone app, I have basically two files. The mydatamodel.xcdatamodel file, and then I need an .sqlite file. Apple provides this code snippet:
- …
1
vote
1answer
149 views
Sorting Core Data with Predicate to eliminate duplicates
I have an Event database loaded into Core Data that has duplicate Event titles. This has been made so the database can provide unique information for each day of the event. Eg fluctuations in pricing …
1
vote
1answer
8 views
Cast to pointer from integer of different size in performSelectorOnMainThread:withObject:waitUntilDone
Hello,
I have:
BOOL someBoolValue = ... //some code returning BOOL
when I try to invoke:
[self performSelectorOnMainThread:@selector(refreshView:) withObject:someBoolValue waitUntilDone:NO];
…
1
vote
5answers
259 views
Weird duplicate symbol in iPhone sdk project when compiling?
My project was working fine the whole time, today I added an admob library to my project and now it won't compile!
Here is the error:
ld: duplicate symbol …
1
vote
0answers
15 views
Delegates Vs. Notifications in iPhoneOS
I am trying to call a method in my root view controller from a child view controller such that when I change my options they will automatically update the root view, which will in turn update several …
1
vote
1answer
15 views
I have a CoreData model with 4 entities multiple table
I have a CoreData model with 4 entities.
Model screenshot -> http://img96.imageshack.us/img96/7857/screenshot20100209at182.png
State
-StateName
Location:
-locationName (attribute)
…
1
vote
3answers
50 views
Starter iPhone Development Questions
I have been asked by many of my family and friends if I could develop applications on the iPhone or iPod touch. The answer I always gave was "sure, if I could get everything I needed." I have …
0
votes
0answers
12 views
Does anyone have any experience using libraries to generate HTML from Objective C on the iPhone?
I need to generate some html from within an iPhone application. Do you have any recommendations on templating libraries to use? A simple Google search is turning up surprisingly empty.
0
votes
1answer
16 views
How to replicate the ipod configuration screen in a iphone app ?
Hi all !
I need to replicate the ipod configuration screen functionality, but have no idea how to do it.
Let me explain :
My App has several viewControllers, but only 5 are shown.
When the user …
2
votes
2answers
144 views
Maximum thread limit?
Where can I find documentation on the maximum number of threads allowed in an iPhone application, and what are your experiences with thread performance?
Thank you!
1
vote
0answers
7 views
Is it possible to re-flow content in a UIWebView without reloading it?
I have a fairly simple app that's displaying content in a UIWebView. Ultimately, that content does come from the web, but there's a fair amount of processing done in the app; it's not loading a …
0
votes
2answers
20 views
How can I share common methods between view controllers?
I have an iPhone app, it has two separate MKMapView components in different views, however, many of the actions I will perform with the two views are the same. How do I write the methods once but use …
0
votes
0answers
6 views
select part of image (clipping)
This is probably not as hard as I think it is, but how can I select part of an image? Consider the following example:
The grey area is an image in the PNG or JPG Format, now I want to select the …
0
votes
1answer
88 views
Creating an MJPEG Viewer Iphone
Hey all,
Im trying to make a MJPEG viewer in Objective C but I'm having a bunch of issues with it.
First off, Im using AsyncSocket(http://code.google.com/p/cocoaasyncsocket/) which lets me connect …
1
vote
2answers
48 views
Memory Management Basics - Objective C
I have a general question about objects, memory, and retaining.
I am not a complete newb (I have apps for sale on the iTunes Store) but something must have slipped past me. I work with the Google …
