iOS Life

  • Home
  • ABOUT
  • SERVICES
  • PORTFOLIO
  • BLOG
  • Contact

Tutorial 59

 

Tutorial: Get Facebook Friends using the Facebook SDK in Swift

Note: Newer tutorial available. If you would like to learn how to implement FBSDKGraphRequest using Facebook SDK 4.0 using Swift, read Tutorial: How To Use Login in Facebook SDK 4.0 for Swift You’ve probably noticed that most successful games contain a Facebook Leaderboard so users can compete against their friends. You can read more about […]

6 years ago More
 

Learn Swift by Video

I don’t know about you, but when I need to learn something I find it easier to watch someone else do it first. That’s why when I wanted to learn Swift I went in search of the best video series I could find. It’s almost like being in a classroom and listening to an instructor […]

6 years ago More
 

Tutorial: Calculate Age in Swift

For a new application I’m working on I needed to capture the birth date of a user and validate if they are old enough to use the app. Below is a simple method in Swift to return the age of a user after passing in the users birthday. func calculateAge (birthday: NSDate) -> NSInteger { […]

6 years ago More
 

Tutorial: Post to Web Server API in Swift using NSURLConnection

In the past I have always used the ASIHTTPRequest third-party library to make an asynchronous request to a server. It’s been outdated for at least a year but still worked for all I needed it for. I thought I’d look for a more native approach to use in Swift instead of using a Bridging Header […]

6 years ago More
 

Tutorial: Facebook Login in Swift using a Bridging Header

Note: Newer tutorial available. If you would like to learn how to implement Facebook Login using Facebook SDK 4.0 using Swift, read Tutorial: How To Use Login in Facebook SDK 4.0 for Swift If you are building a new game for iOS one of the key features you are going to need is a way […]

6 years ago More
Page 6 of 12« First«...45678...»Last »
brianjcoleman on Twitter
  • Classix is still holding in the top charts on Apple TV in Canada. #55 Free, #23 Top Grossing. #tvos #appletv #app https://t.co/xuEJiT4rro, Jul 14
  • New Blog Post: "Classix for iPhone, iPad & Apple TV” #iOSDev #ios #swift #swiftlang #SwiftDevs #AppleTV Read here: https://t.co/uF6w3gYOot, May 20
  • New Blog Post: "How to test your app for IPv6 compatibility” #iOSDev #ios #swift #swiftlang #SwiftDevs Read here: https://t.co/SveichSUep, May 6

Recent Posts
  • Classix for iPhone, iPad & Apple TV
  • Tutorial: How to test your app for IPv6 compatibility
  • Tutorial: Testing SSL using Charles Proxy on an iOS Device
  • Tutorial: 3D Touch – Quick Actions in Swift
  • tvOS Tutorial: Top Shelf in Swift
Featured Apps
Classix
Sportsnet
TAGS
tutorialswiftios8iosobjective-cvideostrategygamesframeworknewsappsmonitizeios7applefacebookwatchtoolstvosios9bookdesignsocialapiprovisiontutorialsbooksiapiTunes ConnectIPv6
Search
ABOUT
Brian is a Lead iOS/tvOS Developer from Toronto with over 18 years of multifaceted experience including development, design, business analysis and project management.
MOST VIEWED
Tutorial: How To Use Login in Facebook SDK 4.1.x for Swift
162,608 views
Tutorial: How to test your app for IPv6 compatibility
99,880 views
Tutorial: How to use Auto Layout in Xcode 6
88,713 views
FOLLOW ME
    
Email Subscription
Sign up for my newsletter to receive the latest news and tutorials posted.

Enter your email address:

2013-2017 © Brian Coleman