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

Statistics for IOS app

I have an app uploaded on apple store, I need to check how many % of users using my app have ios5/6/6.1/7 installed. One can check the statistics for Android on Google store, how do we do it for Apple !
JgdGuy
  • 173
  • 11
1
vote
3 answers

Black strip on top despite statusBarHidden

There is a black strip, of the same frame as the status bar on the top of the screen despite setting the status bar hidden, using : [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationSlide]; The…
n00bProgrammer
  • 4,261
  • 3
  • 32
  • 60
1
vote
0 answers

Trying to deploy to iPhone 5 with iOS 6 SDK, on XCode 4.2

I'm running XCode 4.2 on Snow Leopard 10.6.8 on a Dell Mini 1010. So it's a hackintosh. Anyway I already managed to get ios 5.1 SDK installed and I can debug applications on my iPad 1st gen running 5.1 which is great. (Following this method Is it…
benjgorman
  • 702
  • 10
  • 31
1
vote
0 answers

Automatically send SMS on iOS 6 jailbreak

Having spent a couple of months on the internet and stackoverflow, I cannot find a way to send an SMS from an iPhone with iOS 6 (6.1 to be precise) when an event occurs or with a tweak. I've read that apple has changed the way SMS messages are being…
Panagiotis
  • 309
  • 2
  • 13
1
vote
0 answers

Simple Split Screen Views iOS 6

I'm developing an app in iOS 6 and I'm a beginner. I've done bunch of research through several threads on here, and I'm finally at the point where I need to ask my question. I'm trying to accomplish having a single view app containing two equally…
1
vote
1 answer

take photo with date using objective c

Is that possible to take photo from camera along with date, time and location(lat n long) display in photo in iphone.
1
vote
3 answers

iOS: how can I make a part of UIImage blurry?

on iOS 6+, how do I make a part of an UIImage blurry? Ideally I would be able to define a UIView, provide it with a frame and somehow tell it to blur everything that's behind it. See photo as an example of what I'd like to be able to do.
Eytan Levit
  • 473
  • 9
  • 27
1
vote
0 answers

Google maps API crashes on iPhone 4

I am working on placing Google maps into an iPhone app. The app works for the ipad 4th gen, and 5th gen ipod and iphone. But on 4th gen devices if get a Received memory error warning. As follows: 2013-07-02 12:11:17.745 Maps Test[33509:907]…
Big Kahuna
  • 149
  • 6
1
vote
2 answers

single tap is not working on qlpreviewcontroller

I am using qlpreviewcontroller to show images but single tap is not working on it. How can I add single tap gesture on it. It will work for double tap to zoom in and zoom out images. Can any body help me to add single tap gesture.
Mayank Purwar
  • 265
  • 1
  • 4
  • 16
1
vote
0 answers

TestFlight upload failed

I have successfully created a .ipa file using XCode but now I cannot upload it. The upload just stalls randomly. I'm using the TestFlight desktop app Here are some screenshots : While uploading : After a short while, this comes up :
Kyle Emmanuel
  • 2,193
  • 1
  • 15
  • 22
1
vote
0 answers

CGContextClear Error in ios6

I am getting this error while creating a gif. This error is not occurring in IOS5 but occurs in IOS6. : The function `CGContextClear' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is…
SONAL
  • 19
  • 3
1
vote
3 answers

How does one get a fixed header to stay at the top of the page?

The fixed header will not stay at the top of the page for me. It sits on top of a page that has several number inputs that were added via javascript. As the user fills out these inputs the header disappears as expected. However, the header will…
Chazaq
  • 121
  • 2
  • 12
1
vote
2 answers

iOS Simulator crashing in Virtual Machine

I'm brand new to iOS development (and MacOS in general). While waiting for a mac to arrive I've set up a Virtual Machine running Mountain Lion to get started with developing. When trying to run a simple Hello World application, the simulator…
binncheol
  • 1,393
  • 4
  • 22
  • 38
1
vote
1 answer

Reminder Create Fails with NIL for Error Message

I've been working on adding todo function to my app. While everything seems to look right I get a failed create on the Reminder, but an error value of NIL. Here's the relevant code - (I am pulling the text and the date from a UIViewController -…
Michael Rowe
  • 870
  • 2
  • 11
  • 27
1
vote
0 answers

Re-use/Leak of Decoration view in UICollectionViewFlowLayout Subclass

Context: I have already done the following 1. Watched the relevant videos for UICollectionView from WWDC 2012. Unfortunately they do not discuss much about the decoration views. 2. Implemented a collection view with decoration view. I subclassed the…
praveen
  • 815
  • 2
  • 9
  • 12