SensehacK / health-sense

All in one Health App - Computer Science Capstone Project
https://sensehack.github.io/health-sense/
GNU General Public License v2.0
8 stars 3 forks source link

Efficient dynamic view code control flow #53

Closed SensehacK closed 4 years ago

SensehacK commented 4 years ago

Description

Functionality of adding a feature for iOS application which would add in

//TODO: Maybe we can dynamically assign views control flow in SceneDelegate itself.

Performance Overhead

1 sec Black screen compared to Viewcontroller function viewDidLoad() and then viewDidAppear(), so there are already 4 extra overhead calls.

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened] Currently we set the UIView dynamic views in ViewController.swift file and then it assigns the

Storyboard "Main" -> "UITabBarVC"-> "Summary" Storyboard + View Controller

OR

Storyboard "Onboarding" -> "OnboardingVC"-> "1-2-3" Storyboards + View Controllers -> Summary Main Storyboard

Dependency

  1. Xcode , iOS v+
  2. Library
  3. Patience
  4. Intelligence

Process

Documentation