This is a project to test some popular libraries and as well as trending architectures.
There will be a menu when the app launches and you can navigate to other views to tryout libraries etc.
-
EmptyDataSet
- ViewModels
- ViewControllers
- Controls ( if it is needed)
- Models (If it is needed)
- ViewControllers (Activities)
- Views (Fragments, if it is needed)
-
FoldingCell
-
GradientLoadingBar
-
NativeAPI
-
RxSwift
-
StretchyHeader
-
SwiftUI
This directory contains a demo app written by SwiftUI
-
Splash
-
Main
-
Constants
-
Extensions
-
Helpers
-
Models
-
Libraries
(Some libraries or code pieces that doesn't have a pod file goes here)
-
Networking
-
Service
BaseService class, `LTService.swift'
-
Alamofire+RxSwift
This folder has a network client for Github by using Alamofire and RxSwift library.
-
Native
This folder has network client for MarvelAPI by using only native libraries.
-
-
Logging
-
Constants
-
Controls
Base UIKit or UI related classes like down below
- LTButton.swift
- LTLabel.swift
- ...
-
Extensions
- LTViewController+ActivityIndicator.swift
- UIImageView+AlamofireImage.swift
- ...
-
Models
- LTViewPropertyAnimator.swift
-
ViewControllers
- LTViewController.swift
-
ViewModels
- LTViewModels.swift
-
Views
Base UIKit or UI related classes like down below
- LTCollectionView.swift
- LTCollectionViewCell.swift
- LTWindow.swift
-
AppDelegate.swift
-
AppDelegateViewModel.swift
-
Application.swift
-
Navigation.swift
This class has codes for setting up classes for navigation and injecting them in the beginning.
-
Assests (Images, Icons)
This directory has .xcconfig
files with parameters for every environment such as below.
- Development.xcconfig
- Test.xcconfig
- Production.xcconfig