• This repository has been archived on 19/May/2022
  • Stars
    star
    1
  • Language
    Swift
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My first full-featured iOS app

NotesProject

What I've learned doing this project

App still in progress...

  • UIKit
    • UITableView
    • UIStackView
    • UITabBarController (removed for a time)
    • UINavigationController
    • Autolayout
    • How to use segues
    • How to use controllers in code
  • CoreGraphics
    • How to draw gradient
    • How to make custom views
    • How to make color picker
  • CoreData
    • in progress...
  • GCD & Operations
    • in progress...