2014年8月7日

iOS按钮长按

摘要: UILongPressGestureRecognizer*longPressGR = [[UILongPressGestureRecognizeralloc]initWithTarget:self action:@selecto... 阅读全文

posted @ 2014-08-07 17:09 XCoderLiu 阅读(609) 评论(0) 推荐(0) 编辑

ios 页面滑入滑出

摘要: 从左边滑进CGRect r1,r2; r1 = app.testview.view.frame; r2 = self.view.frame; [app.testview.view setFrame:CGRectMake(320, r1.origin.y,r1.size.... 阅读全文

posted @ 2014-08-07 16:48 XCoderLiu 阅读(341) 评论(0) 推荐(0) 编辑

UILable自适应frame

摘要: UILabel *textlab = [[UILabel alloc]initWithFrame:CGRectMake(20, 10,ScrollView.frame.size.width - 40,260)]; textlab.text = @"测试用的随便写写ffffffffeeeeeeeee... 阅读全文

posted @ 2014-08-07 16:40 XCoderLiu 阅读(124) 评论(0) 推荐(0) 编辑

导航