Skip to content

Commit d66f994

Browse files
committed
Ajuste da cell da home.
1 parent 754524b commit d66f994

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

solutions/devsprint-caio-santos-7/FinanceApp/AppDelegate/SceneDelegate.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
1515
guard let windowScene = (scene as? UIWindowScene) else { return }
1616

1717
self.window = UIWindow(frame: UIScreen.main.bounds)
18-
self.window?.rootViewController = ConfirmationViewController()
19-
//self.window?.rootViewController = TabBarViewController()
18+
self.window?.rootViewController = TabBarViewController()
2019
self.window?.windowScene = windowScene
2120
self.window?.makeKeyAndVisible()
2221
}

solutions/devsprint-caio-santos-7/FinanceApp/Screens/ActivityDetails/ActivityCellView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ extension ActivityCellView: ViewCodable {
117117
icon.heightAnchor.constraint(equalToConstant: 48),
118118
icon.widthAnchor.constraint(equalToConstant: 48),
119119

120-
stackView.heightAnchor.constraint(greaterThanOrEqualToConstant: 48),
121120
stackView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 8),
122121
stackView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -8),
123122
stackView.leadingAnchor.constraint(equalTo: icon.trailingAnchor, constant: 8),

solutions/devsprint-caio-santos-7/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313

1414
PODFILE CHECKSUM: 329ee3d83fde0ac6a4546f9316b16ae63f8da3d2
1515

16-
COCOAPODS: 1.11.2
16+
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)