Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行demo的时候@available(iOS 9.0, *)报错 #90

Closed
CHENDONGY opened this issue Sep 4, 2017 · 5 comments
Closed

运行demo的时候@available(iOS 9.0, *)报错 #90

CHENDONGY opened this issue Sep 4, 2017 · 5 comments

Comments

@CHENDONGY
Copy link

No description provided.

@longitachi
Copy link
Owner

这个是在Xcode9.0以下版本报的错,不识别该条件判断,可以把他修改为 [UIDevice currentDevice].systemVersion.floatValue >= 9.0

@ghost
Copy link

ghost commented Sep 5, 2017

希望能尽快更新

@longitachi
Copy link
Owner

@liupengios 嗯好,暂时可以手动修改为 [UIDevice currentDevice].systemVersion.floatValue >= 9.0 ,后续版本会更新的

@GuangTingVR
Copy link

能不能把 编辑完后 就默认是编辑完后的照片 跟微信一样 这只能编辑一张图片..... 试着改了改不好. 还有编辑里的另外两个功能没有打开,打开后只有UI,没有实际操作!

@longitachi
Copy link
Owner

“编辑里的另外两个功能没有打开,打开后只有UI,没有实际操作!”这个是什么意思? 编辑完后这个功能可以考虑下,但是最近比较忙没时间整

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants