i am having mac mini with mac os 10.4.11, with 512mb of ram and now i want to install the iphone sdk 3.2 but it is giving me error that it requir mac os 10.6.2.
can i install mac os 10.6.2 with my old mac mini hardware configuration.
after selecting the date from the date picker, i am getting the date in the format in view like yy/mm/dd .
i want to the date format in my view like mm/dd/yy.
how can i do this.
i want to use the gps to update the user location on google map,i am using the following method.
-didFailWithError and -didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation
but how can i get the newlocation on the google map, because for that we want the latitude and longitude.
and then put that in setregion…
i want to open the pdf file in my app from pdf page,
but i am not getting any option of opening the pdf in my app.
this my info.plist file
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
…
after selecting the date from the date picker, i am getting the date in the format in view like yy/mm/dd .
i want to the date format in my view like mm/dd/yy.
how can i do this.
I am using this code to get the three button on the right side of the navigationbar ,button are visible but next to this I want to go to the next view from this three button image, text ,vedio.
NSArray *segmentTextContent = [NSArray arrayWithObjects:@"Image",@"Text",@"Video",nil];
UISegmentedControl *segmentedControl =…
i have taken the data from databse into array now i want it to send it back into database by using the insert query.
how can i insert the array of the data into the database.
i am calling the data from xml in table view. after the the first row of data in tableview, my second row is empty in tableview, and from third row data is available. but my last data for row is missing from tableview, because of the second row.
how can i fill that second row.
i want to make my server side in php. after writing the code in php can i directly use json to parse it of or something other required on the server side with php.
can you give me some example of it, how to do this on server side if i want to use json of my client side.
i want to learn the server side programing with json parser on the client side and php on the server side.
i want some ebook or link related to the same.
i am using he quartz for drawing the image in my view and now i want to add the undo button in my toolbar button on myipad app.
what is code or any example of doing this.
is this the right way to do the same?
nsmutablearray *myarray1 //have some data in it
for (int i=0;i< [myarray1 count]; i++)
{
myArray2 = [NSMutableArray array];
[myArray2 addObject:i];
}
and how can i print this value of myarray2.
i want to give my app to other , but he have no ipone sdk ,
if i give the binary file of my app then is this possible that he can run the app in his device.
this is my xml document,
i want to use the value of id and mlsid in in my
viewcontroller.
how can i read it.
<Table>
<ID>1</ID>
<MLSID>70980420</MLSID>
<STREET_NO>776</STREET_NO>
<STREET_NAME>Boylston</STREET_NAME>
…
my appdelegate is having the array book, this array is storing the many object. this object are containing the many latitude and longitude values coming from server.
and later i want to assing that values to the coordinate of the cllocationcoordinate2d object.
how can i read that values of latitude and longitude store in the…