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

How to open camera roll and slide show saved photos

I am developing a app in which i capture a image and save image into gallery.After that i open the gallery now i want to view full screen slide show of saved images. Am using the following code it just open the image full screen with choose and…
Amit Saini
  • 239
  • 1
  • 10
-1
votes
1 answer

Navigate between UIViewControllers and UISplitViewController

I have two UIViewControllers and a UISplitViewController. I am adding UISplitViewController as root on 2nd UIViewController. Here is my code: [splitViewController setViewControllers:[NSArray arrayWithObjects:rootNav, detailNavigate, nil]]; …
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
-1
votes
1 answer

Error while changing label

- (IBAction)B1:(id)sender { LastView *New; New.Connection1=@"Salut"; } LastView is my class to a viewcontroller that has a label T1. B1 is my button in another ViewController. I have declared in Lastview that T1.text=Connection1; but…
-1
votes
6 answers

didSelectRowIndexPath - Passing data to other View Controller

I'm having difficulty in passing current selected row of TableView to other ViewController? How to do that easily? Here's my didSelectRowAtIndexPath -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { …
Rhenzzz
  • 47
  • 2
  • 9
-1
votes
1 answer

Crash on iOS7, but works fine on iOS6 devices

Team, I am upgrading the application to iOS7. I am seeing inconsistent crashes in my application when I pushed my app to background and play around with other apps and bring my application to foreground and then perform some actions, it crashes.. I…
Ramesh Sangili
  • 1,633
  • 3
  • 17
  • 31
-1
votes
2 answers

Downloading PDF from an ios app from remote url

I am using below piece of code to download PDF from a URL, But i am getting following output along with a notices and errors. My AppDelegate.h @interface FileDownload2AppDelegate : UIResponder { …
-1
votes
1 answer

Link IOS Address Book to app

I want to link the address book view controller in my app , I have searched the internet and found in apple developer guide but they show how to open contacts picker when clicking on a button and I don't want that I want the contacts picker be a…
-2
votes
2 answers

Could not instantiate class named UILayoutGuide

I Have an iPhone 4 running IOS 7.1.2, since the Xcode-Beta doesn't Support anything lower than iOS 8, I referred to this Answer on Stack : Any way to install app to iPhone 4 with Xcode 8 beta? So I Followed The Steps, then I made a new Project…
ItzAmmar
  • 53
  • 6
-2
votes
1 answer

iOS app taking photos / images while running in background

Is it possible to make an ios7 app that takes images automatically every hour or so? even when its running in the background and the iphone is not being used? And if yes, how? thank you in advance
Schnurbert
  • 135
  • 1
  • 9
-2
votes
1 answer

Facebook App links using Mobile Hosted API

I have implemented Facebook App Links by following steps mentioned with Mobile Hosted API for the iOS app which is in Appstore. When I test the App Link (http://fb.me/....) in browser or mobile, it doesn't redirect to Appstore. However, I have tried…
var
  • 1
  • 1
-2
votes
1 answer

I want to switch to another view when tapped on my tableviewcell

I want to switch to another view when tapped on my tableviewcell inside my dropdown table. It must only happen for one section and i want to do it programmatically. Can someone please help ?? Thanks :)
Asur08
  • 5
  • 1
-2
votes
1 answer

How to mute background music in iOS

I have added music to my app so the music plays as soon as the app starts through the app delegate. Now I have a switch in my app that I would like to rig up to where when it is switched off, the music stops playing, and when its switched back on,…
JakeBaine
  • 1
  • 1
-2
votes
1 answer

MailCore client stopped working in iOS7.1 (code:9)

It may not be a question per se, but anyhow, here is the problem: I read that: iOS7 connects fine on ports 25, 366, 110, and 143. It does not connect on ports 465, 993, and 995. discussed here So my emailing app that uses MailCore 1.0 to check…
Boris Gafurov
  • 1,427
  • 16
  • 28
-2
votes
2 answers

The version of iOS on [iphone's name] is not supported by this installation of the iOS SDK - xcode 5 - ios 7.1

I used Version 5.0 (5A1412), iphone 4 with ios 7.1 (11D169). I use organizer to add device but xcode said "The version of iOS on “ducnm’s iPhone” is not supported by this installation of the iOS SDK. Please restore the device to a version of the OS…
-3
votes
2 answers

How to add images in Array ios?

below image After editing the image when i click the share/save button how add images in array. i should be display in tableview and it have save locally.
SWAMY CHUNCHU
  • 225
  • 5
  • 14
1 2 3
38
39