How to show equal spaces or height between cells when its text in 1 line or 2 lines in SwiftUI
Code: with this if any favCell > Text(item.title ?? "") in 2 lines
then showing uneven line of views in that row why? how to make that row 1 lined text height or space between top and bottom also equal to 2 lined text please guide
How to show equal spaces or height between cells when its text in 1 line or 2 lines in SwiftUI
Code: with this if any favCell > Text(item.title ?? "") in 2 lines
then showing uneven line of views in that row why? how to make that row 1 lined text height or space between top and bottom also equal to 2 lined text please guide
How to show equal spaces or height b/w cells when its text in 1 line or 2 lines in SwiftUI
Code: with this if any favCell > Text(item.title ?? "") in 2 lines
then showing uneven line of views in that row why? how to make that row 1 lined text height or space b/w top and bottom also equal to 2 lined text please guide