Skip to content

Commit dde55f0

Browse files
committed
Updated README.md
Added links to Pro Swift and Objective-C for Swift Developers.
1 parent 8b2b285 commit dde55f0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hacking with Swift
22
This is the source code to accompany Hacking with Swift, [a free tutorial series that teaches Swift coding for iOS](https://www.hackingwithswift.com).
33

4-
All projects should be compatible with Xcode 7.0 and iOS 9. Where appropriate, separate project files have been provided so that you can follow the tutorial from scratch without having to dig around in the completed project folder.
4+
All projects should be compatible with Xcode 7.3 and iOS 9. Where appropriate, separate project files have been provided so that you can follow the tutorial from scratch without having to dig around in the completed project folder.
55

66
If you have questions, you can find me on Twitter [@twostraws](https://www.twitter.com/twostraws).
77

@@ -12,6 +12,14 @@ If you have questions, you can find me on Twitter [@twostraws](https://www.twitt
1212

1313
The Hacking with Swift book contains over 1200 pages of tutorials and example code, and makes a great addition to any developer's collection. Thank you to everyone who bought the book – your purchase helps me create more great Swift content in the future!
1414

15+
- [Buy the Pro Swift book and video course](https://gumroad.com/l/proswift)
16+
17+
Pro Swift is the sequel to Hacking with Swift, and includes a 250-page guide to helping you write faster, more efficient Swift, accompanied by over 70 videos demonstrating each technique. If you want to dive into functional programming, learn more about MVVM, get to grips with @autoclosure and @noescape, or try your hand at protocol-oriented development, Pro Swift is for you.
18+
19+
- [Buy Objective-C for Swift Developers](https://gumroad.com/l/objcswift)
20+
21+
If you're looking to complete your iOS knowledge, Objective-C for Swift Developers is a book that's designed to teach you Objective-C as fast as possible by drawing parallels between it and Swift. It also includes a video walkthrough where I recreate a Hacking with Swift project in Objective-C, so you can see exactly how both languages compare.
22+
1523
- [What's new in Swift 2.2? (includes video)](https://www.hackingwithswift.com/swift2-2)
1624
- [What's new in Swift 2? (includes video)](https://www.hackingwithswift.com/swift2)
1725
- [What's new in iOS 9?](https://www.hackingwithswift.com/ios9)

0 commit comments

Comments
 (0)