The utility I use the most on my iPhone is the calculator. I use it often to reconcile my checkbook, calculate discounts in the store, and more. but when I use the iPhone's calculator to add up a list of numbers, it doesn't offer a record of what I input, so I don't know if I made an error tapping numbers in.
How-To
How to Turn on Siri Just by Raising Your iPhone to Your Ear
By Sarah Kingsbury
(Please note that this tip now only applies to those who haven't upgraded to iOS 8. The Raise to Speak feature has been replaced in iOS 8 with the Hey Siri feature.)
If you're not already using Siri, you need to start right now. Siri is awesome because it makes doing things like setting reminders and alarms, dictating calls and emails, calculating tips, and creating secure passwords quick, easy, and hands free.
You can make Siri even more convenient to use by using the Raise to Speak feature. Here's how:
It took me over a year to get in the habit of using Siri, partly because she seemed so human-like. I was worried I'd say something dumb. One day I finally got it: there ain't no one listening. And ever since then I've used Siri with abandon. Lately I was surprised to discover that Siri offers a helpful guide to what you can say or ask.
How to Use Location-Based Reminders on iPhone
By Abbey Dufoe
If you're not already using location-based reminders, you are missing out on one of the coolest features of the Reminders app! Location settings in Reminders can help you remember things based on when you're next arriving at or leaving a location, so you won't forget to pick up milk next time you're near the grocery store, for example. We'll show you how to use this handy feature.
You can save a ton of money on an iCloud storage plan, Apple Music subscription, and purchases from Apple Music, Books, TV, Game Center, and the App Store. How? By using Apple Family Sharing, a money-saving program that allows up to six family members to share Apple Music and much more. The whole family can access the same content across multiple devices without sharing accounts. Once you've set up Family Sharing and started your family group, it's simple to add a family member; you can invite new members at any time. We've already gone over how to set up Family Sharing and how to share an Apple Music family plan with Family Group members. Now, here's how to send and accept family sharing invitations, so more family members can save money by sharing Apple purchases.
Tip of the Day: Use Siri to Control Music Playback
By Paula Bostrom
Why would you go to the trouble of opening your Music app and manually selecting the music you want when Siri can play tracks, albums, and entires genres for you? You can even pause the music or skip at track.
Unleash Your Inner App Developer Part 13: App Architecture
By Kevin McNeish
Do you have an idea for an app but lack the programming knowledge to begin building it? In this weekly blog series, How to Unleash Your Inner App Developer, I will take you, the non-programmer, step-by-step through the process of creating apps for the iPhone, iPod touch, and iPad. Join me each week on this adventure, and you will experience how much fun turning your ideas into reality can be! This is Part 13 of the series. If you are just getting started now, check out the beginning of the series here. (This post has been updated to Swift 1.2, iOS 8, and Xcode 6.3)
This post contains some of the most important information you need to know to build a well-designed app that easily adapts to changes requested by users, the constant changes Apple makes to iOS, and the ever-changing landscape of iOS devices. It all comes down to a solid app architecture. We're going to take a quick digression from the iAppsReview app this week to look at a simpler Calculator app to help us establish good architectural principles.
We’ve all had embarrassing pictures of us posted on Facebook, and sometimes we need to clean up our borderline-mortifying past! There is an easy way to do that, especially if one friend is guiltier than others of posting pictures of you.
Tip of the Day: April Fools!
By Abbey Dufoe
Have you ever wanted to mess with someone’s phone on April Fool’s day? Apart from locking their phone by mistyping their password over and over again (don’t do that!) or changing their password, here are couple of ways to mess with your friends on April 1st.
Unleash Your Inner App Developer Part 12: Hardening Your Code
By Kevin McNeish
Do you have an idea for an app but lack the programming knowledge to begin building it? In this weekly blog series, How to Unleash Your Inner App Developer, I will take you, the non-programmer, step by step through the process of creating apps for the iPhone, iPod touch, and iPad. Join me each week on this adventure, and you will experience how much fun turning your ideas into reality can be! This is Part 12 of the series. If you're just getting started now, check out the beginning of the series here (this post has been updated to Swift 1.2, iOS 8, and Xcode 6.3.)
One of the best software development books of all time is Steve McConnell's Code Complete. Whether you are a seasoned software developer or a brand new programmer, regardless of the platform or language in which you write code, I highly recommend checking out this book. It will change your way of thinking and vastly improve the quality of the code you write.
If you have any website favorites saved on your Mac, there’s an easy way to view them in the Safari app on your iPhone as well.
If you have a cool video on your computer that you want to put on your phone, follow these steps using iTunes.
Unleash Your Inner App Developer Part 11: The Photo Library
By Kevin McNeish
Do you have an idea for an app but lack the programming knowledge to begin building it? In this weekly blog series, How to Unleash Your Inner App Developer, I will take you, the non-programmer, step by step through the process of creating apps for the iPhone, iPod touch, and iPad. Join me each week on this adventure, and you will experience how fun turning your ideas into reality can be! This is Part 11 of the series. If you're just getting started now, check out the beginning of the series here. (This post has been updated to Swift 1.2, iOS 8 and Xcode 6.3)
Now that you have some of the basics of Swift programming under your belt, it's time to dive into some deeper coding territory. To get the latest version of iAppsReview, select this link.
In my reporting on iPhone and iPad news, I constantly rely on a range of Apple-related websites. But rather than having to visit each one individually, I gather all their news feeds into a single web page, using the personalization feature of My Yahoo. At a glance I can see all the latest Apple news. These news feeds from websites are called RSS feeds. ("RSS" stands for "rich site summary," though some people say it stands for "really simple syndication.") There are RSS apps you can download that let you gather these news feeds. But you can also subscribe to news feeds in Safari.
Do you have an idea for an app but lack the programming knowledge to begin building it? In this weekly blog series, How to Unleash Your Inner App Developer, I will take you, the non-programmer, step by step through the process of creating apps for the iPhone, iPod touch, and iPad. Join me each week on this adventure and you will experience how fun turning your ideas into reality can be! This is Part 10 of the series. If you're just getting started now, check out the beginning of the series here (this post has been updated to Swift 1.2, iOS 8 and Xcode 6.3.)
In my previous post, you learned the basic mechanics of calling methods on an object. There's very little you can do in Swift, the language of iOS development, without calling methods. In this post, we're going to put into practice what you have learned about calling methods and integrate social media into the iAppsReview app we've been working on in this blog. I'm also going to introduce a new Cocoa Touch Framework concept known as collections. You can get the latest version of iAppsReview from this link.