如何将捕获的图像保存到其他目录中的imageview?

时间:2015-12-12 14:54:00

标签: android android-studio directory save android-camera

enter image description here

我的应用程序基于android studio, 我非常感谢你的帮助和考虑:) 谢谢:))

1 个答案:

答案 0 :(得分:0)

用于将[从相机]拍摄的图像设置为图像视图:

  extension String { 
      public var url: NSURL {
         return NSURL(fileURLWithPath:self)
      }
      public var stringByDeletingLastPathComponent: String {
         return String(url.URLByDeletingLastPathComponent)
      }
 }