Post

Replies

Boosts

Views

Activity

Deletion of my developer account
I contacted developer support 3 days agovia email and they are sharing any response regarding removal of an app that I stoped publishing two years ago. And no advisor is lifting call I kept on listening to music for nearly an hour twice and anoth half an hour the third time I tried to call developer support team.
1
0
39
5h
ForEach loop works unanimously
When I try to iterate over Identifiable struct var with foreach loop nested with other foreach lop taking structs attribute say array and representing it as button in ui then only last iterated item from array is enabled. Code struct Player { let id : Int var birth: Piece } struct Piece { let id: Int var moves: Int } ForEach($players, id: .id) { player in let pl: Player = player.wrappedValue ForEach(pl.birth, id: .id) { bp in OverlayBirthPieces(cur_pl: player, movingpiece: .constant(bp), color: pl.color) } } I want all the pl.birth item (pieces on Ludo board) to be enabled if player.chance == true. but only last birthplace is getting enabled
2
0
302
Oct ’23
Deletion of my developer account
I contacted developer support 3 days agovia email and they are sharing any response regarding removal of an app that I stoped publishing two years ago. And no advisor is lifting call I kept on listening to music for nearly an hour twice and anoth half an hour the third time I tried to call developer support team.
Replies
1
Boosts
0
Views
39
Activity
5h
ForEach loop works unanimously
When I try to iterate over Identifiable struct var with foreach loop nested with other foreach lop taking structs attribute say array and representing it as button in ui then only last iterated item from array is enabled. Code struct Player { let id : Int var birth: Piece } struct Piece { let id: Int var moves: Int } ForEach($players, id: .id) { player in let pl: Player = player.wrappedValue ForEach(pl.birth, id: .id) { bp in OverlayBirthPieces(cur_pl: player, movingpiece: .constant(bp), color: pl.color) } } I want all the pl.birth item (pieces on Ludo board) to be enabled if player.chance == true. but only last birthplace is getting enabled
Replies
2
Boosts
0
Views
302
Activity
Oct ’23