Questions tagged [ios6.1]

iOS 6.1 was released by Apple on Jan 28, 2013. iOS 6.1 is an SDK used for building and developing apps for iPhone and iPad.

iOS 6.1 was released by Apple on Jan 28, 2013. It supports the same devices like and brought some updates, like larger "Report a Problem" button in Maps and new music controls on the lock screen when you double-press the home button.

Also see and for more information.

229 questions
1
vote
2 answers

Xcode Create a working app for iOS 5.1 with xcode 4.6

i can run my app on my 6.1 iOS but can't with 5.1 i have the iOS Deployment Target set to 5.1 on both Project and Target when i run the simulation for 5.1 it works fine but when i try it on my iPhone it crash's i committed out all my code thinking…
turokevie
  • 95
  • 2
  • 8
1
vote
2 answers

UIImagePickerController crashes on launch

I present a viewcontroller to the user with a view that shows a UIButton to record a video. When the user presses the button, my app crashes with the following error: Terminating app due to uncaught exception…
1
vote
1 answer

MapKit iOS 6.1 or Google Maps API 1.1.0?

I'm consider if I should use MapKit or Google Maps API, I'm working with iOS 6.1. I'll implement on my app some features with maps, like pins, tracer routes with preview user choice, etc.. Google Maps has a new API version since 21 feb. MapKit is…
Fabio Cardoso
  • 1,181
  • 1
  • 14
  • 37
1
vote
0 answers

SnapTag reader SDK for iOS

I checked everywhere for SnapTag SDK for iOS, but there is no luck. Is there any integration package for scanning SnapTag on iOS ?
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
1
vote
1 answer

UITabBarController containing UISplitViewController doesn't handle rotation on iPad correctly

I’m experiencing unusual behavior on an iPad in iOS 6.1.2 when using a UITabBarController with a UISplitViewController (which has a UITableViewController for the master view controller). If I have multiple tabs, of which at least one tab contains a…
1
vote
1 answer

Push Notification iOS resetting

I want to reset the push notification setting for my app. I have read the apple documentation regarding resetting the settings (which didn't help) and some questions here as well (which didn't help either). So in the last I reset my iPhone by going…
Farooq Arshed
  • 1,984
  • 2
  • 17
  • 26
1
vote
0 answers

Hide/Show UITableView on Button touch

I Have one Screen in which i have to hide or show UITableview on button touch. This single button have two diffrent image which is change by button click. I had tried with this code. - (void)collapseOrExpandButtonPressed:(UIButton *)sender { …
JDev
  • 15
  • 10
1
vote
0 answers

FTP file listing crash (iOS 6.1)

I have waited for iOS 6.1 hoping that it can solve some network issue I have discovered during the development of my application (with iOS 6.0.x). Actually, the iOS 6.1 resolve some of these issues, but unfortunately other still occurs. I have…
AGPX
  • 364
  • 3
  • 10
1
vote
1 answer

NSMutableArray objects being lost

I hope this makes sense...I have an NSMutableArray that I'm attempting to store multiple UIScrollView's in. Each UIScrollView is going to have multiple images and the ultimate goal is to be able to allow the user to swipe vertically for categories…
user2056464
1
vote
2 answers

UITableView of iOS SDK 6.1 don't compatible with iOS SDK 5.1

I have created UITableView project in XCode 4.6 with iOS 6.1 SDK, and set target sdk to 5.1, when the app calling dequeueReusableCellWithIdentifier in cellForRowAtIndexPath function, the app throw a exception, the simulator is 5.1, on simulator 6.x…
david
  • 391
  • 3
  • 11
1
vote
1 answer

Autorotate while playing video from UIWebView to Landscape in iOS6

I have four view controllers and have added into navigation controller in appDelegate. I am supporting portrait mode only and its working in iOS6. One of the view controller has webview which is loading httprequest and displaying webpage. But while…
Kirti Nikam
  • 2,166
  • 2
  • 22
  • 43
0
votes
1 answer

NSURLConnection is not building connection using AFNetworking/CocoaPods due to incompatibility [Old version of iOS]

First of all, let me tell you that I'm using xcode 4.6.3 and iOS 6.1. I have been trying to build connection using AFNetworking or CocoaPods. it throws errors due to backward compatibility issues. Current error is xctest/xctest.h Is there any way…
Qasim Ali
  • 587
  • 2
  • 11
  • 28
0
votes
1 answer

Could not build module GoogleMobileAds on ios 6.1

I am trying to create a demo ios project based on https://developers.google.com/mobile-ads-sdk/docs/admob/ios/quick-start Everything works if i choose iphone 5 simulator to build and run the app, but when i try building the project for my ipod touch…
Sharwan Kami
  • 155
  • 2
  • 7
0
votes
1 answer

Saving array of images in core data as transformable

I want to add my imageArray into coredata as transformable but this is not storing properly. My save button coding. - (IBAction)saveButton:(id)sender { NSManagedObjectContext *context = [self managedObjectContext]; NSManagedObject *newEntry =…
0
votes
0 answers

I am surprised after getting this great error "Cannot Find interface declaration for NSHttpCookie"

I am new on IOS. I am going to use JSON web services. In my NSHttpCookieAddition class , I found this error. What will be the solution. Can anyone help?