A collection of awesome swift projects
Hello, I'm Asif and I'm an iOS application developer. Recently I noticed some posts about 100 / 30 days of swift projects on medium and github. So I told myself why not give a try. So here goes my 30 days :). Enjoy.
Day 1 - Stopwatch
What is needed to learn:
- how to use Timer
Day 2 - CustomFont
What is needed to learn:
- how to add fonts in project
Day 3 - Corona Update
What is needed to learn:
- How to make Network request
- how to manage model
- how to handle reachability
- how to add Refresh control
- how to use collection view
- how to make asynce call for image loading
- how to use cache
caution: not a beginner project
Day 4 - Tip Calculator
What is needed to learn:
- how to use autolayout
- how to use textfield and system Keyboard
- how to use animation
Day - Auto Complete
What is needed to learn:
- how to use Trie DS to find related words effectively
- how to use textfield and maipulate text