twostraws / Unwrap
- суббота, 11 августа 2018 г. в 00:15:46
Swift
Learn Swift interactively on your iPhone.
Unwrap is an app that helps you learn Swift faster and more effectively.
At its core are almost 100 video lessons that teach all the fundamentals of the Swift programming language, with each lesson backed up by an interactive review.
Once you’ve made some progress learning, you can dive into a selection of practice activities that make you write code by tapping, dragging, or typing, find errors, predict program output, and more. There are also daily challenges that test your overall language knowledge once per day, helping your new skills really sink in.
At some point hopefully soon Unwrap will be available to download for free on the App Store. Until then, I’ve made the code available so that anyone who wants to can see how I structure my code and perhaps learn from it. If you’d like to help you’re most welcome to and there are many opportunities, but make sure you read the contribution guidelines first.
Unwrap is written using Xcode 9.4 and Swift 4.1. All the CocoaPods are checked in to this repository, so you should be able to clone this and build it immediately.
As far as I know the app is feature complete, but there are likely to be errors all over the place at least to begin with – if you hit problems, either building or running the app, please let me know.
Any help you can offer with this project is most welcome, and trust me: there are opportunities big and small, so that someone with only a few weeks of Swift experience can help.
However, before you start please read the LICENSE.md and CONTRIBUTING.md files inside this repository. Although I want to make Unwrap available under an open-source license as soon as I can, right now it’s released under a really restrictive license to avoid clones, scams, and confused users. So, please read the LICENSE.md file before you contribute anything.
If you’d like to help, here are some suggestions ordered from most easy to most difficult. I’ve added documentation to most if not all of the code, but there’s also a separate document in this repository called CONTRIBUTING.md that documents how the code is structured and how it works.
Again, please make sure you read the LICENSE.md and CONTRIBUTING.md files before you start just to avoid problems.
Unwrap was designed and built by Paul Hudson. Hacking with Swift, Swift in Sixty Seconds, Unwrap, and the Unwrap logo are all copyright © Paul Hudson 2018.
Unwrap is built using some third-party frameworks and fonts: DZNEmptyDataSet, Font Awesome, MKRingProgressView, QuickLayout, SavannaKit, SDWebImage, SourceEditor, and SwiftEntryKit. Their licenses are stored inside their respective Pods directories, and are repeated inside the app’s credits screen.
Swift, the Swift logo, Xcode, Instruments, Cocoa Touch, Touch ID, AirDrop, iBeacon, iPhone, iPad, Safari, App Store, watchOS, tvOS, Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other countries.
If you liked Unwrap and want more like it, I have a whole website full of free Swift tutorials.