Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Swift for Intermediate and Advanced iOS Developers, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:41
    Introduction
  • Урок 2. 00:01:04
    Credit
  • Урок 3. 00:01:11
    Prerequisites
  • Урок 4. 00:01:02
    Exercise Files
  • Урок 5. 00:08:21
    Iterating
  • Урок 6. 00:07:59
    filter
  • Урок 7. 00:03:21
    forEach and enumerated
  • Урок 8. 00:08:41
    Lazy Iteration
  • Урок 9. 00:05:53
    reduce
  • Урок 10. 00:05:33
    reduce into
  • Урок 11. 00:03:23
    zip
  • Урок 12. 00:05:14
    In-Out Functions
  • Урок 13. 00:06:30
    Nested Functions
  • Урок 14. 00:10:47
    Functions as Variables, Passing Functions to Functions
  • Урок 15. 00:10:40
    Replacing Structs with Enums
  • Урок 16. 00:08:13
    Hiding Type Using Enums
  • Урок 17. 00:16:12
    Enums Example 1 - Airline Ticket
  • Урок 18. 00:10:15
    Enums Example 2 - Teacher and Student
  • Урок 19. 00:18:40
    Enum and Raw Values
  • Урок 20. 00:10:18
    Lazy Stored Properties
  • Урок 21. 00:06:31
    Computed Properties
  • Урок 22. 00:07:20
    Property Observers
  • Урок 23. 00:05:35
    Getting Started with Initializers
  • Урок 24. 00:03:49
    Convenience Initializers
  • Урок 25. 00:05:07
    Subclassing
  • Урок 26. 00:06:23
    Required Initializers
  • Урок 27. 00:08:14
    Unwrapping Techniques
  • Урок 28. 00:05:51
    Understanding if-let Variable Unwrapping
  • Урок 29. 00:07:29
    Returning Optional Strings
  • Урок 30. 00:03:55
    Chaining Optionals
  • Урок 31. 00:04:34
    Optionals and Booleans
  • Урок 32. 00:05:18
    Force Unwrapping
  • Урок 33. 00:02:49
    Types of Errors
  • Урок 34. 00:05:44
    Example 1 - Throwing Errors
  • Урок 35. 00:08:54
    Example 2 - Throwing Errors
  • Урок 36. 00:06:00
    Handling Errors Using Do-Catch
  • Урок 37. 00:07:08
    User Input as a Type
  • Урок 38. 00:05:25
    try?, try! and Returning Optionals
  • Урок 39. 00:00:45
    Prerequisites
  • Урок 40. 00:02:49
    What is Async/Await?
  • Урок 41. 00:05:15
    Tour of the News App
  • Урок 42. 00:12:23
    Converting fetchSources to Async and Await
  • Урок 43. 00:10:22
    Using Continuation to Create Custom Async/Await Methods
  • Урок 44. 00:04:00
    Replacing Dispatch with MainActor
  • Урок 45. 00:02:56
    Performing Asynchronous Action from Synchronous Code
  • Урок 46. 00:07:23
    Implementing Protocols - Airline Ticket
  • Урок 47. 00:08:35
    Generics for Protocols
  • Урок 48. 00:04:30
    Example 1 - Protocol Extensions (Parser)
  • Урок 49. 00:06:33
    Example 2 - Protocol Extensions (BankAccount)
  • Урок 50. 00:04:01
    Example 3 - Multiple Extensions (BankAccount)
  • Урок 51. 00:08:03
    Understanding Inheritance in Protocols
  • Урок 52. 00:04:29
    Protocol Composition
  • Урок 53. 00:04:03
    Why do we need Generics?
  • Урок 54. 00:04:20
    Implementing a Generics Function
  • Урок 55. 00:05:41
    Example 1 - Constraints in Generics (findIndex)
  • Урок 56. 00:06:25
    Example 2 - Constraints in Generics
  • Урок 57. 00:10:16
    Equatable and Comparable Protocols
  • Урок 58. 00:04:09
    Creating a Generic Type
  • Урок 59. 00:06:40
    Before Result Type - Using Success and Failure Callbacks
  • Урок 60. 00:04:47
    Using Result Type
  • Урок 61. 00:09:42
    Multiple Errors Inside of Result
  • Урок 62. 00:04:34
    Impossible Failure and Result
  • Урок 63. 00:24:06
    Dependency Injection
  • Урок 64. 00:07:04
    Conditional Conformance
  • Урок 65. 00:08:03
    Type Erasers in Swift
  • Урок 66. 00:00:56
    Next Steps