It's that time of year again. Right after a new iPhone comes out there is the inevitable deluge of great cases to protect your new investment. This happens with every iPhone release, but perhaps never more markedly than with the introduction of the completely new form factors of the iPhone 6 and 6 Plus. If ever an iPhone called for a protective case it is these large and larger models, with their increased real estate, slick, rounded edges and extra heft. Rather than clump an assortment of different cases together, I'll be focusing on one great case each week over the course of the coming months. In a break from the norm, this week we are featuring two different waterproof cases: the LUNATIK TAKTIK 360 ($119.95) and the LUNATIK AQUATIK ($89.95).
Tip of the Day: Quickly Access Contacts Without Opening an App
By Sarah Kingsbury
If you want to quickly call, FaceTime, or text a contact, there's no need to open any of the related apps. Those who have iOS 8 on their iPhone can quickly access Favorite and Recent contacts via the App Switcher.
Tip of the Day: See Only the Widgets You Want in the Order You Choose
By Sarah Kingsbury
Thanks to iOS 8, Apple lovers finally have access to widgets on their iPhones. But users will find some widgets more useful than others. Maximize their utility by deleting widgets you don't need to see in the Today view in Notifications and arranging the rest in the most convenient order.
How to Enable Notifications for an Email Thread Using the Mail App
By Sarah Kingsbury
Enabling notifications on an email thread lets you sit back and wait for that important reply without feeling the need to check your inbox every five minutes. You can turn on notifications for a thread either from the subject line of an email you are composing or by swiping left on a thread inside your inbox. Here are the two methods for enabling notifications on email threads in the Mail app.
Swift Programming 101: Mastering Protocols and Delegates (Part 1)
By Kevin McNeish
Protocols are a powerful, advanced tool that help make your apps easier to design and extend. They define standard behavior in classes that are not necessarily related. Protocols used together with delegates allow you to create classes with a well-balanced load of responsibilities.
Tip of the Day: Quickly Add a Website to Favorites
By Jim Karpen
I like the features of Safari in iOS 8. In a previous tip I showed how to request the desktop version of a site by tapping in the address bar and then dragging down on the Favorites window that pops up. I also just learned of a quick way to add the current page to Favorites, to your reading list, or to shared links.
Living In an OmniGroup World
By Daniel Rasmus
Just outside of Redmond, WA, center of the Microsoft universe, lies a little city we like to call Seattle. Seattle is the home to OmniGroup, a company dedicated to writing some of the best, and more enduring, Macintosh software around, along with complementary iOS apps to facilitate the increasingly mobile lifestyles of their customers.
I like Apple's Maps app, but a number of times it's taken me to a location that simply didn't exist: an Indian restaurant, a zoo, a hotel in a small town, a Chinese restaurant. I diligently follow Siri's directions and when she says I've arrived, the establishment in question is nowhere to be seen. And in several of these cases probably never existed. If you've had similar problems and prefer maps from third parties such as Google, you can now conveniently access these maps from within Apple's Maps app.
Tip of the Day: How to Search Within a Web Page
By Jim Karpen
Often when you're searching the web for some particular bit of information, your search pulls up a long page of text. But you then have no idea where on that page to find the information you're looking for. The next step is to search within the page. The way to do that on iOS devices is simple, but not obvious.
Swift Programming 101: Inheritance & Polymorphism
By Kevin McNeish
In previous posts I have touched on inheritance in Swift. In this post, I'm going to be diving deeper and giving you a fuller picture of how inheritance works in Swift, and how you can use it to create apps that are easy to extend when you need to add new functionality. Along the way, you will also learn about the important concept of polymorphism and learn how to use Xcode's new playgrounds!