Skip to content

Commit

Permalink
Fix layout error on iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Jan 2, 2022
1 parent 9031239 commit 25d69c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,18 @@
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "32">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Clendar">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A307DAB925ADD6B300B5CE11"
BuildableName = "ClendarWatchApp.app"
BlueprintName = "ClendarWatchApp"
ReferencedContainer = "container:Clendar.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,18 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Clendar">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A307DAB925ADD6B300B5CE11"
BuildableName = "ClendarWatchApp.app"
BlueprintName = "ClendarWatchApp"
ReferencedContainer = "container:Clendar.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
1 change: 0 additions & 1 deletion Clendar/Base/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ struct ContentView: View {
Text("No event selected")
.modifier(BoldTextModifider())
}
.navigationViewStyle(.stack) // fix layout error: https://developer.apple.com/forums/thread/673113
.onAppear {
configure()
}
Expand Down

0 comments on commit 25d69c5

Please sign in to comment.