上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 98 下一页
摘要: // 不要再设置frame了,不然会调用 cellforrow 的,那样再加上动画就乱套了// self.tableView.frame = CGRectMake(0,44,// self.tableView.frame.size.width,// self.flowerCoinView.frame.origin.y - 44); 阅读全文
posted @ 2013-11-08 10:58 路在脚下, 阅读(169) 评论(0) 推荐(0) 编辑
摘要: -(CGSize) getContentSize:(UITextView*) myTextView{ return [myTextView sizeThatFits:CGSizeMake(myTextView.frame.size.width, FLT_MAX)];} 阅读全文
posted @ 2013-11-07 14:59 路在脚下, 阅读(132) 评论(0) 推荐(0) 编辑
摘要: [[NSStringstringWithFormat:@"%d",SharedAppDelegate.userInfo.flower]self.flowerNumLabel.text图片也是 有靠左靠右的, 阅读全文
posted @ 2013-11-05 11:20 路在脚下, 阅读(138) 评论(0) 推荐(0) 编辑
摘要: UIGraphicsBeginImageContext(CGSizeMake(640, 440)); [self.sourceImagedrawInRect:CGRectMake(-startX*scaleFactor, -startY*scaleFactor, imageViewSize.width*scaleFactor, imageViewSize.height*scaleFactor)]; 阅读全文
posted @ 2013-11-04 18:22 路在脚下, 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 应用放射矩阵一个常用的情形就是根据用户的手势来相应的改变视图的变换UIPanGestureRecognizer对应位移UIPinchGestureRecognizer对应缩放UIRotationGestureRecognizer对应旋转通常如果需要看到实时的手指移动视图就相应的变换的技巧就是,每次接收到对应的gesture时间就相应的改变view的transform,然后吧这个gesture对应的translation、scale、rotation置为初始值。 阅读全文
posted @ 2013-11-04 11:57 路在脚下, 阅读(145) 评论(0) 推荐(0) 编辑
摘要: item.selected = dIndex == self.selectedIndex;- (void)setShowDot:(BOOL)showDot{ _showDot = showDot; self.dotImageView.hidden = !showDot;} 阅读全文
posted @ 2013-11-04 11:24 路在脚下, 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-11-01 17:04 路在脚下, 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-11-01 12:11 路在脚下, 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1,我的主页a,作品列表b,歌迷列表c,关注列表d,聊天列表e,消息中心f,铃声列表j,相册维护2,微博音乐微博,可以摇摇3,点歌改词原唱对应改编随便改编4,听歌截取好的 歌曲片段5,活动周,月,年,节日6,排行榜周,月,年,首善红人,男生,女生7,通知,提醒有新粉丝了有新的歌曲了有名人入住了有活动了,8,支付,银联支付苹果支付支付宝支付9,招财账户a,现金账户提用现金支出明细返利明细b,招财币账户支出明细收入明细10,通用设置a,从手机通讯录导入好友b,意见反馈c,清空缓存d,修改密码e,版本更新一些入口:1,关注,取消关注 的入口,2,购买 商品的入口 3,修改密码的入口 4,听歌的入口 阅读全文
posted @ 2013-11-01 11:23 路在脚下, 阅读(288) 评论(0) 推荐(0) 编辑
摘要: if (self.navigationController.viewControllers.count > 2) { for (int i = self.navigationController.viewControllers.count - 2; i >= 0 ; i--) { id con = [self.navigationController.viewControllers objectAtIndex:i]; if (![con isKindOfClass:NSClassFromString(@"RecordViewController")... 阅读全文
posted @ 2013-11-01 10:55 路在脚下, 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 98 下一页