8000 GitHub - redvblack/ios-swift-todo: Working version of apple's todo tutorial in swift. Several things about the tutorial were broken and had to be troubleshot, including some bad boilerplate, an xcode 6 bug re annotations, and so on.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Working version of apple's todo tutorial in swift. Several things about the tutorial were broken and had to be troubleshot, including some bad boilerplate, an xcode 6 bug re annotations, and so on.

Notifications You must be signed in to change notification settings

redvblack/ios-swift-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios-swift-todo

Based on this tutorial from Apple: https://developer.apple.com/library/iOS/referencelibrary/GettingStarted/RoadMapiOS/FirstTutorial.html

I really like this as a starter app because it has two screens and mixes storyboard and minor code development.

Turned out to be challenging though, because:

  • Every Cocoa Touch boilerplate file has an invalid init method signature.
  • Xcode 6 has a known bug with the unwindToList segue annotation.
  • All the tutorial code is in ObjectiveC, so you need to learn at least minor points about both languages.

It was a good learning experience, but starting on Swift with no Objective C background turned out to be more challenging than expected because all the help and tutorials are written in Objective C. :)

Hopefully this code helps someone else who's new.

About

Working version of apple's todo tutorial in swift. Several things about the tutorial were broken and had to be troubleshot, including some bad boilerplate, an xcode 6 bug re annotations, and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0