使用方法: 1.定义属性 letradioAlbum=HWRadioAlbum() 2.调用方法(显示提示框) overridefunctouchesBegan(_touches:Set,withevent:UIEvent?){ radioAlbum.showPromptBox() } 3.实现闭包回调接收图片 overridefuncviewDidLoad(){ super.viewDidLoad() weakvarweakSelf=self//弱引用