比如一个parentView和一个childView parentView中使用childView.frame = (100, 100, 200, 200),这是指在parentView中的 位置。 childView中的bounds就始终为(0, 0, 200, 200)
frame里的值是左上角的(x,y)坐标,bounds是控件的长宽尺寸