摘要: //微博个人中心- (void)configTableView{//image 高度375; testTableView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, kScreenWith, kScreenHeight)]; tes... 阅读全文
posted @ 2015-12-14 17:21 xiaoxiaoxigua 阅读(240) 评论(0) 推荐(0) 编辑
摘要: //微博弹性动画- (void)moveInAnimation{ UIView *centerV = [[UIView alloc] initWithFrame:CGRectMake(0, 200, 300, 100)]; [self.view addSubview:centerV]; ... 阅读全文
posted @ 2015-12-14 17:19 xiaoxiaoxigua 阅读(157) 评论(0) 推荐(0) 编辑