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

SpriteKit RGBA444_COMPRESSED doubles the size on screen

I am running a SpriteKit game on iPhone4, iOS7.1 When I select the regular RGBA888 texture atlas format it looks good, however, when I try to use RGBA444_COMPRESSED, all atlas textures are double the size as if the display is not retina. Any ideas?
Yuvals
  • 3,094
  • 5
  • 32
  • 60
6
votes
1 answer

UITableViewCell systemLayoutSizeFittingSize: returning 0 on iOS 7

I have a UITableViewCell with a UIImage fixed at the left top corner, and a label at its right: -(UITableViewCell*) adCellFromTableView:(UITableView*)tableView { //Build the text NSString* adText =…
Imotep
  • 2,006
  • 2
  • 25
  • 38
6
votes
2 answers

iOS 8 vs iOS 7 Autorotation

Here is a simple single view controller app : - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. self.view.backgroundColor = [UIColor greenColor]; } -…
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
6
votes
4 answers

UITableView unwanted white line on each line separator

I have been using the following code for tableview _comboBoxTableView = [[UITableView alloc] initWithFrame:CGRectMake(1, _selectContentLabel.frame.origin.y+_selectContentLabel.frame.size.height-1, frame.size.width+1, 48)…
VARUN ISAC
  • 443
  • 3
  • 13
6
votes
2 answers

How to sort contacts in iOS 7.1

After the last update to Xcode 5.1, the Apple's example code for sorting Address Book stopped working. URL:…
dequin
  • 906
  • 12
  • 19
6
votes
1 answer

build error on iOS 7.1 - Zxing

Updated to XCODE 5.1/IOS 7.1 and tried to build my project which included Zxing library. Getting the following error: /Zxing/cpp/core/src/zxing/ChecksumException.h:3:9: '__CHECKSUM_EXCEPTION_H__' is used as a header guard here, followed by #define…
ashai
  • 61
  • 1
  • 2
6
votes
2 answers

Xcode 5.1 iOS 7.1 problems with cells at UITableView

I think I have found serious bug in new release of Xcode 5.1 after update my cells start to disappeare when I scroll to the bottom. When I press on them couple of them When I scroll after that to the top everything is fine and this problem is…
Max Tymchii
  • 826
  • 8
  • 16
5
votes
2 answers

Can I debug my app on iOS 7 from Xcode 7?

Can I debug my app on iOS 7 from Xcode 7? From what I can tell Xcode 7 just ignores any plugged in devices with iOS 7 installed. Is this just a fluke or is this a permanent change to Xcode? (Using: Xcode 7 beta 6, iPhone 4S iOS 7.1)
Awesome-o
  • 2,002
  • 1
  • 26
  • 38
5
votes
1 answer

BLE takes too much time while sending data from iOS 7.1 to iOS 8

I have a strange issue. I am developing an app in which I am sending Chunks in 20-20 bytes.. Everything is working fine. When I am sending Bytes data from iOS 8 to iOS 8 device it take around 4-5 second to transfer from one device to another, but my…
5
votes
2 answers

IOS 7 launch image, displaying black screen on device ONLY

I have checked all the questions /answers related to this issue at least at stakoverflow .but without any success ,so far my issue is - I have created a new app - target IOS 7 and I have added my launchimage and my appIcon in the image.xcassets…
poa
  • 269
  • 1
  • 4
  • 13
5
votes
1 answer

iOS 7.1 update breaks External Accesory inputStream UART read ability

We have MFI approved accessory device. Our protocol assumes continuous readings from accessory in UART mode. It was working perfect before iOS 7.1, but after testing on the iOS 7.1 it is not working properly. In ATS test suite log we can see success…
5
votes
1 answer

Differents behavior with setter/getter in subclass of UIImageView with iOS 7.1

Since the iOS 7.1 beta 5, I have a strange bug with my little plugin : link My plugin is a subclass of UIImageView, inside of this class I have an another UIImageView called img. I have rewrite the setter and getter of image : -…
VivienCormier
  • 1,133
  • 1
  • 11
  • 16
5
votes
3 answers

iOS 7.1 gives error after updating to Xcode 5.1

I have updated my Xcode to version 5.1 recently. After update, it runs fine with all simulators except iOS 7.1, in which it gives a mach-O link error. Moreover, there is only a 64-bit architecture option in 'Build setting' tab. According to me, it…
demonofthemist
  • 4,081
  • 4
  • 26
  • 45
5
votes
4 answers

Customize Button shape in ios 7.1

Apple has added Button shape feature in ios 7.1. But I need to make it disable for my app or change its default color, shape to match UI of my app. It is possible without using custom type button? Please help me.
DareDevil
  • 902
  • 8
  • 21
5
votes
2 answers

How to link with framework without arm64 support in Xcode 5.1?

After upgraded a project on Xcode 5.1, Product > Build gives the following warning and error: ld: warning: ignoring file Dropbox/Dropbox.framework/Dropbox, missing required architecture arm64 in file Dropbox.framework/Dropbox (3 …
ohho
  • 50,879
  • 75
  • 256
  • 383