마 크 | 의 미 |
---|---|
🟩 | 한번쯤 읽어보세요. |
🟥 | 정독을 추천합니다. |
⚪️ | 처음에 꼭 필요한 개념. 이해하기 쉬운 편. |
🟡 | 처음에 꼭 필요한 개념. 이해하기 어려운 편. |
🔵 | 특정 상황이거나 나중에 필요한 개념. 이해하기 쉬운 편. |
🟤 | 특정 상황이거나 나중에 필요한 개념. 이해하기 어려운 편. |
-
🟥 Xcode Help - Refactor your code : Apple Developer Documentation
-
🟥 Auto Layout Guide - Stack Views : Apple Documentaion Archive
-
🟩 Auto Layout Guide - Views with Intrinsic Content Size : Apple Documentaion Archive
-
🟥 Model - View - Controller (1) : Apple Documentaion Archive
-
🟥 View Controller Catalog for iOS: Apple Documentaion Archive
- Introduction
- ⚪️ About View Controllers
- Navigation Controllers
- 🟡 Anatomy of a Navigation Interface
- 🟡 The Objects of a Navigation Interface
- ⚪️ Creating a Navigation Interface
- ⚪️ Adopting a Full-Screen Layout for Navigation Views
- 🟤 Modifying the Navigation Stack
- ⚪️ Monitoring Changes to the Navigation Stack
- 🔵 Customizing the Navigation Bar Appearance
- 🔵 Displaying a Navigation Toolbar
- 🟤 Tab Bar Controllers
- 🟤 Split View Controllers
- 🟤 Popovers
- 🟤 Combined View Controller Interfaces
- Introduction
-
🟥 View Controller Programming Guide for iOS: Apple Documentaion Archive
- Overview
- 🟡 The Role of View Controllers
- 🟡 The View Controller Hierarchy
- ⚪️ Design Tips
- View Controller Definition
- 🟡 Defining Your Subclass
- 🟤🟥 Implementing a Container View Controller
- 🔵 Supporting Accessibility
- 🔵 Preserving and Restoring State
- Presentations and Transitions
- ⚪️ Presenting a View Controller
- 🟡 Using Segues
- 🟤 Customizing the Transition Animations
- 🟤 Creating Custom Presentations
- 🟤 Adaptivity and Size Changes
- Overview
-
🟩 Asset Catalog Format Reference : Apple Documentaion Archive
-
🟩 Property List Programming Guide : Apple Documentaion Archive
-
🟩 Information Property List Key Reference : Apple Documentaion Archive
-
🟥 Encoding and Decoding Custom Types : Apple Developer Documentation
-
🟥 iOS App Programming Guide (1) Introduction
- ⚪️ Introduction
- 🔵 Expected App Behaviors
- ⚪️ The App Life Cycle
- 🟤 Background Execution
- ⚪️ Strategies for Handling App State Transitions
- 🟤 Strategies for Implementing Specific App Features Inter-App Communication
- 🟤 Performance Tips
- 레거시로 인해. 야곰 샘의 번역본 추천
-
🟥 Understanding Event Handling, Responders, and the Responder Chain : Apple Developer Documentation
-
🟩 Getting the user’s attention with alerts and action sheets : Apple Developer Documentation
-
🟩 Adopting Cocoa Design Patterns : Apple Documentaion Archive
-
🟩 Creating a Singleton Instance : Apple Documentaion Archive
-
🟩 Codable
-
🟥 Table View Programming Guide for iOS
-
⚪️ Introduction
- ⚪️ Table View Styles and Accessory Views
- 🟡 Overview of the Table View API
-
🟡 Navigating a Data Hierarchy with Table Views
-
Creating and Configuring a Table View
- ⚪️ Basics of Table View Creation
- ⚪️ Recommendations for Creating and Configuring Table Views
- ⚪️ Creating a Table View Using a Storyboard
- 🔵 Creating a Table View Programmatically
- ⚪️ Populating a Dynamic Table View with Data
- 🔵 Populating a Static Table View With Data
- 🟤 Populating an Indexed List
- 🔵 Optional Table View Configurations
-
A Closer Look at Table View Cells
- ⚪️ Characteristics of Cell Objects
- ⚪️ Using Cell Objects in Predefined Styles
- 🟡 Customizing Cells
- 🟤 Enhancing the Accessibility of Table View
- 🟡 Cells Cells and Table View Performance
-
Managing Selections
- ⚪️ Selections in Table Views
- 🟡 Responding to Selections
- 🟤 Programmatically Selecting and Scrolling
-
Inserting and Deleting Rows and Sections
- 🟡 Inserting and Deleting Rows in Editing Mode
- 🟤 Batch Insertion, Deletion, and Reloading of Rows and Sections
-
Managing the Reordering of Rows
- 🟡 What Happens When a Row is Relocated
- 🟡 Examples of Moving a Row
-
참고링크
-
-
🟩 Dates andTimes : Apple Developer Documentation
- [See Also]의 다양한 링크도 꼭 따라가보세요
-
🟩 Date and Time Programming Guide : Apple Documentaion Archive
- Introduction
- Dates
- Calendars, Date Components, and Calendar Units
- Performing Calendar Calculations
- Using Time Zones
- Historical Dates
- Revision History
-
🟩 Data Formatting Guide - Date Formatters : Apple Documentaion Archive
-
🟩 File System Programming Guide : Apple Documentaion Archive
-
🟥 [UITabBar] : Apple Developer Documentation(https://developer.apple.com/documentation/uikit/uitabbar)
-
🟩 Resource Programming Guide - Nib Files : Apple Documentaion Archive
-
🟩 UITableView -
register(_:forCellReuseIdentifier:)
: Apple Developer Documentation -
🟩 [URLSessionTask] : Apple Developer Documentation(https://developer.apple.com/documentation/foundation/urlsessiontask)
-
🟩 What's New in iOS 9 - App Transport Security : Apple Documentaion Archive
-
🟩 Concurrency Programming Guide - Dispatch Queues : Apple Documentaion Archive
-
🟩 PhotoKit
-
🟥 Collection View Programming Guide for iOS
- ⚪️ Introduction
- ⚪️ CollectionView Basics
- 🟡 Designing Your Data Source and Delegate
- Using the Flow Layout
- 🟡 Customizing the Flow Layout Attributes
- 🔵 Knowing When to Subclass the Flow Layout
- 🟤 Incorporating Gesture Support
- 🟤 Creating Custom Layouts
- 🟤 Custom Layouts: A Worked Example