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
0
votes
1 answer

iOS 6.1 - How do I implement imagePickerControllerDidCancel for a non-modal UIImagePickerController

On iOS 6.1, I am displaying a UIImagePickerController non-modally in one tab of a UITabBar. In my init: self.picker = [[UIImagePickerController alloc] init]; self.picker.sourceType = UIImagePickerControllerSourceTypeCamera; self.picker.mediaTypes =…
GRW
  • 605
  • 12
  • 27
0
votes
1 answer

Run iOS Simulator with 6.1.2

i have xCode 5.1.1 and need to test an app in iOS 6.1.2, because i have this issue only with 6.1.2 which is web related (cordova). I normally use the iOS Simulator and run Safari in order to test it, but iOS Simulator does only offer 6.1 (10B141)…
NovumCoder
  • 4,349
  • 9
  • 43
  • 58
0
votes
3 answers

IOS UITableview Scroll is not smooth in IOS6

And I complete IOS app in IOS 7 and its works fine IOS 7 and then I start converting my app to IOS 6 I face lot of problems.After a huge struggle I rectify almost all the issuse other that Performance issue I am using UITableview to display all the…
btmanikandan
  • 1,923
  • 2
  • 25
  • 45
0
votes
1 answer

NSPredicate error in ios6

I'm experiencing an error with NSPredicates in iOS 6.1 (simulator) I have the following predicate: NSPredicate *eventsWithinPeriodePredicate = [NSPredicate predicateWithFormat:@"(startDate >= %@) AND (endDate <= %@)", startDate, endDate]; If i…
Lyck
  • 691
  • 1
  • 6
  • 18
0
votes
0 answers

Asset catalog ios 6 launch image and icon

xcode give me error with the asset catalog, but in the asset catalog there are all the images that xcode want.. where i'm wrong? Thanks! this is a screenshot:
matteoSDK
  • 1
  • 3
0
votes
1 answer

iOS UITextFlied secureTextEntry not working on iOS 6.1

I have set a password field and under that a UIButton to toggle secureTextEntry to YES/NO. The following is the code that I have used. - (void)viewDidLoad { self.navigationController.navigationBarHidden=YES; [_ShowPasswordButtonOutlet…
Spidy
  • 1,137
  • 3
  • 28
  • 48
0
votes
0 answers

downloading ios7.1 simulator in xcode

I have downloaded and installed version 5.1.1 of xcode. I have problem with downloading the ios 7.0 simulator and ios6.1 simulator. It is staying without any progress. I am having MAcOSX 10.9.2 . Any work around for me?
VARUN ISAC
  • 443
  • 3
  • 13
0
votes
0 answers

AJAX vs NSURLConnection for HTTP GET

I'm currently building an app which will load a web page. Based on some user actions and response, I need to send a HTTP GET request. I realize that I have two options to achieve this: JavaScript - I can use JavaScript to make an AJAX request using…
Will K
  • 13
  • 3
0
votes
1 answer

UIPopupViewController, frame is dark after keyboard displayed

I've witnessed the following issue. In my code I have created UIViewController that is displayed in 'UIPopoverViewController'. Also I get notifications when keyboard appear,disappear. After resizing frame I do see difference in appearance on iOS 7…
0
votes
1 answer

UICollectionView deallocated instance error

In the UICollectionView which i use,cellForItemAtIndexPath works perfectly and displays the collectionView initially.That is collectionView.reloadData executes succesfully the first time. When it is reloaded with the following…
VARUN ISAC
  • 443
  • 3
  • 13
0
votes
1 answer

info buttons not showing in ios6.1

I am running Xcode 5.1.1. I have recently been writing an app in Xcode 4. Now I come to develop it further in Xcode 5 I have the following problem. "info Dark" type buttons are no longer visible in IOS6.1 on the phone or simulator. They were before.…
0
votes
0 answers

UIToolbar and UIImageView not showing up in simulator configured for 3.5" screen or actual 3.5" screen device

I'm having a problem with UIToolbar and UIImageView widgets. After setting them in IB and writing code for their respective events and functionalities, when i run the app in the simulator (set to 3.5" screen device) or on my 3.5" iPod touch, they…
0
votes
2 answers

Encoding ISO 8859-1 to display Spanish text correctly in UITableview

I am facing problem in converting the Spanish text that is fetched from the service in correct format. Server side they are encoding with ISO-8859-1. It is a xml service. In my iOS7 app, I am using TBXml parser to parse the data. The code…
Raju goud Bingi
  • 160
  • 2
  • 13
0
votes
1 answer

How to open native calendar app from our app in iOS 6.1?

I have tried to open the native iOS calendar app from within my app using the following code: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"calshow://"]]; The above code works perfectly in iOS 7 and I am able to view my calendar…
GoGreen
  • 2,251
  • 1
  • 17
  • 29
0
votes
1 answer

UIViewcontroller in iOS 7 starting from top of screen

I have developed a app in Xcode 5.1 for iOS 6.1 and above. I designed the View controllers from the top without leaving any margin. When I run this on iOS 6.1, it starts from below the top bar that indicates carrier and battery, but on iOS 7 it…
ankit_rck
  • 1,796
  • 2
  • 14
  • 24