is that possible to use only ipod touch to test an iphone application?
i only have a ipod touch and is it enough for me to test an app i have write for an iphone? ...
i only have a ipod touch and is it enough for me to test an app i have write for an iphone? ...
I have an iPhone app connected with Google analytics. The mistery comes when checking absolute unique visitors in the https://www.google.com/analytics. It is not the different visitors have played with my app as I expected, cause it shows a much higher number than we are in our development team. So, What's absolute unique visitors in Goo...
When I add an annotation, I add a ".tag" to it. However I can never read the tag in the following method. `- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>) annotation` MKAnnotationView *annView = [[MKAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:@"MyPin"]; annView....
I just received the following message when submitting to the app store: In addition, the application displays images provided by Google Maps without the corresponding Google branding, we cannot post this version to the App Store I have a TabBar with a NavigationController inside. The Navigation Controller loads the map in ...
I'd like to popup a calendar control (like the month view from the calendar provided by Apple), which can be used as date picker. I've already made some research, but I'm asking if I missed something out. There are several free available libraries: * Kal * GCCalendar * TapkuLibrary * iphonecal * iphone-gcal Also there is one comme...
Hello was just wondering if my app will get rejected using the following code: [animation setDuration:1.0]; [animation setTimingFunction:UIViewAnimationCurveEaseInOut]; animation.type = @"pageUnCurl"; animation.fillMode = kCAFillModeForwards; animation.startProgress = 0.78; animation.endProgress = 1. 0; This is us...
Basic question here about the structure of a basic iOS MVC app.. I know IBOutlets are used for accessing view elements such as buttons and labels and such and modifying or getting their values.. Is it normal though to use an IBOutlet to access another object in your app FROM a view?? For example.. @interface CustomView : UIView { ...
Hi,overflowers! I forgot how to link my .xib file to my xcode project, been busy, forgot lots of things. i appreciate the quick answers, that will save my jumping into apple docs, thanks! overflowers! ...
Hi, does anyone know (best a small source) how to convert an array of images into a movie? thx chris ...
In updated "App Store Review Guidelines", we can see: we are relaxing all restrictions on the development tools used to create iOS apps, as long as the resulting apps do not download any code. It's a good news for Adobe absolutely. But for Qt, does it mean that it's possible to port Qt to iPhone/iPhone, so that we need not to add coco...
Hello I would like to know how to get the textLabel string value of the selected uitableviewcell. Thanks Kevin ...
Hi all, Just a short conceptual question: I am making an ap that has a tabviewcontroller on root level. Every tab contains a table with 2 drill down levels and at the end one detail view. What is the approach ? I think a TabBarController that Contains NavigationControllers that contain TableViewControllers ? Is that right ? So far so go...
Hi, could anyone explain how to record audio on the iphone. I already read the sampleProject of the developer-page. Moreover the documentation didn't quite answered my question. It would be great to have a kind of checklist how to implement a simple audiorecorder. Thanks!!! ...
I'm getting frustrated at this. I want to create an iPhone application to show a list of events, one day for each 'screen'. I want a bar at the top with 'next' and 'prev' buttons that allow me to go to tomorrow or yesterday. It is not a UINavigationController style navigation, because navigation is not hierarchical. Therefore I don't t...
I'm using AVAudioRecorder to get the current level of the microphone, but it pauses any iPod music that's playing and won't let the user unpause it. Is there a way of getting the two to work together? ...
Sort question: Is there a way to change the "Cancel" button text within a UISearchDisplayController to "Done" or "Close"? Rationale: I have a UITableView that contains a list of options, each option can be checked or unchecked. I want to enable search through these options, so I've created and added a UISearchDisplayController. The...
For use in a questionnaire application, a web service will provide a list of questions in one of several languages, chosen by the user at runtime. The questions will be downloaded from the web service in the chosen language and displayed to the user. The problem: I have no idea how to do this. As a sample, I tried loading in UTF-8 tex...
Hi all. When I use the MPMoviePlayerViewController, I don't seem to be able to change the modalTransitionStyle to anything other than the default slide up animation. Has anyone else managed to get this to work? MPMoviePlayerViewController* theMoviePlayer = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL fileURLWithPath...
Hi, I have searched high and low to try to resolve this memory leak, but I can't figure out how to make it go away. I have several classes that I use to connect to my sqlite dbase and pull information. When I run the app using performance tools, leaks, I keep finding that all of my classes leak memory. Below is the code that I have. ...
Hi, i've still have got problems with the NSKeyedArchiver. I implemented everything I was told to do, but it still does not work. I'm kind of frustrated. So could anyone help me out? Here is the .h file: #import <Foundation/Foundation.h> #import "JFIdentifier.h" // This is my own class to create a unique identifier for every JKDataObj...