我试图在触发函数时在subview中隐藏UIButton。我对该层次结构有多个View:vartakePhotoButton:UIButton=UIButton.buttonWithType(UIButtonType.System)asUIButtontakePhotoButton.addTarget(self,action:"takePhoto",forControlEvents:UIControlEvents.TouchUpInside)varsavePhotoButton:UIButton=UIButton.buttonWithType(UIButtonType.System)a