Nope, A is the superview of B, and B is the superview of C
viewA.addSubview(viewB)
viewB.addSubview(viewC)
1
solved What exactly is a superview?
Nope, A is the superview of B, and B is the superview of C
viewA.addSubview(viewB)
viewB.addSubview(viewC)
1
solved What exactly is a superview?