1
fatoce 2013-03-25 16:13:43 +08:00
不错,支持下。
|
2
allengaller 2013-03-25 16:47:53 +08:00
good
|
3
summic 2013-03-25 18:10:31 +08:00
nice
|
4
tension 2013-03-25 18:14:48 +08:00
服务商特来捧场!!
|
5
alexrezit 2013-03-25 18:32:28 +08:00 via iPad
略看几眼, 有些地方不符合 Objective-C 的风格, 比如说创建 singleton 的方式.
支持开源! |
6
fangzhzh 2013-03-25 18:52:00 +08:00
- cell.detailTextLabel.text = [[self.questionList objectAtIndex:indexPath.row] objectForKey:@"createdDate"];
+ cell.detailTextLabel.text = self.questionList[indexPath.row][@"createdDate"]; 看到如下一个修改,请问,修改的原因是什么,这样会提高速度吗? |
9
alexrezit 2013-03-25 21:44:55 +08:00 2
@fangzhzh
新手吧... Edit -> Refactor -> Convert to Modern Objective-C Syntax... |
10
catfan 2013-03-25 22:49:57 +08:00
不管怎么样,开源项目还是要支持一下的。SegmentFault不错呢!
|
12
SharkIng 2013-03-26 11:12:24 +08:00
我特别想知道网站上那个密码的强弱度那个女女是怎么弄出来的,有开源的么?
|
14
sunshineg OP |
15
hilenlai 2013-03-26 21:50:53 +08:00
支持!
|
16
hilenlai 2013-03-26 21:57:30 +08:00
好多包都没添加进来啊,LZ
|