littleJoe

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1. A Simple iOS Application
2. Objective-C
3. Managing Memory with ARC
4. Views and the View Hierarchy
5. Views: Redrawing and UIScrollView
6. View Controllers
7. Delegation and Text Input
8. UITableView and UITableViewController
9. Editing UITableView
10. UINavigationController
11. Camera
12. Touch Events and UIResponder
13. UIGestureRecognizer and UIMenuController
14. Debugging Tools
15. Introduction to Auto Layout
16. Auto Layout: Programmatic Constraints
17. Autorotation, Popover Controllers, and Modal View Controllers
18. Saving, Loading, and Application States
19. Subclassing UITableViewCell
20. Dynamic Type
21. Web Services and UIWebView
22. UISplitViewController
23. Core Data
24. State Restoration
25. Localization
26. NSUserDefaults
27. Controlling Animations
28. UIStoryboard
29. Afterword

19章 subclassing UITableViewCell 自定义单元格

    Image Manipulation

    Variable capturing

20章 Dynamic Type
    动态
    using preferred fonts
    responding to user changes
    updating auto Layout


21章 web services and UIWebView
    Json data
    the main thread

    credentials

    Cur:the request body

22章 UISplitViewController
    like ipad app,left part is center ,right part is views
    !Displaying the master view controller in portrait mode

    Universalizing Nerdfeed

!23章 Core Data
    Local saving
    SQL
    Faults

24章 State Restoration 对象恢复技术

25章 Localization
    Internationalization using NSNumberFormat
    Localizing resources
    NSLocalizedString() and String Tables

    Cur:Localizing XIB files without Base Internationalization

26章 NSUserDefauls
    read a preference
    change a preference
    setting bundle

    editing the root.plist
    localized root.plist

27章 Controlling Animations
    Base Animations
    Timing functions
    keyframe animations

    animations completion

    spring animations 弹簧 弹性

28章 UIStoryboard
    creating a storyboard [xcode interface]
    UITableViewControllers in storyboards // 指定root
    segues // navigation type
    enabling color changes

    !passing data around

29章 afterword
    next:
        犯些错
        阅读tedious乏味的文档
        多问,多交流
    建议:
        1.动手写App
            如果你没有立即使用你现在学到,知识将慢慢褪去。现在开始练习并且拓展你的知识
        2.深入
            本书的每个章节都可以更深入的写成一本书。找一个你感兴趣的然后去探索,做些联系,阅读苹果的官方文档,看博客或者stackoverflow上的问答
        3.交流
            多与别人交流
        4.出bug,修bug
            慢慢就能成长起来
        5.分享知识
            虚心回答别人的问题,分享代码

posted on 2015-02-04 23:14  littleJoe  阅读(58)  评论(0)    收藏  举报