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

NSMutableAttributedString font size changes by accident

I made a NSMutableAttributedString object which consists of 2 different NSMutableAttributedString objects: NSMutableAttributedString * ob1 = [[NSMutableAttributedString alloc] initWithString:@"Headline"]; [ob1 addAttribute:NSFontAttributeName…
user2415476
  • 211
  • 1
  • 15
1
vote
1 answer

How to add more than 10 locations for pass

I want to use many locations to show on lock screen. I tested already, only 10 locations is shown. Are there any way to show more than 10 locations ?
malinchhan
  • 767
  • 2
  • 8
  • 28
1
vote
2 answers

Best way to load a Dictionary into an Application? iOS

I created a game that involves the use of a dictionary. It has about 73000 words. However, after the review process the app got rejected. Here is the review comments: "We found that your app crashed on an iPad running iOS 6.1.3" "The app crashes…
PCoder123
  • 364
  • 2
  • 11
1
vote
1 answer

Implementing a storyboard project into a XIB based project

So I have been working on a project in the most recent version of Xcode, I am NOT using storyboard, just standard nibs. However I found excellent source code for an RSS reader I would like to add into my project. I added the entire source code into…
user1350228
  • 59
  • 1
  • 7
1
vote
2 answers

libpaypalmobile.a symbols not found in architecture error?

Hi i integrated paypal Mobile sdk in my app. I got libpaypalmobile.a symbols not found in architecture i386 error. i added all required frameworks. when i build the project, i got that error. i attached screen shot also. i googled so much, but i…
Prince
  • 33
  • 5
1
vote
1 answer

IOS Issue Accessing Class Properties

I have a view that is loaded as a subview programmatically. The view has a three properties defined in the .h and synthesized in the .m. The view is loaded by creating an object of the view in the parent controller and then calling it's…
ScottOBot
  • 839
  • 3
  • 16
  • 37
1
vote
0 answers

GPUImageView Integration in my project

What I am trying to do is this. - (void)viewDidLoad { [super viewDidLoad]; NSURL *url2 = [[NSBundle mainBundle] URLForResource:@"NAN" withExtension:@"mov"]; GPUImageMovie *movie2 = [[GPUImageMovie alloc] initWithURL:url2]; …
Swati
  • 1,417
  • 1
  • 15
  • 35
1
vote
0 answers

Location Services still running after app is killed

I am seeing an issue with Location Services still being used by my app even if the app has been killed from the multitasking bar. If I go into Settings > Privacy > Location Services I notice that my app has a purple location icon even while there…
WrightsCS
  • 50,551
  • 22
  • 134
  • 186
1
vote
2 answers

MPMusicPlayerController not responding to currentPlaybackRate near 1

I'm trying to use the currentPlaybackRate property on MPMusicPlayerController to adjust the tempo of a music track as it plays. The property works as expected when the rate is less than 0.90 or greater than 1.13, but for the range just above and…
Dave Norfleet
  • 409
  • 3
  • 14
1
vote
1 answer

ios 6.1.3 : No calendar has been set

I am trying to save an event on a device running ios 6.1.3 however I keep getting the error 'No calendar has been set'. I have used the requestAccessToEntity:completion: to gey user permission however the EventStore still gives error even after…
user2298590
1
vote
1 answer

Opaque UILabel in a UICollectionViewCell has strange rendering behavior

I've experienced some really weird behavior with UILabels in a UICollectionViewCell today and I'm hoping one of you guys can shed a light on this. I can't show you code or full screenshots, but I will try to explain and illustrate it as well as…
Jake
  • 3,973
  • 24
  • 36
1
vote
1 answer

Core data get specific object

- (NSManagedObjectContext *)anObjectByEntityForName:(NSString *)entityName withValue:(NSObject *)value forKeyPath:(NSString *)keyPath { NSFetchRequest *request = [[NSFetchRequest alloc] init]; [request setEntity:[NSEntityDescription…
Infinite Possibilities
  • 7,415
  • 13
  • 55
  • 118
1
vote
0 answers

How to switch the live screen camera icons from portrait to landscape mode in iPhone?

I created a custom camera overlay for the live screen camera view and have imported my own custom icons for the camera, flash and flip buttons. Everything looks good in portrait mode, but when I switch the live camera screen to landscape mode, the…
Umesh Kumar
  • 193
  • 3
  • 17
1
vote
1 answer

How to get json data in ios 6.1 xcode 4.6

How do I get data for the link: https://itunes.apple.com/us/rss/topalbums/limit=10/json using ios6.1 xcode 4.6. Most of the codes are for ios5 and few use jsonKit. But does ios has any inbuilt json parsing now? I am looking forward for using only…
James Patrick
  • 273
  • 4
  • 19
1
vote
0 answers

iphone UI difference between 5.1 and 6.1 simulators

I made a simple calculator for iphone and I realized a BIG difference when I ran it with iPhone 5.1 and 6.1 simulators. Here is my calculator with iPhone 5.1 simulator, and here is the program with iPhone 6.1 simulator. I didn't use image for UI.…
L. Kvri
  • 1,456
  • 4
  • 23
  • 41