-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added name parameter in putImageBytes #205
Conversation
Thank you for submitting this PR @noob8boi |
I can try for iOS |
OK. I think you can use originalFilename in PHAssetResourceCreationOptions for private func putMediaBytes(
bytes: Data, album: String?, completion: @escaping (Bool, Error?) -> Void
) {
writeContent(
assetChangeRequest: {
let request = PHAssetCreationRequest.forAsset()
request.addResource(with: .photo, data: bytes, options: //HERE)
return request
}, album: album, completion: completion
)
} And mention me if you have finished the work or need help. |
sure may i know whats your deadline for this? just making sure if its ok to work on it tomorrow or day after tomorrow |
It means to add it at the |
for sure i dont mind.. thank you! |
OK. Thanks👍 |
Overview
Please change this text to a brief statement of purpose or overview.
Related Issues