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
44
votes
7 answers

Failed to install "iOS 6.1 Simulator" XCode 5

I want to run my app on both simulators ios6 and ios7. I'm trying to install ios 6 simulator but I am getting this error: Failed to install "iOS 6.1 Simulator" An unknown error occured. Please try again later. I restarted XCode but not working…
amone
  • 3,712
  • 10
  • 36
  • 53
37
votes
12 answers

How to hide the status bar programmatically in iOS 7?

In ios7, how can I hide the statusbar programmatically? I am using XCode 4.6.1 (ios6.1) and I want to implement this in XCode itself.
Magesh
  • 685
  • 2
  • 7
  • 15
34
votes
2 answers

tap gesture not recognized on uiimageview

I added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(imageview2) and in the second view the bottom imageview is hidden(imageview1). Allocating tap…
24
votes
1 answer

JTRevealSideBar UI is not getting displayed properly in landscape mode on iPhone and iPad

In my project I am using JTRevealSideBar to show side table UI, but when I am changing iPad/iPhone from portrait to landscape mode the UI iss getting disturbed http://screencast.com/t/EDi8xbsvV - (CGRect)applicationViewFrame { CGRect appFrame =…
Nishi
  • 683
  • 1
  • 12
  • 31
22
votes
2 answers

how to highlight countries in ios maps

I am building an app in which I have to highlight some countries dynamically in the world map. In short I want to customize the whole view of ios maps as shown in the images. can this be done using MapKit or is there any other method. Thanks in…
Rajesh
  • 937
  • 1
  • 8
  • 14
20
votes
5 answers

Storyboard file 'MainStoryboard_iPad~ipad.storyboardc' was not found

I am attempting to validate my iOS project before uploading it to the App Store. It's an iPhone app that runs fine in the simulator and on my iPhone test device. It works fine in iOS 6.1 and iOS 7. When I run the Validate check in Xcode Organizer,…
Doug
  • 205
  • 2
  • 4
13
votes
5 answers

How can I reproduce website crash on iOS 6.1

I received a bug report that this website crashes when viewed on iOS 6.1, though I guess it's the browser version that comes with iOS 6.1 that's more relevant than the OS itself. I don't own any iOS devices, so I'm not sure how I can…
Dónal
  • 185,044
  • 174
  • 569
  • 824
12
votes
3 answers

Error after upgrading to xcode 4.6 and iOS 6.1 "used as the name of the previous parameter rather than as part of the selector"

After updating to xcode 4.6 and ios6.1, I get this new error "'objectType' used as the name of the previous parameter rather than as part of the selector". I get this multiple times. Any ideas? PS: The method that it get displayed is a custom one…
snksnk
  • 1,566
  • 4
  • 21
  • 46
11
votes
5 answers

Storyboard app run on iOS 7 OK but Navbar shift view on iOS 6.1

While rebuilding my project with the new Xcode 5 released yesterday, I was disappointed to see my storyboard view controller shaken up. After many attempts to fix things, I must conclude I'm stuck with one remaining issue: Navigation View Controller…
Stéphane de Luca
  • 12,745
  • 9
  • 57
  • 95
9
votes
5 answers

Reference to ' ' is ambigous error in Xcode

I was working with a custom iOS framework project in Xcode.There I am getting a lot of errors mentioning "Reference to ' ' is ambigous".I am attaching the screenshot of errors.Please help me correcting this.
Vork
  • 746
  • 2
  • 12
  • 34
9
votes
1 answer

:2:10: Macro name missing

The project runs in Simulator and on the device, but when I try to archive it, I get pointless error messages: :2:10: Macro name missing :3:9: Macro names must be identifiers P.S. I would like to add more details,…
Shmidt
  • 16,436
  • 18
  • 88
  • 136
9
votes
3 answers

How can we handle headphone play/pause button events in foreground in ios

I have an requirement that to handle headphone play/pause button events in foreground. How ever I am able to handle the same scenario in background using the below code if ([[UIApplication sharedApplication]…
Santosh Gurram
  • 1,007
  • 3
  • 13
  • 22
8
votes
1 answer

iOS 6.1 simulator on OSX 10.10 Yosemite

I am developing an application based on iOS 6.1, and after upgrading to OSX Yosemite can not run the simulator. I've been reading on stackoverflow, and some people say that OSX 10.10 no longer supports iOS 6, only 7 and 8. I chose to develop on iOS…
8
votes
3 answers

NSInvalidUnarchiveOperationException: 'Could not instantiate class named _UITableViewCellSeparatorView'

After Xcode Update (5.1) my app crashes when i try to run in iOS 6.x. I have an app where I have a custom cell and constraints. Auto layout is unchecked for the xib file. The error I get is: *** Terminating app due to uncaught exception…
maiconpeixinho
  • 151
  • 1
  • 2
  • 7
7
votes
4 answers

iOS play video with MPMoviePlayerController

I got this piece of code: theMoviPlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:@"/Resources/disc.mp4"]]; theMoviPlayer.controlStyle = MPMovieControlStyleFullscreen; theMoviPlayer.view.transform =…
krackmoe
  • 1,743
  • 7
  • 29
  • 53
1
2 3
15 16