07 2013 档案

摘要://添加监听事件[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil];[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillHide:) name:UIKeyboardWillHideNotification object:nil];//监听回调#pra 阅读全文
posted @ 2013-07-18 21:32 Clin 阅读(522) 评论(0) 推荐(0) 编辑
摘要:1.uiimage图片拉伸- (void)stretchBackgroundImage{ //UIImage *originalImage = [[self backgroundImageForState:UIControlStateNormal] copy]; UIImage *ori... 阅读全文
posted @ 2013-07-05 14:37 Clin 阅读(570) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示