LAnqxpp

Results 10 issues of LAnqxpp

iPad 横排按钮 做个适配 竖排 横排 可以切换

enhancement

LGAlertView *alertView = [[LGAlertView alloc] initWithTitle:nil message:nil style:LGAlertViewStyleActionSheet buttonTitles:@[@"回复", @"复制",@"举报"] cancelButtonTitle:@"取消" destructiveButtonTitle:@"" delegate:self] ; [alertView showAnimated:YES completionHandler:nil];

从相册获取图片 类型 UIImage *image 存到数据库没有问题,self.image = image 没有问题 打印储存直接存 但是 @[UIIImage] 放到数组存储 获取 赋值 self.image = @[UIIImage][0] 不展示 ( , )

…overlapping CN :确保弹窗 ToastView只添加一个,防止重复点击 重叠添加ToastView