摘要: iphone开发笔记退回输入键盘-(BOOL) textFieldShouldReturn:(id)textField{ [textField resignFirstResponder];}CGRectCGRect frame = CGRectMake (origin.x, origin.y, size.width, size.height);矩形NSStringFromCGRect(someCG) 把CGRect结构转变为格式化字符串;CGRectFromString(aString) 由字符串恢复出矩形;CGRectInset(aRect) 创建较小或较大的矩形(中心点相同),+较小 -. 阅读全文
posted @ 2013-01-23 13:36 郑文亮 阅读(786) 评论(0) 推荐(1) 编辑