-
- Downloads
project: reorganize structure, begin mvvm
This patch reorganizes the project structure to separate entities in specific groups. It also renames some files. This is done to improve the separation of concerns of the components of the project. The renaming operation reflects the MVVM architecture that we will try to implement. Tuleap: #1327 Change-Id: I46109e82c87510e134f57d551946499b11334c44
Showing
- Ring/Ring.xcodeproj/project.pbxproj 47 additions, 15 deletionsRing/Ring.xcodeproj/project.pbxproj
- Ring/Ring/Account/AccountModel.swift 127 additions, 0 deletionsRing/Ring/Account/AccountModel.swift
- Ring/Ring/Account/AccountViewModel.swift 29 additions, 0 deletionsRing/Ring/Account/AccountViewModel.swift
- Ring/Ring/AccountDetailsViewController.swift 1 addition, 4 deletionsRing/Ring/AccountDetailsViewController.swift
- Ring/Ring/AccountTableViewCell.swift 1 addition, 1 deletionRing/Ring/AccountTableViewCell.swift
- Ring/Ring/AppDelegate.swift 1 addition, 1 deletionRing/Ring/AppDelegate.swift
- Ring/Ring/Base.lproj/Main.storyboard 3 additions, 3 deletionsRing/Ring/Base.lproj/Main.storyboard
- Ring/Ring/Extensions/BoolStringExtension.swift 1 addition, 1 deletionRing/Ring/Extensions/BoolStringExtension.swift
- Ring/Ring/Extensions/NotificationNames.swift 25 additions, 0 deletionsRing/Ring/Extensions/NotificationNames.swift
- Ring/Ring/MainTabBar/MainTabBarViewController.swift 36 additions, 0 deletionsRing/Ring/MainTabBar/MainTabBarViewController.swift
- Ring/Ring/MeViewController.swift 11 additions, 11 deletionsRing/Ring/MeViewController.swift
- Ring/Ring/Services/AccountsService.swift 92 additions, 0 deletionsRing/Ring/Services/AccountsService.swift
- Ring/Ring/Walkthrough/WalkthroughStoryboard.storyboard 48 additions, 0 deletionsRing/Ring/Walkthrough/WalkthroughStoryboard.storyboard
Loading
Please register or sign in to comment