Questions tagged [ios7.1]

iOS 7.1 was released by Apple on March 10, 2014 and includes new features and significant UI and performance improvements.

iOS 7.1 is packed with interface refinements, bug fixes, improvements, and new features. Apple CarPlay introduces a better way to use iPhone while driving. And you can now control exactly how long Siri listens and more.

The update landed almost 5 months since the first beta of 7.1 was made available to developers. Many improvements were made to the OS, including speed enhancements, UI tweaks and Siri enhancements. iOS 7.1 was also the first update which allowed people who were running a beta version of the OS to update over the air to the final release.

Features

• CarPlay

  • iOS experience designed for the car
  • Works by connecting a Lightning enabled iPhone to a CarPlay enabled vehicle
  • Supports Phone, Music, Maps, Messages, and 3rd-party audio apps
  • Control Siri with the car’s touchscreen, knobs, and buttons

• Siri

  • Manually control when Siri listens by holding down the Home button while you speak and releasing it when you’re done
  • New, more natural sounding male and female voices for Mandarin Chinese, UK English, Australian English, and Japanese

• The Phone app has a new-look dialer

• iTunes Radio

• Calendar

  • Option to display event list with the month view

  • Country specific holidays automatically added for many countries

• Bold text option now includes the keyboard, calculator, and many icon glyphs

• Reduce Motion option now includes Weather, Messages, and multitasking UI animations

• New options to display button shapes, darken app colors, and reduce white point

• Camera app has a new ‘HDR Auto’ feature.

• New iPad wallpapers

• Photos & Camera tab in iOS Settings has a new ‘Upload Burst Photos’ option

• Bug Fixes/Improvements

579 questions
0
votes
0 answers

UINavigationBar background image applied twice in iOS 7.1 ONLY

I was testing my app on iOS 7.1 using Xcode 5.1 . I can see UINavigationBar background image applied twice in iOS 7.1 with non-retina iPad device ONLY . If I run the app on iPad retina device , it shows image correctly. Here is the screenshot in…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
0
votes
1 answer

iOS 7.1 iPod 5th generation request for the state of beacon and ranging not happening

With the update of iOS 7.1 there is much changes in the ibeacon API for requesting, ranging beacon in the background even when app is killed or not launched, here are some of the things i observed as per the ranging for the beacons , in iPod 5th gen…
Madhu
  • 869
  • 1
  • 17
  • 37
0
votes
0 answers

how to add an action to a UIBarButtonItem initWithCustomView iOS7.1

I use this code for getting this two buttons on right side of navigationBar: this is my ViewController.m code: - (void)viewDidLoad { [super viewDidLoad]; if (!functions) functions = [[Functions alloc]init]; …
Jesus
  • 8,456
  • 4
  • 28
  • 40
0
votes
1 answer

Height of programmatically created UIProgressView is ignored in iOS 7.1 (always 2)

Adding a UIProgressView to a view programatically ignores the size.height value, apparently due to NSAutoresizingMaskLayoutConstraint always being 2. Other than increasing the height, everything else about the UIProgressView is standard. A code…
StillAtWork
  • 151
  • 1
  • 7
0
votes
1 answer

Getting EXC_BAD_ACCESS when running Cocos2D V3 RC3 on iOS 7.1 device

I've recently discovered Cocos2D V3 with Chipmunk physics engine built right into it. There's only one template to create a project from. When I run the sample game on my iPod touch with iOS 6.1 it works as expected but when I run it on an iOS 7.1…
Mikayil Abdullayev
  • 12,117
  • 26
  • 122
  • 206
0
votes
0 answers

xcode 5 app crashes on ios simulator (7.1) after loading launch image

if I'll open my app in the iOS Simulator (iPhone 4" iOS 7.1 64-bit) the app crashes after loading the launch image. In the Log Output is ,,(lldb)" written. Maybe it helps someone. Hope anyone could help me. Greatings from Germany!
Dev_P
  • 35
  • 2
  • 11
0
votes
3 answers

Apple Mach-O Linker Error on device XCode 5.1

Hello i've recently upgraded to XCode 5.1 and suddenly my app throws a lot of errors when building on the Device (Iphone 5S), when I use the simulator everything works fine even on IOS 7.1, the error is the following: Undefined symbols for…
pochimen
  • 287
  • 3
  • 15
0
votes
1 answer

Predefine a specific twitter feed to display

In the code below, a tableview displays the twitter feed of the user of the phone. All I want to do is display the feed of a user that I predefine in the code. I looked online but can't find any tutorials on this. I would like to edit this code…
SuperAdmin
  • 538
  • 2
  • 7
  • 20
0
votes
1 answer

Why can't I segue to a view controller in my XIB?

In my code below, I am getting an error saying "Property "navigationController" not found on object of type 'iPhoneFirstPageView *'. This worked before in a different project, but it won't work in this XIB. Any ideas? -(IBAction)Twitter { …
SuperAdmin
  • 538
  • 2
  • 7
  • 20
0
votes
1 answer

How to display memory usage of my application in my iphone application

I want to display my my app memory usage in my iphone application Some where like Navigation Bar or adding a subview to UIWindow , so it will be display in all the screens and display the current memory usage
sehaswaran
  • 141
  • 1
  • 8
0
votes
2 answers

UIProgressView custom images doesn't work in iOS 7.1

I have an app using progress views with custom images. I use the code below: [cell.proStatus setTrackImage: [[UIImage imageNamed:@"CircleGrey.png"] resizableImageWithCapInsets:UIEdgeInsetsZero]]; [cell.proStatus setProgressImage: [[UIImage…
Glenn Sønderskov
  • 211
  • 1
  • 2
  • 9
0
votes
2 answers

self.navigationItem.titleView does not work with tabbed application template

I am new to developing for iOS, but I am completely stumped with this. Steps: In Xcode, create a new tabbed application for iPhone. Go into first subview and drag a Navigation Bar to the view. Go into viewDidLoad and add this (assuming you have…
Thomas
  • 188
  • 3
  • 11
0
votes
1 answer

Inconsistancey between iphone device and simulator when creating NSDate

I'm getting a curious issue when creating NSDates using dateWithTimeIntervalSince1970 on a simulator versus an iPhone device. I am simply translating an ISO8601 timestamp from an NSDate to milliseconds and then back to a NSDate. NSDateFormatter…
Kat
  • 678
  • 2
  • 11
  • 23
0
votes
1 answer

Is it possible to identify beacon position with respect to user?

I know it is possible to get the distance from a iBeacon to device. Consider two beacons placed exact same distance from the device, but one is on left side and other is on right side of the device. Is it possible to identify which one is left side…
Shineeth Hamza
  • 1,279
  • 10
  • 17
0
votes
1 answer

Upgrading to IOS 7.1 status bar issue

I had my iPhone 5 IOs 7.0 . I optimised my app tp IOS 7 i.e Base SDK 7.0. everything fine. But i just updated to IOS 7.1 and i can see the black status bar. Should I update my Xcode to put the Base SDK to 7.1 ?
veereev
  • 2,650
  • 4
  • 27
  • 40