sendSubviewToBack:
Moves the specified subview so that it appears behind its siblings.
- (void)sendSubviewToBack:(UIView *)view 于是用这个方法把button丢到imageView的后面去了,问题解决了..Moves the specified subview so that it appears behind its siblings.
- (void)sendSubviewToBack:(UIView *)view 于是用这个方法把button丢到imageView的后面去了,问题解决了..