Adding AirDrop File Sharing Feature to Your iOS Apps
AirDrop is Apple’s answer to file and data sharing. Before the debut of iOS 7, users need to rely
Founder of AppCoda. Author of multiple iOS programming books including Beginning iOS Programming with Swift and Mastering SwiftUI. iOS App Developer and Blogger. Follow me at Facebook and Twitter (X).
AirDrop is Apple’s answer to file and data sharing. Before the debut of iOS 7, users need to rely
Update: As Apple released Xcode 6 and Swift, we’ve updated the Hello World tutorial here. The Hello World tutorial
Like many of you, I have been very busy upgrading my apps to make them fit for iOS 7. The
This is the second part of the Cloud Backend tutorial. In the first part of the tutorial series, we gave
When we first started the iOS programming course, we built a simple Recipe app together and walk you through the
Editor’s note #1: This post has been updated for Xcode 6 and iOS 8. The demo app now supports
Before we dive into the local notification tutorial, let’s first talk about the history. Way back in iOS 3.
Update: The post has been updated to support Xcode 5 and iOS 7. In the previous post we covered how
Previously, we covered how to use the built-in APIs to read a RSS feed and build a simple RSS Reader
Editor’s note: we received a number of requests for a tutorial about building a RSS reader app. This week,