• Stars
    star
    206
  • Rank 189,387 (Top 4 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Mac osx 开发基础视频项目工程

macOS-dev-basic-

Mac osx 开发基础视频项目工程

观看基础视频链接:课程视频

  1. storyboard 简介

  2. autolayout 基本使用

  3. NSView 基础

  • 坐标系与frame
  • 简书课外更新补充:理解bounds本质
  • 设置backgroundColor
  • backed-layer view / hosting-layer view
  1. NSButton 使用

  2. NSImageView介绍

  3. NSCollectionView 基本使用

  4. NSTableView 基本使用

  5. NSWindow 介绍

  6. NSApplication 介绍

  7. NSDocument 应用

  8. NSTextField 基础

  9. NSTextView 常用方法

  10. NSAlert 基本应用

  11. NSPopover 基本应用

  12. NSMenu 基本应用

  13. NSContainerView 基本应用

  14. NSSlider 使用

  15. NSOpenPanel 常用方法

  16. 在OSX项目中使用cocoapod

  17. NSStatusBar 使用

  18. 自定义Custom View

  19. Cocoa Binding 简介

  20. NSToolBar 基本使用

  21. NSViewController 介绍

  22. NSWindowController 基本使用

  23. NSArrayController 使用

  24. WebView 使用

  25. Event Handling 简介

  26. AppIcon 与 Sandbox 机制

  27. macOS10.14 Dark Mode 下适配UI界面

38 NSResponderChain(响应链)
* Mac开发跬步积累(六): 响应链NSResponder Chain