iPhone開發部分總結

iphone程序中實現截屏的一種方法 在iphone程序中實現截屏的一種方法: //導入頭 文件 #import QuartzCore/QuartzCore.h //將整個self.view大小的圖層形式建立一張圖片 image  UIGraphicsBeginImageContext(self.view.bounds.size); [self.view.layer renderInContext
相關文章
相關標籤/搜索