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