Platforms to show: All Mac Windows Linux Cross-Platform
The module iOSPictureMBS
module iOSPictureMBSType | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | Graphics & Pictures | MBS Picture Plugin | 21.1 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
- method SaveImageAtPathToSavedPhotosAlbum(ImageFile as FolderItem, CompletionDelegate as ImageSaveCompletedMBS)
- method SaveImageAtPathToSavedPhotosAlbum(ImagePath as String, CompletionDelegate as ImageSaveCompletedMBS)
- method SaveVideoAtPathToSavedPhotosAlbum(VideoFile as FolderItem, CompletionDelegate as VideoSaveCompletedMBS)
- method SaveVideoAtPathToSavedPhotosAlbum(VideoPath as String, CompletionDelegate as VideoSaveCompletedMBS)
- method VideoAtPathIsCompatibleWithSavedPhotosAlbum(VideoFile as FolderItem) as Boolean
- method VideoAtPathIsCompatibleWithSavedPhotosAlbum(VideoPath as String) as Boolean
- method WriteImageToSavedPhotosAlbum(Pic as Picture, CompletionDelegate as ImageSaveCompletedMBS)
- delegate ImageSaveCompletedMBS(error as NSErrorMBS)
- delegate VideoSaveCompletedMBS(videoPath as String, error as NSErrorMBS)
Some examples which use this module:
Blog Entries
- Video about MBS Xojo Plugins 21.1
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.1
- MBS Xojo Plugins, version 21.1pr8
Xojo Developer Magazine
Videos
Release notes
- Version 21.1
- Added iOSPictureMBS module with methods and delegates to export video or image to camera roll.
The items on this page are in the following plugins: MBS Picture Plugin.