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
-3
votes
6 answers

How to open Camera directly after did finish launching?

how show directly camera in main view controller with hidden all default buttons and take one our custom button, when i click the button i need photo in UIImageview ?
SWAMY CHUNCHU
  • 225
  • 5
  • 14
-3
votes
1 answer

Crash on iOS7.1 When chose Enable Address Sanitizer in Xcode7

I want to know what would cause this. Crash log:
Jeason
  • 1
  • 2
-3
votes
1 answer

How to parse date with time in Objective C

I have dates in format e.g. 2014-12-09T11:10:23.0000000-08:00 How To parse this date & get 2014-12-09T11:10:23. Please Help I have tried with many date formatters in setDateFormat: method.
-3
votes
1 answer

iOS App Introduction

I am looking for framework that I could use from that in my iOS project to introduce my app an show it's feature with something like finger over screen and show that what button do what, what gesture do what and so on. Is there any framework for…
Aryan
  • 2,675
  • 5
  • 24
  • 33
-3
votes
2 answers

Obj-C Stop program if conditions are met

if (stash != 0) { for (i=1; i<=6; i++) { a[1][i]=a[1][i]/stash; } } else { NSLog (@"Matrix is Not Invertible"); UIAlertView *alert = [[UIAlertView alloc]…
-4
votes
2 answers

Can I still upload an application that does not support iOS8+?

Can I still upload an application that does not support iOS8+? I currently have an app that we are releasing for iOS7 and 7.1, but it was rejected because it was not compatible for iOS8. We are currently in the process of building the iOS8…
coutso
  • 1
  • 3
-4
votes
2 answers

Dynamically In App Purchase in IOS application

I have the price of my item which I am going to purchase , coming from server.That means i going to get the price of my item on runtime.How can i achieve it on run time.
Nitin
  • 1,383
  • 10
  • 19
-5
votes
3 answers

Pass variables between controller?

I have several view controllers, which needs to use some common variables, It seems that I have several ways to do that 1) Global variable defined in AppDelegate 2) Use Segue to pass objects between 3) Use delegate pattern? Could you let me know…
Adam Lee
  • 24,710
  • 51
  • 156
  • 236
-6
votes
1 answer

how to developed ocr application with textual image

i have scan(OCR) one image the out put is not correct using Tesseract library.if any one have idea please share with me. i have write code below Tesseract* tesseract = [[Tesseract alloc] initWithDataPath:@"tessdata"…
Yogesh shelke
  • 438
  • 4
  • 12
1 2 3
38
39