32 个 pods
使用 CocoaPods 在 iOS 应用中轻松添加 Settings.bundle 和 CocoaPods 致谢支持。
许可证: Apache 2
许可证: Apache 2
它在概念上类似于其他流行的日志框架,如 log4j,但它专门为 objective-c 设计,并利用了多线程、grand central dispatch(如果可用)、无锁原操作和 objective-c 运行时的动态特性等特性。
许可证: BSD-3-Clause
此插件提供了一个用于拍照和从系统图片库中选择图片的 API。
camera.getPicture 函数打开设备的默认相机应用程序,允许用户拍照。当 Camera.sourceType 等于 Camera.PictureSourceType.CAMERA 时,此行为是默认的。用户拍照后,相机应用程序关闭,应用程序恢复。
如果 Camera.sourceType 是 Camera.PictureSourceType.PHOTOLIBRARY 或 Camera.PictureSourceType.SAVEDPHOTOALBUM,则显示一个对话框,允许用户选择现有图像。camera.getPicture 函数返回一个 CameraPopoverHandle 对象,它可以用来重新定位图像选择对话框,例如,当设备方向改变时。
返回值以以下格式之一发送到 cameraSuccess 回调函数,具体取决于指定的 cameraOptions
包含 base64 编码的图片图像的字符串。
表示本地存储上图像文件位置的字符串(默认)。
您可以对编码的图像或 URI 做任何想做的事情,例如
Render the image in an <img> tag, as in the example below
Save the data locally (LocalStorage, Lawnchair, etc.)
Post the data to a remote server
NOTE: Photo resolution on newer devices is quite good. Photos selected from the device's gallery are not downscaled to a lower quality, even if a quality parameter is specified. To avoid common memory problems, set Camera.destinationType to FILE_URI rather than DATA_URL.
许可证: Apache 2
CordovaPlugin-device-orientation 的 Markdown 格式长描述。
许可证: Apache 2
CordovaPlugin-network-information 的 Markdown 格式长描述。
许可证: Apache 2
一个模块化和完全可定制的UIImagePickerController替代品,具有与模拟器兼容的AVFondation相机、AssetsLibrary和自定义目录资源浏览器,以及图像裁剪、过滤器相册。更改元素的大小、位置、自定义选择器工作流程、添加/删除/重命名过滤器、应用于其他语言、使用其他库的裁剪功能等。
许可证: Apache 2
一个NSInputStream子类,适合在MacOSX/iOS应用程序中构建multipart/form-data HTTP请求体。
许可证: MIT