iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.

learn more… | top users | synonyms

0
votes
0answers
10 views

JSON issues with iOS 6

I am trying to parse a json which looks like this: [{"category": "anti-social-behaviour", "persistent_id": "", "location_subtype": "", "id": 23193805, "location": {"latitude": "52.6387452", "street": ...
0
votes
0answers
16 views

Xcode 5 to Xcode 4 Project Run

I have a project that I started in iOS SDK 6. I downloaded Xcode 5 Beta with iOS 7 and ran it successfully. However, to submit the project, I need to go back to SDK 6 and Xcode 4. When I do, I get ...
1
vote
1answer
11 views

retrieving facebook token expiry from ACAccountStore/ACAccount?

Is there any way to tell when your facebook token is going to expire when using ACAccountStore and ACAccount? I create an ACAccountStore, get access to the user's facebook account, store the account ...
-1
votes
1answer
24 views

NSObject (NSObject) doesNotRecognizeSelector

I am using Leaves sample code from GitHub to display pdf file when UIButton is pressed in the detailviewcontroller of the collectionviewcontroller. Difference is that Leaves project is using ...
0
votes
0answers
5 views

UITapGestureRecognizer work by default on UISwipeGestureRecognizer

In my code by default work UITapGesture how to remove this NSString *dirString; host is class object -(Void) handleSwipeEvent : (UISwipeGestureRecognizer *) recognizer { //NSString *swipeDirection ...
-1
votes
0answers
5 views

how to display different image in the UIImage view by UIpickerVIew (ios 6)

just want to ask how to show the image in the UIImage view but not showing in the picker view. i can display strings in UILabel but can't display image from the picker view result, pls tell me what is ...
0
votes
0answers
15 views

Controls are not working when view is oriented to landscape in iOS6

I am using Custom alert in my application, when i rotate my view with custom alert to landscape from portrait, the controls which are present in alert like buttons are not working.I have added the ...
0
votes
0answers
3 views

On Setting Ios simulator default location from Edit Scheme does it effect the device location update?

since i was getting error "Location Manager Error : (KCLErrorDomain error 0)" i edit the scheme to set default location i,e Scheme/Edit Scheme/Options/Allow Location Simulation checked set default ...
0
votes
2answers
43 views

how to play video on splash after loding default image in iphone?

i want to play video of 4 second in app after default black image is launched what can i do? please help me my code is below -(void)viewWillAppear:(BOOL)animated { NSString* moviePath = ...
-1
votes
1answer
49 views

How to create a calendar like this

I want to create a week based calendar, it should show the days in UITableView as a list. Below is image i have posted to clear the required output. Have gone through google a lot, but doesn't got ...
0
votes
2answers
33 views

UICollectionViewCells and Buttons

I've been trying to get my UICollectionView to respond differently to single and double taps but all the answers I have found seem to suggest this is not really feasible because the single taps get ...
0
votes
0answers
5 views

BLE peripheral frequently disconnected and reconnected when it connected with iOS

Sometimes, my BLE peripheral frequently disconnected and reconnected when it connected with my iPhone 5. Even if they were in the very close distance. I exited my APP and restar running again, or ...
0
votes
0answers
35 views

Excuting the app in background in ios 6

Can please somebody help me, how can I make my application to run in background? For eg. My application continuously ping server to get and send some data on the basis of user's setting. Currently ...
0
votes
1answer
13 views

Get IOS hybrid app Idle time while I didn't touch anything

In my app if I didn't touch anything within 10 minutes I want to show one alert popup. If I touch anything within 10 minutes, have to restart the idle timer again. One major problem, in my app we are ...
0
votes
0answers
20 views

How to set only one major line in core plot?

hi i am creating a graph using core plot, i want to change line style for major and minor line ,line style is changed but we have two major line top and bottom line in core plot how to remove top ...

1 2 3 4 5 513
15 30 50 per page