Skip to content

Commit

Permalink
Merge pull request #12 from wlsdms0122/develop
Browse files Browse the repository at this point in the history
[RELEASE] Compose/1.7.0
  • Loading branch information
wlsdms0122 authored Dec 24, 2023
2 parents cecbf97 + 3023d86 commit 0f32f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Compose/iOS/ComposableController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,11 @@ open class ComposableController: UIHostingController<AnyView> {
}

// MARK: - Lifecycle
open override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .clear
}

open override func viewWillLayoutSubviews() {
super.viewWillLayoutSubviews()
// Invalidate intrinsic content size when root view's layout changed.
Expand Down

0 comments on commit 0f32f5e

Please sign in to comment.