ziyouzhe4

Results 3 issues of ziyouzhe4

添加了 访问 照片/媒体库/相机/麦克风 的权限

SPAlertController *alertController = [SPAlertController alertControllerWithTitle:@"请选择变更的场景,变更后报警规则将重置" message:@"subtile" preferredStyle:SPAlertControllerStyleActionSheet animationType:SPAlertAnimationTypeFromBottom]; SPAlertAction *new = [SPAlertAction actionWithTitle:@"+ 新建场景" style:SPAlertActionStyleDestructive handler:^(SPAlertAction * _Nonnull action) { NSLog(@"点击了 新建场景"); }]; SPAlertAction *cancel = [SPAlertAction actionWithTitle:@"取消" style:SPAlertActionStyleCancel handler:^(SPAlertAction...

您好, 您这个开源项目如果想做部分自定义内容: 比如 改为和咸鱼上传图片的UI操作一致, 是不是很难改了?