ios 图库的使用
  | 
  | 
// 保存到本地123456789101112UIVideoAtPathIsCompatibleWithSavedPhotosAlbum //拍摄的视频保存到相册 UISaveVideoAtPathToSavedPhotosAlbum(url.path, self, nil, nil)UIImageWriteToSavedPhotosAlbum 拍摄的图片保存到本地 if picker.sourceType == UIImagePickerControllerSourceType.Camera{        let saveBool = UIVideoAtPathIsCompatibleWithSavedPhotosAlbum(url.path)            if saveBool == true{               UISaveVideoAtPathToSavedPhotosAlbum(url.path, self, nil, nil)            } }
You need to set 
install_url to use ShareThis. Please set it in _config.yml.