摘要: 两种动画:1:UIView动画UIView的部分属性支持动画:frame, bounds(中心点不变,放大或缩小), center, transform, alpha[UIView beginAnimation: context:];[UIView setAnimationTransition:UIVIewAnimationTransitionFlikpFromLeft forView:self.view ]layersetClipsToBounds把超出部分切掉[UIView commitAnimation];UIView支持翻转以及翻页效果UIView setAnimationWillS. 阅读全文
posted @ 2013-02-21 11:01 言程序 阅读(2278) 评论(1) 推荐(1)
摘要: 通知 KVO(Key-Value Observing)NSString*value = [NSStringstringWithFormat:@"%d",(int)_mySlider.value];NSLog(@"%@",[selfvalueForKeyPath:@"myTxt.text"]);NSString*keyPath =@"myTxts.text";[selfsetValue:valueforKeyPath:keyPath];KVC(Key-Value Coding)===========1://加一个检测 阅读全文
posted @ 2013-02-21 10:59 言程序 阅读(200) 评论(0) 推荐(0)
摘要: 主类.h #import <UIKit/UIKit.h> #import <MessageUI/MessageUI.h> @interface MyViewController : UIViewController <UIImagePickerControllerDelegate,UINavigat 阅读全文
posted @ 2013-02-21 10:40 言程序 阅读(217) 评论(0) 推荐(0)