/playInThePlayground

hi iOS i ♥︎ you

Primary LanguageSwift

🤹🏻‍♀️ Projects Played In The Playground

Click the folder🗂 and check out🔎 it's brief introduction🏷 & preview📱.

- Swift Grammer (link)

  • Data type, Collection, Function
  • Conditional statement, Repetitive statement
  • Structure, Class (+inheritance), Type casting
  • Optional (+binding, +chaining), Enum
  • Assert, Guard
  • Protocol, Extension
  • try-catch, Closure
  • Map, Filter, Reduce

- Used Class: UICollectionViewDataSource, UICollectionViewFlowLayout

  1. Symbol Roller App
  2. Simple Weather App
  3. Stock Rank App
  4. Chat List App
  5. Apple Framework App
  6. Instagram Search App
  7. NRC Onboarding App

- Used Class: UICollectionViewDiffableDataSource, UICollectionViewCompositionalLayout

(+) Modality, Navigation
  1. Apple Framework App (Advanced) ← Advanced version of No.5
  2. HeadSpace Focus App
  3. Spotify Paywall App
  4. Apple Framework App (Modality) ← Modality View added version of No.8
  5. HeadSpace Focus App (Navigation) ← Navigation View added version of No.9

- Combine (link)

  1. Publisher & Subscriber
  2. Subject
  3. Subscription
  4. @Published
  5. Foundation and Combine
  6. Scheduler
  7. Operator - Map & Filter
  8. Operator - CombineLatest
  9. Operator - RemoveDuplicates & CompactMap & IgnoreOutput & Prefix
* combine applied project
  1. Apple Framework App (Combine) ← Combine applied version of No.11

- Network (link)

  1. URLSession
  2. Decode Data
  3. Fetch Method
  4. Using Combine
* Network applied project
  1. Github user-profile-search App