摘要: UIImageWriteToSavedPhotosAlbum:NextUIKit Function ReferenceOverviewThe UIKit framework defines a number of functions, many of them used in graphics and drawing operations.Functions by TaskApplication LaunchUIApplicationMainImage ManipulationUIImageJPEGRepresentationUIImagePNGRepresentationImage and 阅读全文
posted @ 2013-11-21 10:54 荔枝林 阅读(3267) 评论(0) 推荐(0) 编辑
摘要: UIActionSheet是在iOS弹出的选择按钮项,可以添加多项,并为每项添加点击事件。为了快速完成这例子,我们打开Xcode 4.3.2, 先建立一个single view application。然后再xib文件添加一个button,用来弹出sheet view。1、首先在.h文件中实现协议加代码的地方在@interface那行的最后添加,协议相当于java里的接口,实现协议里的方法。[cpp]view plaincopy@interfacesheetviewViewController:UIViewController@end2、添加button,命名button为showSheetV 阅读全文
posted @ 2013-11-21 10:42 荔枝林 阅读(357) 评论(0) 推荐(0) 编辑