2014年5月23日

聊天泡泡需要切割图片

摘要: UIImage *newImage=[oldimage stretchableImageWithLeftCapWidth:30 topCapHeight:20];在图片高20的地方复制填充在图片宽30的地方复制填充 阅读全文

posted @ 2014-05-23 16:41 超级庄子 阅读(70) 评论(0) 推荐(0) 编辑

UI小组件学习

摘要: UIActivityIndicatorView /* UIActivityIndicatorViewStyleWhiteLarge, UIActivityIndicatorViewStyleWhite, UIActivityIndicatorViewStyleGray,... 阅读全文

posted @ 2014-05-23 16:20 超级庄子 阅读(150) 评论(0) 推荐(0) 编辑

UINavigationController使用

摘要: FirstViewController *firstVC=[[FirstViewController alloc]initWithNibName:@"FirstViewController" bundle:Nil]; //实例化导航控制器 UINavigationControll... 阅读全文

posted @ 2014-05-23 15:57 超级庄子 阅读(133) 评论(0) 推荐(0) 编辑

NSNotificationCenter+ UITapGestureRecognizer

摘要: 这里涉及比较多,包括手势,通知中心等,具体上代码#import "RegistViewController.h"#import "DetailViewController.h"@interface RegistViewController ()- (IBAction)goDetail:(id)sen... 阅读全文

posted @ 2014-05-23 15:44 超级庄子 阅读(211) 评论(0) 推荐(0) 编辑

UIView动画---移动与变形

摘要: -(void)startAnim:(id)sender{ [UIView animateWithDuration:1 animations:^{ redView.frame=CGRectMake(100, 300, 150, 150);//大小位置 redView.... 阅读全文

posted @ 2014-05-23 15:32 超级庄子 阅读(572) 评论(0) 推荐(0) 编辑

UIImageView 动画

摘要: UIImageView *imageView=[[UIImageView alloc]initWithFrame:CGRectMake(10, 100, 300, 160)]; imageView.backgroundColor=[UIColor blueColor]; UIIm... 阅读全文

posted @ 2014-05-23 15:27 超级庄子 阅读(119) 评论(0) 推荐(0) 编辑

导航