iPhone Life - Best Apps, Top Tips, Great Gear
How to Refresh AirTag Location Manually & More Often
By Olena Kagui
AirTags are a great tool that help users find otherwise untrackable belongings like keys, wallets, documents, etc. When the time comes to actually track your AirTag, it's important to understand exactly how to locate AirTags, which may require you to wait for them to refresh their location. I'll also explain why the location may be updating more slowly and how to access your AirTag location history.
How to Connect Tesla to Wi-Fi & Use a Tesla Hotspot
By Olena Kagui
Your Tesla connects to Wi-Fi to download updates, but it does have a built-in modem that you can enable by paying for Premium Connectivity. It is also possible to use your phone's hotspot to steam on your Tesla. Despite having its own modem, for now, a Tesla cannot function as a hotspot.
- ‹ previous
- 270 of 2379
- next ›
How to Organize Your Calendar in 2025
(Sponsored Post) By Amy Spitzfaden Both on Thu, 10/31/2024
Apple is pretty good about updating its products, but it seems to have forgotten about the Calendar app and its many downsides. The makers of Informant 5, on the other hand, do not forget to regularly improve their app based on user experience. The latest updates to this calendar and task-management app are a productivity game-changer.
How to Move Your FaceTime Thumbnail Image
By Abbey Dufoe
When you're FaceTiming, you can see the other person and you can also see yourself. But say you’re FaceTiming someone on your iPad or iPhone and they’re trying to show you something from their location, or their face is covered by the small image of you. Luckily, you can easily move the thumbnail image of you!
How to Change Default Card for Apple Pay
By Adam Harvey
How to Remove Words from iPhone Predictive Text: 3 Fixes
By Jim Karpen
Predictive text on the iPhone suggests the three words you're most likely to type next. Unfortunately, sometimes our iPhone keyboard "learns" an incorrect spelling or text replacement. Luckily, you can edit, reset, or delete predictive text options using autocorrect, keyboard shortcuts, or by resetting your iPhone keyboard.
How to Use AirPrint to Print from Your iPhone or iPad
By Paula Bostrom
Apple’s AirPrint allows you to print photos or documents wirelessly from your iPhone or iPad. If you come across a photo or an article you’d really like to share with your roommate or significant other, AirPrint lets you create a hard copy of the article with just a few taps on your screen.
Are you in denial about needing a stronger prescription for your glasses or contacts? Display Zoom is here to act as an enabler for a little bit longer! With the iPhone 6 and 6 Plus, you can choose between either standard or zoom display resolutions.
Unleash Your Inner App Developer Part 7: The Big Picture
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 7 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 last several posts, we have created a prototype app called iAppsReview that allows users to rate apps on their iOS devices. Whenever you build an app, it's a best practice to first create a prototype that you can give to your client or potential user base for feedback. You often need to make changes to the prototype based on the feedback you receive. However, once the dust has settled, you need to turn the prototype into a real app. This requires writing code. Since this blog series is specifically designed for non-programmers, we need to take a step back and look at the big picture of app development and learn the basics of writing code.
Tip of the Day: View Your Timer Status on Lock Screen
By Abbey Dufoe
Find it frustrating that you have to go back into your clock app to see how much time is left on your timer? Ever wondered if there was another way to check you timer's status? Well, look no further than your lock screen.
Do You Secretly Dream of Being an iOS Ninja?
By Sarah Kingsbury
If you read that headline and thought, "Wait, what? Of course I want to be an iOS ninja. How do I get started?" you should definitely sign up for the iPhone Life Tip of the Day Newsletter. In fact, here's our list of all the people who could benefit from receiving our short but super handy iPhone tips and tricks everyday in their inbox:
Tip of the Day: Close a Book in iBooks by Pinching the Page
By Abbey Dufoe
Nobody likes to think of herself as lazy, but everybody loves those iPhone tips that let them save a few microseconds or use one less tap or swipe. Here's one more to add to your arsenal. Apple Books is one of many great reading apps. If you use Apple’s iBooks, there are two easy ways to close a book. First, tap the book to open.
Unleash Your Inner App Developer Part 6: Finishing the Prototype
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 6 of the series. If you're just getting started now, check out the beginning of the series here (this post has been updated to iOS 8, Xcode 6.3 and Swift 1.2.)
In my previous post, you were introduced to several user-interface controls including the text field, text view, image view, and rounded rectangle button. We finished the main iAppsReview scene and added a new App Category scene.
Rumor: Apple May Hold Special Event on February 24
By Jim Karpen
There's not much to go on, and not many blogs have picked this up. Yet I pass it along, given that I'd love to think that Apple may be offering a special event soon. According to Tgaap, Apple may be holding a special event on February 24. They aren't clear on the date, though, nor on what will be announced. But their "research" suggests that Tim Cook will revisit the Apple Watch and may introduce yet new features. Plus, at that time he would announce the availability dates and pricing for all the various models. According to Tgaap, Apple itself hasn't yet settled on a specific date when the Apple Watch will be available. Which makes sense, given that it often depends on how smoothly mass production goes. And production has only recently begun. The post also says something unknown will be announced, possibly Apple Watch-related. In addition, Tgaap says Apple will announce a new entry-level MacBook Pro with retina display.
Navigating around in a document can be challenging on your phone because it's hard to get around the page. You don't have to be frustrated by that anymore as your iPhone 6 hooks you up with an easier way to zip around the screen.
CES 2015: Rugged Gear Highlights
By Dig Om
After scouring the sprawling sea of tech-gear that is CES, here's a compilation of the best of the adventure-proof, rugged gear that was on display. While not all of the items featured here are available for order quite yet, all of these products are expected to start shipping by Q2 this year, sometime around March most likely. Read on after the break to see what's coming in the world of heavy-duty gear for our iOS devices.
Unleash Your Inner App Developer Part 5: Next Steps
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 5 of the series. If you're just getting started now, check out the beginning of the series here.
In my previous post, you learned about navigating between different scenes in your app, and learned about using custom user-interface controls in your apps. We started building the Write Review scene (shown on the left side of Figure 1), which we will finish in this post, and we'll move on to the App Category scene shown on the right side of Figure 1. (This post has been updated to iOS 8, Xcode 6.3 and Swift 1.2).
How to Format Notes with the Notes App
By Rachel Needell
The Notes app does so much more than simply record a passing thought. In fact, the broad range of formatting customization options that are available is the hallmark of the app. These options allow users the ability to create titles, headings, subheadings, bulleted & numbered lists, and more. Below, we'll be going over how to use basic text formatting tools in the Notes app on iPhone or iPad.