jappleseed69
jappleseed69
Seems like the line was caused by a non-circular `cornerRadius`. So that problem has been resolved!
Regarding a cell whose aspect ratio is 1:1, how would you recommend going about that in a UI like this? 
Please correct me if I'm wrong but `.cellSize` only dictates the width of the cell, right? If that's the case, I'm not able to set the height of the cell...
That's exactly what I'm doing. It works great when `calendar.minimumLineSpacing = 0` but breaks when `minimumLineSpacing` is a non-zero value. It seems like `minimumLineSpacing` adds spacing to the lines by...