iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.
0
votes
0answers
3 views
I forgot to select option of 'Copy items into destination group’s folder' while adding files from different project
I copied files from my Xcode project and used it in my current one.I did lot of changes in my current projects including in the files which i have copied from my another project.Now i cant run them on ...
0
votes
1answer
28 views
Device plays audio in background, Simulator does not
Here's the issue:
When running my app on a device, audio play in the background.
When running my app on the simulator, the audio stop playing in background, and resumes when app is again in ...
1
vote
0answers
11 views
UIAlertViewStyleLoginAndPasswordInput
I have been looking for a couple of days now and still cannot figure out how to get the password to verify itself, regardless of what I enter in the username and password field it will always move to ...
1
vote
2answers
296 views
Restkit via cocoapods fails to build on new project, RKLog not found
I'm trying to use Restkit via CocoaPods for my first time, on a brand new project, but I encounter some issues building the project once Restkit is introduced:
I have followed these exact steps:
...
37
votes
13answers
32k views
How to force a UIViewController to Portait orientation in iOS 6
As the ShouldAutorotateToInterfaceOrientation is deprecated in iOS 6 and I used that to force a particular view to portrait only, what is the correct way to do this in iOS 6? This is only for one ...
0
votes
0answers
7 views
iOS Google+ App not returning back to app after user select Share or Cancel
I have an google+ api app the logs into google+ and share just fine but it doesn't return back to the app after posting or canceling the post i tried debugging it and it does not enter the - ...
0
votes
0answers
5 views
How to get iOS resource dictionary from resource path for current language?
I have an iPad app (XCode 4.6, iOS 6.2, Storyboards and ARC). I am trying to localize a UISegmentControl. I already have the translations in MainStoryboard.strings file, and have this code in the ...
0
votes
2answers
19 views
dimissViewControllerAnimated completion: nil?
I'm trying to update my app for iOS 6 and above. I'm removing the code that has been deprecated, namely dimissModalViewControllerAnimated. How come Xcode does not recognize ...
0
votes
1answer
21 views
Add Array of label to collection view cell
i want to add this label array to collectionview cell
labelArray =[[NSArray alloc] initWithObjects:@"Theme 001-002", @"Theme 002-006", @"Theme 006-009", @"Theme 009-012", nil];
NSString *filePath = ...
0
votes
3answers
38 views
Is an app's core data database deleted when an app is updated from a App Store?
I have an app on the App Store which is now onto its second version. The app uses core data to store information that I do not want to be lost when an upgrade of the app is installed.
My question is ...
0
votes
0answers
4 views
Take turn value Over ride with Previous match in game center
I am creating a turn based game. in ios6 xcode4.6
When I get the take turn value the it is over ride with previous match.
I given code like this.
- (void)takeTurn:(GKTurnBasedMatch *)match
...
0
votes
0answers
11 views
Go to another viewcontroller after click on a pin mapkit
I have multi pin on my map (about restaurants, hotels etc..), on that pins I have an "arrow" (rightcalloutaccessoryview). The coordinates are stored on the sqlite database.
I can get the coordinates ...
0
votes
0answers
10 views
set audio input gain in iOS6
I'm developing a simple recording app for an iPhone4 running on iOS6.1.3.
I am aware of how to set the mic input gain: How to control hardware mic input gain/level on iPhone?
However, the ...
0
votes
0answers
6 views
Received memory warning in ARC based project
I am working with ARC based project.
all its working fine, but when I do some activity for for longer time then I am getting warning like :
Received memory warning
So please suggest me to find ...
0
votes
1answer
46 views
Cached images in UIWebView take longer to load? (NSURLProtocol?)
I'm serving up local images to my UIWebView via NSURLProtocol (which means the image is returned almost immediately), but I'm experiencing an issue where cached images (images being displayed again ...