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

UILabel text alignment to centre in collectionView iOS 6 for multiple lines

I'm using a UILabel in collection view cell which is centre aligned and has multiple lines. I'm using adjustFontSizeToFitWidth = YES and minimumFontScale = 0.5 to reduce the font size when text does not fit. This works fine in iOS 7. But in iOS 6…
allwynmasc
  • 393
  • 5
  • 18
1
vote
0 answers

Can I force an ios7 device to load an app using ios6?

I have an ios6.1 app that will soon be updated to ios7 (there's a bottleneck for resources in marketing right now) but for the time being I need to make this app available on our enterprise account. We're not using the app store so apple standards…
bradyman
  • 57
  • 7
1
vote
2 answers

OpenSSL RAND_byte issue with iOS Simulator

I have downloaded the latest source from OpenSSL Page (released on April 7th, 2014), and created a libcrypto.a library using Tutorial Where i have followed the steps in which i run ./build-openssl.sh script file to generate libcrypto.a file for all…
Zeeshan
  • 586
  • 7
  • 15
1
vote
3 answers

unable to stop device rotation

I have posted a question here . In which one buddy replied and gave solution. Although the solution is working on few view controllers but on view its not working. When I enter a view controller that has TabController + navigation controller on…
Jasmeet
  • 1,522
  • 2
  • 22
  • 41
1
vote
2 answers

How can I design for iOS6 and iOS7

I currently have Xcode v4.6.3 and a 4S device running iOS6. I would like to design for iOS6 as I know there are other people out there like myself who have not updated. Of course, I plan on developing for iOS7 as well and will be updating to Xcode…
mc7
  • 11
  • 1
1
vote
1 answer

multiple selection in uicollectionview not working in ios

i have multiple image in uicollectionview like grid view. i want select multiple image at a time but not working this code.please any one give idea about this code. i have already tried this code but not working. -…
1
vote
1 answer

XCode 5 and support for iOS 6.x and iOS 7

Happy New Year to all. I have a fully developed iOS 6.x app (not in AppStore yet) with XCode 4.6. I'm running on Mavericks with XCode 5.0.2 and iOS 7. Now, I wanted my app to support both iOS 6.x and 7.0 devices. I'm totally confused on what should…
user1739627
  • 49
  • 1
  • 8
1
vote
4 answers

Display screen for iOS6 and iOS7 in simulator is different

My application i will give deployment target 6.1 so in 7.0 display and 6.1 display screen different so how to adjust the size in both 6.1 and 7.0
Daxesh Nagar
  • 1,405
  • 14
  • 22
1
vote
1 answer

How to Download big zip files (100- 200 MB) in iOS with Resume and Pause.

Hi I want to download big zip Files ranging from 100-200 MB in my iOS application. I want to resume and pause (by user) downloads and show progress of download. and pause download when application enters background on HOME button press. resume…
Dinesh Kaushik
  • 2,917
  • 2
  • 23
  • 36
1
vote
1 answer

Which method will call if i delete application from device in iphone

I am creating one iPhone server side application,in that when ever user will deletes the application i need to update the status of user.I am sending that request in application Terminate Method but it is not calling that method.Don't know where i…
1
vote
0 answers

Image is stretching in iphone?

I am working on UIImageview image. I downloaded the image above using AsynchronousFreeLoader and assigned it to imageview, but the image is stretching a lot. I used the contentmode is UIViewContentModeScaleAspectFit. I already tried to set it to…
Mahesh_P
  • 111
  • 1
  • 6
1
vote
0 answers

Referring the constant in test implementation file from controller implementation file

I have few constants in my implementation file as below: static const NSInteger kBookSectionCount = 3; static const NSInteger kBookPopoverHeight = 400; static NSString *kBookValue = @"Test Value"; I want to refer these constants in my test…
tech_human
  • 6,592
  • 16
  • 65
  • 107
1
vote
1 answer

XCode 5 and iOS 6 and 7

I'm working on an iOS app that I wrote with Xcode 4.6 and iOS 6.x. Now that XCode 5 has been released alongside with iOS 7, I wanted to support both iOS 6.x and iOS 7.x by using either XCode 4.6 or XCode 5. What is the best way to approach this?.…
user1739627
  • 49
  • 1
  • 8
1
vote
1 answer

storyboard graphics disappeared after upgrading Xcode4.x to Xcode5.0

Greetings for the Day Everyone! I was working with Xcode 4.x till now. After official release of Xcode5.0, I upgraded my project built with Xcode4.x to Xcode5.0. Now I'm facing a weird issue. When I run my project in device/simulator with iOS7 it…
Niru Mukund Shah
  • 4,637
  • 2
  • 20
  • 34
1
vote
3 answers

how to set the file's owner for ~ipad.xib?

I would like to make a universal project that works both on iPhone and iPad. According to the docs, in order to have a different xib file for the iPad, all I have to do is to create a new xib file and name it with a ~ipad…
Houman
  • 64,245
  • 87
  • 278
  • 460