Tag: iOS programming

iOS Tutorials at AppCoda

A Beginner’s Guide to NSDate in Swift

Last updated on June 29th, 2016If I was ever asked what’s one of the most common stuff I do among all projects, then I would have answered that dealing with dates is definitely one of them. Undoubtably, there’s no developer out there who doesn’t really need to “play” with the NSDate class and handle dates […]

Keep Reading...
iOS Tutorials at AppCoda

A First Look at Contacts Framework in iOS 9

Last updated on June 29th, 2016As every iOS release, the version 9, which is officially here for just a few weeks, presents new features and improvements to existing technologies for both users and developers. As we’ve all witnessed, there’s a number of new stuff that has been first-introduced in this version, but there are changes […]

Keep Reading...
iOS Tutorials at AppCoda

How To Create a Custom Search Bar Using UISearchController

Quite often it’s required from iOS applications to be capable of performing search in specific data that is displayed in a tableview. Undoubtably, most of developers have faced that situation, and the most usual approach to that is to use the default controls that the iOS SDK provides. Up to iOS 8, Apple was providing a special control for performing searches in tableviews named UISearchDisplayController. This controller, in conjunction with the UISearchBar was making possible to add search features quite easily in an application. Nevertheless, this belongs to history now.

Keep Reading...
iOS Tutorials at AppCoda

Building a Video Search App with YouTube API

Last updated on April 18th, 2016It’s a well-known fact that Google provides a big number of electronic products and services that can be used from the simplest end-user, to the most sophisticated one. But further than those who just use the Google services as they’re provided, there are people who need to have a different […]

Keep Reading...