V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  chenghuang  ›  全部回复第 2 页 / 共 4 页
回复总数  66
1  2  3  4  
git merge origin/master
git merge origin/develop
git cm
git push
merge request
2016-08-11 09:40:36 +08:00
回复了 yihan1019 创建的主题 酷工作 [杭州有赞]邀你加入一个快乐的组织,技术哥哥看过来!
大家都是看头像来的
2016-07-29 17:32:55 +08:00
回复了 lauyk 创建的主题 求职 三年 Android 程序员 求杭州 工作
简历来。。。 mailto:[email protected]
PDD 在战旗?
完美实验。。。
首先加一个 headerview 在 tableview 上,高度 0.然后假设上面的广告栏为 100 ,增加下面代码

- (void)scrollViewDidScroll:(UIScrollView *)scrollView{
CGRect rect = scrollView.frame;
if (rect.origin.y > 0) {
self.header.frame =CGRectMake(0, 0, self.view.bounds.size.width, scrollView.contentOffset.y);
self.collectionView.tableHeaderView = self.header;
scrollView.frame = CGRectMake(0, 100 - scrollView.contentOffset.y, self.view.bounds.size.width, self.view.bounds.size.height);
}else{
if (scrollView.contentOffset.y <= 100) {
self.header.frame =CGRectMake(0, 0, self.view.bounds.size.width, scrollView.contentOffset.y);
self.collectionView.tableHeaderView = self.header;
scrollView.frame = CGRectMake(0, 100 - scrollView.contentOffset.y, self.view.bounds.size.width, self.view.bounds.size.height);
}
}
}
2016-04-20 11:20:39 +08:00
回复了 dasouchehr 创建的主题 酷工作 [杭州大搜车]诚招数枚 Java 研发小伙伴
。。。示意一下存在
2016-04-12 09:42:36 +08:00
回复了 lzt163 创建的主题 职场话题 现在比较迷茫 求各位 V 友一点想法建议
没啥好考虑的,换个方向继续干,我卖水果去了
千万别学 iOS,学前段, android 都可以, iOS 人满为患。。。
2016-01-14 12:40:48 +08:00
回复了 RaboXie 创建的主题 酷工作 [杭州] 网易杭州内推,同志们都到碗里来
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5218 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 47ms · UTC 09:06 · PVG 17:06 · LAX 02:06 · JFK 05:06
Developed with CodeLauncher
♥ Do have faith in what you're doing.