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
阅读全文
摘要:1.uiimage图片拉伸- (void)stretchBackgroundImage{ //UIImage *originalImage = [[self backgroundImageForState:UIControlStateNormal] copy]; UIImage *ori...
阅读全文