上一页 1 2 3 4 5 6 7 ··· 98 下一页
摘要: // self.tabBar.barTintColor = RGB(0, 0, 0); [[UITabBar appearance] setBarTintColor:[UIColor clearColor]]; [[UITabBar appearance] setBackgroundImage:[U 阅读全文
posted @ 2018-11-21 19:49 路在脚下, 阅读(112) 评论(0) 推荐(0)
摘要: 1,分享平台的APPid 2, 第三方的APPID 3,注册启动 4,设置分享内容 阅读全文
posted @ 2018-11-15 13:20 路在脚下, 阅读(99) 评论(0) 推荐(0)
摘要: GPUimage 前几帧是黑色的; 背景色是蓝色的; 静音录制崩溃; push 的时间延迟; 阅读全文
posted @ 2018-10-23 09:43 路在脚下, 阅读(251) 评论(0) 推荐(0)
摘要: ``` -(void)modifyConstraint:(UIButton *)btn{ btn.translatesAutoresizingMaskIntoConstraints = NO; NSArray* constrains = btn.constraints; NSLayoutConstraint *widthConstraint = [NSLayoutConst... 阅读全文
posted @ 2018-10-10 16:41 路在脚下, 阅读(114) 评论(0) 推荐(0)
摘要: 知其然,知其所以然,原理, 基本功,基础 人生规划是什么样的, 参加开源项目么,讲过去写的代码改进,会做些什么呢, 有没有跟进技术的发展呢, 如果某某技术,让你来实现,你怎么实现, 为什么要使用这个方案,这个方案的优缺点是什么, 比如tableview如何优化,这尼玛有什么意思啊,满足公司需求不就的 阅读全文
posted @ 2018-08-14 15:10 路在脚下, 阅读(123) 评论(0) 推荐(0)
摘要: 从某种意义上讲,任何人的任何成就,都可以递归到成就之前,也就是无之前,因为任何人本身,以及人造的事物本身,都是一个无中生有的过程,这是最大的最外环的倒车程序;比如:态度上,有的人做事情的时候总是想着怎样把事情做好,有的人做事情会马马虎虎的应付差事; 开始我们出生,什么都没有,慢慢我们有了自己的价值观 阅读全文
posted @ 2018-08-14 14:58 路在脚下, 阅读(161) 评论(0) 推荐(0)
摘要: 信仰 0 1 2 3 4 5 18 39:积累涌现, 39 12:高山流水, 0 1:无中生有, 驱动 5 38 66 22 26:股市燃料, 38 66:责任, 38 36:惩罚,失去,皮鞭, 36 38:得到,红萝卜, 38 N:兴趣, 38 10000,梦想, 态度 0:做 1:不做 0 6: 阅读全文
posted @ 2018-08-14 14:55 路在脚下, 阅读(582) 评论(0) 推荐(0)
摘要: ``` NSMutableArray *copyArray =[NSMutableArray arrayWithArray:tempArray]; [copyArray sortUsingComparator:^NSComparisonResult(id obj1, id obj2) { ChannelAnalyseInfo *info1 = (ChannelAnaly... 阅读全文
posted @ 2018-08-14 12:15 路在脚下, 阅读(84) 评论(0) 推荐(0)
摘要: ``` self.shadowView.layer.shadowOpacity = 0.6;// 阴影透明度 self.shadowView.layer.shadowColor = [UIColor darkGrayColor].CGColor;// 阴影的颜色 self.shadowView.layer.shadowRadius = 2;// 阴影扩散的范围控制 s... 阅读全文
posted @ 2018-08-14 12:14 路在脚下, 阅读(78) 评论(0) 推荐(0)
摘要: ``` NSString *contentStr = [NSString stringWithFormat:@"你和%@还是陌生人,听歌时送花给TA可以开启留言", friendInfo.nickName]; NSMutableAttributedString * tttstring = [[NSMutableAttributedStringalloc] init... 阅读全文
posted @ 2018-08-14 12:13 路在脚下, 阅读(120) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 98 下一页