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

iOS 7.1 NavigationBar tintColor property bugged on iPhone 5s?

In my didFinishLaunchingWithOptions method, i set my navigation bar tint color like that; [[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; and my all back buttons and other buttons color is white which are on navigationBar.…
Kemal Can Kaynak
  • 1,638
  • 14
  • 26
0
votes
1 answer

iOS 7.1 Crash: -[UINavigationBar setItems:animated:]

I'm experiencing a crash that is brand new across all iPhone devices with iOS 7.1 and I'm wondering if others have seen the same. Date/Time: 2014-03-11 11:46:00.795 -0700 OS Version: iOS 7.1 (11D167) Report Version: …
edelaney05
  • 6,822
  • 6
  • 41
  • 65
0
votes
2 answers

IBM Worklight 6.1 - Unable to pull app to device using MTWW

First off let me be clear. I have several iOS devices. On the devices that have 7.0.6 I have no issues. When I updated one of the devices to 7.1 I'm having an issue. Let me explain. On the iOS device that has 7.1 I navigate to the workbench URL and…
Pri_Tester
  • 19
  • 3
0
votes
1 answer

MKMapRegion issues iOS 7.1

I have to fit the pins to the visible map so I get the MKMapRect with the well-known lines of code: MKMapRect mapRect = MKMapRectNull; for(id annotation in [self.mapView annotations]){ if (![annotation…
Cers
  • 169
  • 1
  • 11
0
votes
1 answer

UISplitViewController is only available for iPad Applications [iOS 7.1]

I just updated XCode 5 with 7.1 and i can't build anymore because of the next failure UISplitviewController is only available for iPad applications I have an universal app. The App version starts from 6.0 till 7.0. I tried everything from…
FreshApps
  • 41
  • 2
  • 3
0
votes
3 answers

Sprite Kit didBeginContact method not called after ios 7.1 upgrade

After I upgraded my iPhone to ios 7.1, didBeginContact method never get called. Anyone know how to fix it? We have In MainScene.h @interface MainScene : SKScene In MainScene.m -(id)initWithSize:(CGSize)size { …
-1
votes
3 answers

after picking the image how save images locally in ios

when i capture the image i need to save images one by one in table view like below image .is need use nsuser defaults or use core data? and after picking the image how to add to Array
SWAMY CHUNCHU
  • 225
  • 5
  • 14
-1
votes
1 answer

How can i run ios7.1 simulator in xcode 7? Is there a possible way?

When I run ios7.1 simulator Xcode shows error message: How to fix this?
-1
votes
3 answers

Unable to boot the iOS Simulator (ios 7.1)

I am facing a problem. When I try to run the simulator iPhone 5s (iOS 7.1) a message pops up saying " Unable to boot the iOS Simulator ". Though if I run the iPhone 5 or iPhone 4s simulators (iOS 7.1) or iPhone 5s (iOS 8.3/8.4) all work fine. I am…
user5235479
-1
votes
1 answer

subview user interaction disabled on UIViewController on iOS 7

I have .xib file in my app. I inserted the .xib file as subview to the viewController. I have user interaction is enabled, and on iOS 8 it works just as expected but then when I run my app on iOS 7 User Interaction is not working.
-1
votes
1 answer

calendar.component and unrecognized selector sent to instance error in my iOS app (Swift)

I am building an iOS application using Swift in which, I have a UIWebView that invokes the ViewController to have it perform certtain actions. So the ViewController performs a series of actions and one of them is to get determine what day of the…
cptdanko
  • 812
  • 2
  • 13
  • 22
-1
votes
1 answer

UIActionSheet Won't Allow Two Buttons

I am creating a UIActionSheet using the Swift programming language with SDK8.1 targeting iOS7.0+. The below code shows my action sheet creation: //Opens action sheet for image selection @IBAction func showActionSheet(){ …
steventnorris
  • 5,656
  • 23
  • 93
  • 174
-1
votes
1 answer

uitableview cell changes the content in first row when changing content in fourth row

I have a tableview with gestures for particular cell. After the tableview loads, i scrolled to the fourth row and swiped left it will show some content, its working fine. But after that when i go back to first row, its also showing the same content…
Balaji Kondalrayal
  • 1,743
  • 3
  • 19
  • 38
-1
votes
1 answer

Intigration With Facebook in iOS using facebook sdk

I am trying to post image in imageview(display_image) on user's profile by using facebook SDk.Code is Like below. FBLinkShareParams *params = [[FBLinkShareParams alloc] init]; params.link = [NSURL…
user3418619
  • 235
  • 1
  • 2
  • 14
-1
votes
1 answer

Swift unwrap error of @IBOutlet referenced from loadView() in iOS7 but works in iOS8

I have this outlet declared in my UIViewController and linked to the storyboard: @IBOutlet var pennyView: UIView! I'm loading a PageView Controller in loadView and setting an option on the button: override func loadView() { …
zooster
  • 352
  • 3
  • 8