GroupBox("Today's Menu") {
VStack(alignment: .leading) {
Text("🍛 curry and rice")
Text("🥗 green salad")
}
}
.frame(width: 300)
便利そうです。
しこしこと似せて手作りしてみます。
Go to list of users who liked
More than 1 year has passed since last update.
GroupBox("Today's Menu") {
VStack(alignment: .leading) {
Text("🍛 curry and rice")
Text("🥗 green salad")
}
}
.frame(width: 300)
便利そうです。
しこしこと似せて手作りしてみます。
Register as a new user and use Qiita more conveniently
Go to list of users who liked