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
2 answers

NSURLConnection sendAsynchronousRequest

if the TableView starts for the first time, he should retrieve data via JSON. Unfortunately this does not work. Only when I use refresh, the data is loaded. Can someone help me find the problem. Thanks for the help. - (void)viewDidLoad { [super…
carlie
  • 135
  • 1
  • 1
  • 9
0
votes
2 answers

Appcelerator error: Project failed to build after

Does Anybody help me on find what this error is? I got this error while debugging for iOS. Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version 3.2.0.GA Copyright (c) 2012-2014, Appcelerator, Inc. All Rights…
0
votes
3 answers

iOS 7.1 tableView reloadData not updating tableView correctly

Something strange is happening for me with reloadData ONLY IN iOS 7.1. This code works PERFECTLY in iOS 7.0. I update some variables and then call reloadData: myNum = 12; [self.tableView reloadData]; then in cellForRowAtIndexPath: -…
Adam Johns
  • 35,397
  • 25
  • 123
  • 176
0
votes
1 answer

Linker Error when upgrading to XCTest

I've upgraded my project from sentest to xctest. However I can't run tests because of the error: building for iOS Simulator, but linking against dylib built for MacOSX file…
msteel9999
  • 305
  • 2
  • 15
0
votes
1 answer

iOS 7.1 (only) invisible image in UIImageView

I have the following code running fine on iOS 6.0 and iOS 7.0 where we set a logo (UIImageView) on a header (UIView). Upon upgrading to SDK iOS7.1. The following stops working, and I have absolutely no idea why. // Header header = [[UIView alloc]…
snowbound
  • 1,692
  • 2
  • 21
  • 29
0
votes
2 answers

iOS 7.1 MFMailComposeViewController Error

I was coding a new iPhone App with iOS 7 and iOS 7.1 Beta 5. Not iOS 7.1 released for everybody and my MFMailComposeViewController isn't working anymore. This is my code: MFMailComposeViewController *mail = [[MFMailComposeViewController alloc]…
Sn0wfreeze
  • 1,959
  • 3
  • 18
  • 32
0
votes
1 answer

dismissViewControllerAnimated causes EXC_BAD_ACCESS in iOS 7.1 only

ViewControllerA opens ViewControllerB using a modal segue. ViewControllerA: - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath { // ModalSegue is defined in the storyboard to point to…
Dylan Hand
  • 1,190
  • 2
  • 14
  • 21
0
votes
0 answers

XCode 5.1 Landscape Navigation Bar Height Incorrect In Interface Builder

This is entirely a landscape only mode app. I have a XIB with: Size: Retina 4-inch Full screen Orientation: Landscape Status Bar: Default Top Bar: Opaque Navigation Bar AutoLayout: Enabled. The View in Interface Builder shows: origin.y =…
Halsafar
  • 2,540
  • 4
  • 29
  • 52
0
votes
1 answer

iOS 7.1: Border around search bar

Before updating the SDK to 7.1, my search bar looked like this: I was using this code to achieve this affect: searchBar.backgroundColor=[UIColor turquoiseColor]; [searchBar setBarTintColor:[UIColor clearColor]]; After updating to 7.1, now it looks…
James Harpe
  • 4,315
  • 8
  • 47
  • 74
0
votes
3 answers

What is this "Redefinition of 'group'" error?

I added two files to a Xcode 5.1 vanilla single view project: table.h struct group { int size; }; table.c #include "table.h" and got this error: Semantic issue table.h:2:8: Redefinition of 'group' "Previous definition" is: iOS 7.1 >…
ohho
  • 50,879
  • 75
  • 256
  • 383
0
votes
2 answers

StatusBar background color in iOS7

Im working on a app compatible from ios6 onwards. in iOS 7 status bar is overlapping views and navigationbar. i want status bar in iOS 6 style. like it should appear above all UI objects, views,Viewcontroller and navigation controller. how can we…
Dipti Y W
  • 474
  • 1
  • 8
  • 26
0
votes
2 answers

zxingwidget build error on ios 7.1

I try to build my app, with xzingwidget, on xcode 5.1 and I get the following error. 'CHECKSUM_EXCEPTION_H' is used a header guard here, followed by #define of a different macro I have to change some build setting? SOLUTION This Xcode 5.1 unused…
Batti
  • 425
  • 4
  • 15
0
votes
2 answers

Satrt date and end date validation

I have start date and end date in string format.i want to compare end date and start date,end date should be greater than start date.How to do this. NSLog(@"%@",date); NSDateFormatter *df = [[NSDateFormatter alloc] init]; [df setDateFormat:@"dd MM…
0
votes
1 answer

xibs displayed incorrectly after iOS 7.1 update

So our app is built using XIB interfaces, not story boards. We have XIBs for iPhone and iPad. Since the iOS7.1 update the, iPhone xibs are now bigger in interface builder and far too tall when deployed on a device. The height is all wrong, the…
Halsafar
  • 2,540
  • 4
  • 29
  • 52
0
votes
2 answers

How to access to Reachability in MKNetworkKit-iOS or avoid duplicate symbols with own added Reachability?

I am currently implementing iOS Salesforce Chatter integration into iPad app. When Salesforce Mobile SDK was added (inlcuding MKNetworkKit-iOS) I got duplicate error on Reachability.o. I understand that we have Reachability added into…
Justas
  • 136
  • 7