IOS开发入门教程

IOS开发入门教程

4 (96人评价)
  • 课时:(18)

  • 学员:(7252)

  • 浏览:(174487)

  • 加入课程

iOS框架总览的笔记

相关课时:
iOS框架总览2012-07-09
笔记详情:

1.

Use Foundation to:

  • Create and manage collections such as arrays and dictionaries.

  • Access images and other resources stored in your app.

  • Create and manage strings.

  • Post and observe notifications.

  • Create date and time objects.

  • Automatically discover devices on IP networks.

  • Manipulate URL streams.

  • Perform code asynchronously.

2.

Use UIKit to:

  • Construct and manage your user interface.

  • Handle touch and motion-based events.

  • Present text and web content.

  • Optimize your app for multitasking.

  • Create custom user-interface elements.

3.

Use Core Data to:

  • Save and retrieve objects from storage.

  • Support basic undo/redo.

  • Validate property values automatically.

  • Filter, group, and organize data in memory.

  • Manage results in a table view with [NSFetchedResultsController].

  • Support document-based applications

     

 

2 2

你感兴趣的课程

7万+浏览/ 804学员/ 4.8评分
免费
6万+浏览/ 241学员/ 4评分
免费
6万+浏览/ 731学员/ 4.3评分
免费