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
2
votes
5 answers

Draw Map Path among multiple location

I am new in iphone development, i want to draw path between 5 location how i can draw path in google map. I want path from location1 to location2 , location2 to location3, location3 to location4 and location4 to location5. here is my code -…
Hiren gardhariya
  • 1,247
  • 10
  • 29
2
votes
4 answers

Is this the standard way to get text from label and concatenate with string in iOS?

Please bear with me as I'm very new to the world of iOS and Objective-C. I've read Apple's Obj-C primer, as well as a few free ones provided on the web. On a button press, I'm trying to simply take the text of a label and concatenate it with a…
EGHDK
  • 17,818
  • 45
  • 129
  • 204
2
votes
2 answers

How to Set the custom background image for navigation bar of a specific view

I'm using this code in the app delegate.m: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions: (NSDictionary *)launchOptions { // Rename "specialNavBar.png" to the file name of your specific navigation bar …
TWcode
  • 813
  • 2
  • 13
  • 27
2
votes
3 answers

Autorotation in iOS 6.1 for custom camera view

I've read almost every post around here regarding my problem but none of the solutions seems to work on my app. So, I use a custom camera view (with buttons on toolbar and an overlay) that is being presented modally from a view controller. My app…
tyegah123
  • 197
  • 3
  • 13
2
votes
2 answers

saveToURL forSaveOperation completionHandler not executing

I'm trying to call the method saveToURL forSaveOperation completionHandler on a UIManagedDocument however the completion block is not executing. It fails at (1) on the first attempt to save and fails at (2) at attempts after that. I'm not sure if…
davidkohn
  • 119
  • 1
  • 10
2
votes
2 answers

IOS Ad Hoc distribution link does nothing

Trying to create a distribution for testing. When the link is clicked in safari on the ios device nothing happens (literally. No errors). We are using an enterprise cert and a universal distribution profile. The mime types are correct and everything…
user1958756
  • 377
  • 1
  • 4
  • 17
2
votes
2 answers

Still do not understand how to recover and perform a "git reset HEAD"

I got the following message when trying to commit my app to Git: **The working copy "XYZ" failed to commit files.** fatal: Repository has been updated, but unable to write new_index file. Check that disk is not full or quota is not exceeded, and…
PeterK
  • 4,243
  • 4
  • 44
  • 74
2
votes
1 answer

ios 6.1.1 device won't run xcode 4.6

I just updated my iphone 4S to ios 6.1.1 from 6.1 over the weekend b/c it said it was a critical update. However, now when I try to test my app on the phone using Xcode 4.6, it says "Xcode cannot run using the selected device." I checked the apple…
jessieloo
  • 1,759
  • 17
  • 24
2
votes
1 answer

Warning after upgrading to xcode 4.6 and iOS 6.1 Used As Name of the previous parameter rather than as part of selector

its not an error it only warning Example:- in .h file -(void)updateFromTable:(NSManagedObject*)mObject:(NSString *)key:(NSString *)value; 'mObject'Used As Name of the previous parameter rather than as part of selector .m…
viswateja
  • 327
  • 2
  • 16
2
votes
5 answers

MFmailComposer error

I want to apologize in advance because I am fairly new to programming, so if I am not as specific as I can be I am sorry but I will try to explain my problem as best as I can anyways, I am creating an app that needs to have the ability to send…
1
vote
1 answer

iOS application name not show in iOS 6.1

I have created a iPhone application using Xcode 6.1. And works perfectely. If i run Application in iOS 6.1 os version's devices it show only app icon alone and not show app name. But it show normally in iOS 8 os version's devices. Below 1st mage is…
Mohanraj S K
  • 657
  • 4
  • 16
1
vote
0 answers

Landscape Background Images Are Offset In iOS 8

I've been updating some old iOS apps to iOS8 and have a problem with landscape apps. The launch image is fine, but other background images are skewed (as if iOS 8 thinks the app is portrait). In fact, ads - such as those from Chartboost - appear…
1
vote
3 answers

Encrypting data in iOS

I'm new to iOS development and working on a small iOS mobile app that stores sensitive information of users. Initially I thought of using custom AES encryption to encrypt/decrypt all the data. I also want the encrypted data to be synced with iCloud.…
VJAI
  • 32,167
  • 23
  • 102
  • 164
1
vote
1 answer

iOS Localizable.strings not being retrieved from BASE file

I am having a problem getting localization on iOS to work the way I think it is suppose to, but this is my first foray into localization so maybe I am misunderstanding. I have three Localizable.strings files: Base "TAB_TITLE_Camera" =…
GRW
  • 605
  • 12
  • 27
1
vote
1 answer

KeychainItemWrapper weird behavior, existing/non existing item error with the same item

after leading with a lot of problems with the class KeychainItemWrapper provided by Apple, I could make it works, but then I did something on my code and looks like now it's in an unstable state. Actually I have the original KeychainItemWrapper…
Rodrigo.C
  • 1,123
  • 2
  • 10
  • 22