I am new to iPhone development and want to know which database you use to program an iPhone/iPad?
I have heard its SQLite, are there any alternatives to this?
The application I am programming is like an online shop however you can't buy products, only view their details.
...
hello
i am wondering how its possible to add an index for a tableview to an array. i am trying to save this index to the array in order to be able to view it later. i just am interested in knowing how to save the index to the array. thanks
...
As stated in the title, I would like to import a key pair into Keychain Access.
What I have done:
Obtaining an RSA public / private key pair by using OpenSSH
What I am going to do:
Importing the key pair into the "login" keychain of Keychain Access
Creating a CSR with OpenSSL
Send the CSR to Apple for obtaining a developer...
I am looking for generic SQLite Framework for iphone sdk.
...
I am new to iPhone applications, my application contains both tab bar controller and navigation controller as subviews to window. when tab bar controller is loaded I want to rotate my view to landscape mode to display some images with cover flow. but when I rotated to landscape mode the view is not rotating. I have used the method - (BOO...
Possible Duplicate:
Use CoreData or SQLite on iPhone?
what is the difference between coredata and sqlite?
when we have to use coredata ?
when we have to use sqlite ?
...
Ok, I have the following very simple animation composed of 25 frames in PNG format. Each frame is 320 × 360 and about 170Kb in size. Here is the code I use
.h:
IBOutlet UIImageView *Animation_Normal_View;
In Interface Builder I have a UIImageView with a referencing outlet pointing to this. All my images are named normal_000_crop.png,...
Are there any Tutorials or Code Snippets available detailing how to access a users Dropbox so you can display the Data?
...
Hi All,
In my application i am getting all the contacts using the frame works in iPhone SDK, i am getting all the records. If we are having more records i.e, more than some 200 like that it is taking time to get all the records. Can any one help me out.
Thank You
...
To be honest I don't know how to call it, so I'll try to describe it.
UIApplicationDelegate protocol has "application:handleOpenURL:" method. And if I implement this method in my ApplicationDelegate class, it will be called when somebody opens my urls.
details:
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIA...
Hoping to get some clear advice on this one.
I want to push updates to my app when it is live. I plan to do this by modifying the sqlite that ships with the app and then have the app download it. Easy.
I haven't worked out how actually get the app to see the new data though.. I can overwrite the sqlite in the documents directory, but t...
Hi there,
Im wondering if I can test whether the iPhone is set on mute. How can I do this? I searched for it a while but I didn't find a good solution!
Thanks
Markus
...
Hi,
I have an iPhone application where i'm showing a settings page using modal view
[self presentmodalviewcontroller:tempcontroller animated:yes];
When the user finishes the settings he can come back to the previous page.
[self.dismissmodalviewcontroller animated:YES];
Now i want to reload my main page when user comes back from the ...
I have a UISearchBar which is working fine, but I was wondering how I can set a scope and filter results based on certain criteria like: "Dogs and "Cats"
Tutorials and example code welcome.
...
My employer own a large amount of exclusive content which is currently presented through the web. The content is mostly text, but there are also some videos. They want to make this available offline through a number of iPad/iPhone applications (tailored for a particular audience). I've already discussed the easier option of making the we...
Hi guys, I'm new to objective-c and at the moment developing a small application.
I have some memory management issues and want to ask this particular question. I have a button, appearance of which I'm changing:
for (UIView *subview in button.subviews)
{
if (![subview isKindOfClass:[UIImageView class]]) // don't remove UIImageView, ot...
Is it possible to get a list of all installed applications from an iPhone itself? I have read myths of people accessing the internal iTunes data, getting the list of installed apps that way.
1/ A app installed on the iPhone itself and is able to report all installed apps to an external website.
2/ A desktop application that would parse...
I want to move an image (cBlock) continuously with a gesture. The direction of the swipe gesture determines the direction of the movement. I am able to move, but not continuously. Although the finger is held down, the movement starts/stops. Can anyone see why?
I believe touchesMoved is called continuously, as the log statements appear ...
Hi,
I am working on a App that makes use of a JSON API and I am Using the JSON for Objective C Framework to get the Data into a NSDictionary. The dictionary loos like this:
({
admitted = "<null>";
agreed = "<null>";
"area_id" = 1;
"area_name" = "Digitales, Urheber-/Patentrecht, Datenschutz";
created = "2010-08-17 12...
Hai,
Can any one suggest me the best way to convert PDF to IPhone App?
Thanks
Basanth
...