我正在使用ZBarSDK在iPhone上阅读QR码,但是我想在相机/扫描仪View的底部添加一些文本,这些文本是用户的说明性文本。这是我目前所拥有的:UIView*cameraOverlayView=[[UIViewalloc]initWithFrame:[[UIScreenmainScreen]applicationFrame]];cameraOverlayView.backgroundColor=[UIColorredColor];UILabel*instructionLabel=[[UILabelalloc]initWithFrame:[[UIScreenmainScreen]a