You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my code and the view looks like in the picture
The question text is:
"18.\ \text{Harry wants to paint the side of his house. The total perimeter is 32 metres. What is the length of X?}\\\n\n19.\ \text{What is the area of the side of his house?}\\\n\n20.\ \text{Harry uses 3 litres of red paint, 4 litres of blue paint and 5 litres of white paint}\\\\\n\text{to paint the side of his house. What percentage of the paint was red?}"
Parent view has a frame. The code is complex so that I cannot provide all code here.
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
`struct MathView: UIViewRepresentable {
var equation: String
var font: MathFont = .firaFont
var textAlignment: MTTextAlignment = .left
var fontSize: CGFloat = 20
var labelMode: MTMathUILabelMode = .display
var insets: MTEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 20)
}`
Here is my code and the view looks like in the picture
The question text is:
"18.\ \text{Harry wants to paint the side of his house. The total perimeter is 32 metres. What is the length of X?}\\\n\n19.\ \text{What is the area of the side of his house?}\\\n\n20.\ \text{Harry uses 3 litres of red paint, 4 litres of blue paint and 5 litres of white paint}\\\\\n\text{to paint the side of his house. What percentage of the paint was red?}"
Parent view has a frame. The code is complex so that I cannot provide all code here.
How can I solve this problem?
The text was updated successfully, but these errors were encountered: