iOS-调用网页聊天、拨打电话
@property (nonatomic,strong) UIButton *but; @property (nonatomic,strong) UIButton *but1; @property (strong, nonatomic) UIView *subView; //客服QQ -(void)qqAction { self.but = [UIButton buttonWithType:UIButtonTypeCustom]; self.but.frame = self.view.bounds; self.but.backgroundColor = [UIColor colorWithWhite:0.019 alpha:0.400]; [self.but addTarget:self action:@selector(btnClick:) forControlEvents:UIControlEventTouchUpInside]; [self.view addSubview:self.but]; self.but1 = [UIButton buttonWithType:UIButtonTypeCustom]; self.but1.frame = self.view.bounds; self.but1.backgroundColor = [UIColor