V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
sunshineg
V2EX  ›  iDev

SF iOS客户端代码开源

  •  
  •   sunshineg ·
    answerdev · 2013-03-25 15:41:26 +08:00 · 4422 次点击
    这是一个创建于 4047 天前的主题,其中的信息可能已经有所发展或是发生改变。
    移动应用页面刚上线,目前社区有俩app, 相对社区来说,功能还很简单,功能在不断的完善中

    http://segmentfault.com/mobileapp

    开源代码
    Github:https://github.com/gaosboy/iOSSF
    Gitcafe:https://gitcafe.com/SegmentFault/iOSSF

    希望我们开源出来的一些控件,对iOS开发者有所帮助 :)
    16 条回复    1970-01-01 08:00:00 +08:00
    fatoce
        1
    fatoce  
       2013-03-25 16:13:43 +08:00
    不错,支持下。
    allengaller
        2
    allengaller  
       2013-03-25 16:47:53 +08:00
    good
    summic
        3
    summic  
       2013-03-25 18:10:31 +08:00
    nice
    tension
        4
    tension  
       2013-03-25 18:14:48 +08:00
    服务商特来捧场!!
    alexrezit
        5
    alexrezit  
       2013-03-25 18:32:28 +08:00 via iPad
    略看几眼, 有些地方不符合 Objective-C 的风格, 比如说创建 singleton 的方式.
    支持开源!
    fangzhzh
        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"];

    看到如下一个修改,请问,修改的原因是什么,这样会提高速度吗?
    11
        7
    11  
       2013-03-25 19:12:21 +08:00
    @fangzhzh 这是使用了新的语法,更简洁。
    fangzhzh
        8
    fangzhzh  
       2013-03-25 19:56:19 +08:00
    @11 谢谢,那我的代码就不改了, 毕竟改起来工作量蛮大的
    alexrezit
        9
    alexrezit  
       2013-03-25 21:44:55 +08:00   ❤️ 2
    @fangzhzh
    新手吧... Edit -> Refactor -> Convert to Modern Objective-C Syntax...
    catfan
        10
    catfan  
       2013-03-25 22:49:57 +08:00
    不管怎么样,开源项目还是要支持一下的。SegmentFault不错呢!
    fangzhzh
        11
    fangzhzh  
       2013-03-26 08:23:41 +08:00 via iPhone
    @alexrezit 嗯嗯 新来的 已感谢;)
    SharkIng
        12
    SharkIng  
       2013-03-26 11:12:24 +08:00
    我特别想知道网站上那个密码的强弱度那个女女是怎么弄出来的,有开源的么?
    sobigfish
        13
    sobigfish  
       2013-03-26 11:53:30 +08:00
    @SharkIng 看他们js应该是那个nakedpassword
    sunshineg
        14
    sunshineg  
    OP
       2013-03-26 12:35:06 +08:00
    hilenlai
        15
    hilenlai  
       2013-03-26 21:50:53 +08:00
    支持!
    hilenlai
        16
    hilenlai  
       2013-03-26 21:57:30 +08:00
    好多包都没添加进来啊,LZ
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5777 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 06:11 · PVG 14:11 · LAX 23:11 · JFK 02:11
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.