Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Swift Arcade Professional iOS Development Course - UIKit, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:05
    Course overview
  2. Урок 2. 00:02:24
    Source code
  3. Урок 3. 00:04:46
    How to download Xcode like a pro
  4. Урок 4. 00:03:49
    How to support multiple versions of Xcode
  5. Урок 5. 00:07:34
    How to setup your own GitHub repository
  6. Урок 6. 00:02:47
    Getting your personal token
  7. Урок 7. 00:03:33
    How to download and setup the GitHubCLI
  8. Урок 8. 00:05:41
    Setting up Oh My Zsh
  9. Урок 9. 00:00:51
    What we've learned
  10. Урок 10. 00:01:53
    My number one tip for becoming a better iOS developer
  11. Урок 11. 00:06:24
    What is Agile software delivery and how does it work
  12. Урок 12. 00:01:15
    What you are going to build
  13. Урок 13. 00:05:50
    How to create a new iOS project without storyboards
  14. Урок 14. 00:12:29
    Creating the LoginView
  15. Урок 15. 00:07:22
    Adding the text field
  16. Урок 16. 00:09:03
    Enter the stack view
  17. Урок 17. 00:07:18
    Adding the divider
  18. Урок 18. 00:09:16
    Adding the sign-in button
  19. Урок 19. 00:07:53
    Adding the error message label
  20. Урок 20. 00:15:22
    Handling login
  21. Урок 21. 00:05:15
    Saving our work
  22. Урок 22. 00:00:55
    What we've learned
  23. Урок 23. 00:01:49
    Professional Tip #2
  24. Урок 24. 00:00:52
    What you are going to build
  25. Урок 25. 00:04:14
    The Agile storyboard
  26. Урок 26. 00:04:58
    What is onboarding and how does it work?
  27. Урок 27. 00:13:14
    Creating the container view controller
  28. Урок 28. 00:04:15
    Not all art is created equal
  29. Урок 29. 00:08:46
    How to import and configure vector based graphics
  30. Урок 30. 00:09:42
    Boss Challenge!!!
  31. Урок 31. 00:04:17
    Adding the close button
  32. Урок 32. 00:01:21
    Houston we have a problem
  33. Урок 33. 00:02:12
    Setting the stage
  34. Урок 34. 00:10:30
    What is the protocol-delegate pattern and how does it work?
  35. Урок 35. 00:11:52
    Protocol-delegate in action
  36. Урок 36. 00:02:48
    How to transition between view controllers like a pro
  37. Урок 37. 00:11:05
    Logging out
  38. Урок 38. 00:03:27
    Onboarding once in memory
  39. Урок 39. 00:06:30
    Onboarding once with UserDefaults
  40. Урок 40. 00:01:21
    What we've learned
  41. Урок 41. 00:01:38
    Professional Tip #3
  42. Урок 42. 00:00:40
    Introduction
  43. Урок 43. 00:02:54
    What are container view controllers?
  44. Урок 44. 00:03:13
    How do UINavigationControllers work?
  45. Урок 45. 00:02:50
    How do UITabBarControllers work?
  46. Урок 46. 00:03:48
    How does a UIPageViewController work?
  47. Урок 47. 00:13:14
    Adding the tab bar
  48. Урок 48. 00:02:17
    Professional Tip #4
  49. Урок 49. 00:03:22
    Making things scrollable
  50. Урок 50. 00:02:49
    The UIScrollView
  51. Урок 51. 00:01:53
    The UICollectionView
  52. Урок 52. 00:01:51
    The UITableView
  53. Урок 53. 00:01:40
    Which to choose and when
  54. Урок 54. 00:02:11
    Learn more
  55. Урок 55. 00:05:19
    How to create a git branch
  56. Урок 56. 00:04:35
    Creating the view controller
  57. Урок 57. 00:06:12
    Adding the table view
  58. Урок 58. 00:12:25
    Adding the table view header
  59. Урок 59. 00:14:59
    Styling the header with stack views
  60. Урок 60. 00:06:55
    Content-Hugging-Compression-Resistance (CHCR)
  61. Урок 61. 00:06:07
    Adding the table view cell
  62. Урок 62. 00:01:32
    Doing the cell design
  63. Урок 63. 00:15:54
    Doing the the layout
  64. Урок 64. 00:07:58
    How to make things pretty with NSAtrributedString
  65. Урок 65. 00:03:11
    How to save your work incrementally
  66. Урок 66. 00:05:59
    Meet the View Model
  67. Урок 67. 00:12:09
    How to leverage enums
  68. Урок 68. 00:12:14
    Dealing with the decimal
  69. Урок 69. 00:03:14
    Setting the tab bar background color
  70. Урок 70. 00:01:13
    What we've learned
  71. Урок 71. 00:02:14
    Professional Tip #5
  72. Урок 72. 00:04:22
    What are unit tests?
  73. Урок 73. 00:02:10
    How to add unit tests to an existing project
  74. Урок 74. 00:10:03
    Testing the CurrencyFormatter
  75. Урок 75. 00:03:36
    How unit testing affects your code
  76. Урок 76. 00:08:48
    How to squash and rebase in git
  77. Урок 77. 00:03:58
    Getting back into our flow
  78. Урок 78. 00:02:32
    What is notification center and how does it work?
  79. Урок 79. 00:06:40
    Adding the logout button
  80. Урок 80. 00:07:10
    Hooking up NotificationCenter
  81. Урок 81. 00:03:06
    Showing the password
  82. Урок 82. 00:03:52
    How to dynamically adjusting the font to fit the view
  83. Урок 83. 00:01:32
    What we've learned
  84. Урок 84. 00:00:35
    What you are going to build
  85. Урок 85. 00:03:07
    Overview of UIKit animation
  86. Урок 86. 00:01:44
    Animating constraints demo
  87. Урок 87. 00:08:11
    Animating constraints in action
  88. Урок 88. 00:01:01
    How to string multiple animations together
  89. Урок 89. 00:05:30
    How to animate the transparency of a view
  90. Урок 90. 00:02:26
    Introduction to Core Animation
  91. Урок 91. 00:05:44
    Animating the sign-in button
  92. Урок 92. 00:08:29
    Shakey bell animation setup
  93. Урок 93. 00:02:32
    Animating in a test rig
  94. Урок 94. 00:02:13
    Animation mechanics
  95. Урок 95. 00:02:55
    Shaking the bell
  96. Урок 96. 00:05:27
    Adding the badge
  97. Урок 97. 00:00:45
    What we've learned
  98. Урок 98. 00:00:43
    What you are going to learn
  99. Урок 99. 00:01:30
    How does networking work?
  100. Урок 100. 00:04:15
    Networking in playgrounds
  101. Урок 101. 00:03:42
    The power of Codable
  102. Урок 102. 00:02:50
    URLSession explained
  103. Урок 103. 00:02:54
    The beauty of Result
  104. Урок 104. 00:07:01
    Fetch account challenge
  105. Урок 105. 00:06:49
    Making the header configurable
  106. Урок 106. 00:09:20
    Fetching profile data
  107. Урок 107. 00:05:03
    Getting back onto the main thread
  108. Урок 108. 00:08:11
    Functional programming with accounts
  109. Урок 109. 00:07:02
    Adding unit tests
  110. Урок 110. 00:01:25
    What we've learned
  111. Урок 111. 00:00:31
    How to make your apps look professional and easy to use
  112. Урок 112. 00:01:30
    How to group network calls together
  113. Урок 113. 00:06:28
    Adding DispatchGroup to Bankey
  114. Урок 114. 00:00:58
    What is pull-to-refresh?
  115. Урок 115. 00:01:22
    How does pull-to-refresh work?
  116. Урок 116. 00:04:33
    Adding pull-to-refresh to Bankey
  117. Урок 117. 00:00:41
    What are skeleton loaders?
  118. Урок 118. 00:06:17
    How do skeleton loaders work?
  119. Урок 119. 00:06:35
    Adding skeleton loaders to Bankey
  120. Урок 120. 00:06:34
    Adding skeleton loaders to table view
  121. Урок 121. 00:09:18
    Adding skeleton loaders to pull-to-refresh
  122. Урок 122. 00:00:44
    What we've learned
  123. Урок 123. 00:00:42
    What you are going to learn
  124. Урок 124. 00:01:40
    The problem
  125. Урок 125. 00:01:44
    How to force a network failures in your app
  126. Урок 126. 00:08:36
    Adding the alert controller
  127. Урок 127. 00:03:46
    How to make your code a joy to read
  128. Урок 128. 00:00:52
    How to unit test network failures
  129. Урок 129. 00:01:17
    What exactly is dependency-injection?
  130. Урок 130. 00:02:15
    Adding the protocol
  131. Урок 131. 00:03:32
    Adding the protocol with the implementation
  132. Урок 132. 00:01:57
    Adding a view controller unit test
  133. Урок 133. 00:07:19
    How to unit test a view controller?
  134. Урок 134. 00:08:42
    Unit testing the alert controller
  135. Урок 135. 00:01:16
    Unit testing take-aways
  136. Урок 136. 00:02:13
    How to create a branch
  137. Урок 137. 00:02:50
    Essential Vi commands
  138. Урок 138. 00:04:57
    How to write a good commit message
  139. Урок 139. 00:02:48
    How to reset your branch
  140. Урок 140. 00:03:16
    How to squash and rebase
  141. Урок 141. 00:01:39
    What's the difference between git merge and rebase?
  142. Урок 142. 00:03:58
    What is a merge or pull request?
  143. Урок 143. 00:09:17
    Stack vs Heap
  144. Урок 144. 00:00:37
    What you are going to learn
  145. Урок 145. 00:06:55
    How to advertise yourself
  146. Урок 146. 00:02:28
    What to put on your resume
  147. Урок 147. 00:03:52
    No experience? No problem.
  148. Урок 148. 00:03:16
    Types of questions you may be asked
  149. Урок 149. 00:01:47
    What you are going to learn
  150. Урок 150. 00:04:02
    New project - no storyboards
  151. Урок 151. 00:04:28
    How should we do this layout?
  152. Урок 152. 00:03:17
    Creating the view
  153. Урок 153. 00:02:48
    Adding the lock image
  154. Урок 154. 00:07:20
    Adding the text field
  155. Урок 155. 00:04:44
    Adding the eye button
  156. Урок 156. 00:03:11
    Fixing the CHCR
  157. Урок 157. 00:03:41
    Adding the divider
  158. Урок 158. 00:02:56
    How to choose the right iOS color
  159. Урок 159. 00:03:00
    Adding the error label
  160. Урок 160. 00:07:51
    How to deal with long text
  161. Урок 161. 00:07:14
    Embedding the stack view
  162. Урок 162. 00:00:34
    What you are going to build
  163. Урок 163. 00:03:13
    How would you build this component?
  164. Урок 164. 00:05:59
    Creating the criteria view
  165. Урок 165. 00:03:59
    Challenge: Adding the stack view
  166. Урок 166. 00:03:26
    Adding the image
  167. Урок 167. 00:09:06
    Adding the label
  168. Урок 168. 00:01:39
    Professional Tip #6
  169. Урок 169. 00:03:10
    Creating the status view
  170. Урок 170. 00:02:27
    Adding the stack view
  171. Урок 171. 00:02:45
    Keeping things real by checking the criteria
  172. Урок 172. 00:04:46
    Four different ways of dealing with ambiguity in stack views
  173. Урок 173. 00:03:22
    Adding the label
  174. Урок 174. 00:06:33
    Final touches
  175. Урок 175. 00:01:15
    What you are going to learn in this section
  176. Урок 176. 00:01:36
    Demo of the component you are going to build
  177. Урок 177. 00:01:42
    How to text interactions work?
  178. Урок 178. 00:04:21
    Setting up our sandbox
  179. Урок 179. 00:10:27
    Meet the UITextField
  180. Урок 180. 00:04:37
    Enter the Responder Chain
  181. Урок 181. 00:04:44
    Receiving the text just-in-time
  182. Урок 182. 00:03:43
    How to talk back to the view controller
  183. Урок 183. 00:03:32
    Updating the status view
  184. Урок 184. 00:04:38
    To reset or to not reset
  185. Урок 185. 00:03:38
    Handling uppercase
  186. Урок 186. 00:02:44
    Challenge: Handling lowercase and digits
  187. Урок 187. 00:08:14
    Boss Challenge: Special characters
  188. Урок 188. 00:00:43
    Let's save our work
  189. Урок 189. 00:01:11
    Wrapping up this section
  190. Урок 190. 00:00:49
    What you are going to learn in this section
  191. Урок 191. 00:02:30
    Demo of how loss of interactions work
  192. Урок 192. 00:06:43
    How to detect a loss of focus
  193. Урок 193. 00:04:12
    How to dismiss the keyboard with a tap gesture
  194. Урок 194. 00:05:01
    Talking back via the protocol-delegate
  195. Урок 195. 00:06:42
    How the custom validation is going to work
  196. Урок 196. 00:05:04
    Swift functions as types
  197. Урок 197. 00:05:38
    Challenge: Swift functions
  198. Урок 198. 00:07:03
    Adding the typealias
  199. Урок 199. 00:07:35
    Checking for empty text
  200. Урок 200. 00:02:29
    Checking for valid characters
  201. Урок 201. 00:08:18
    How to make sure all the criteria have been met
  202. Урок 202. 00:02:09
    Hitting pause
  203. Урок 203. 00:03:07
    Adding the confirm password validation
  204. Урок 204. 00:02:55
    Saving your work
  205. Урок 205. 00:01:23
    Professional Tip #7
  206. Урок 206. 00:00:45
    What you are going to learn in this section
  207. Урок 207. 00:02:40
    The problem with keyboards
  208. Урок 208. 00:03:59
    How to detect the keyboards presense
  209. Урок 209. 00:02:09
    How to update your view like a pro
  210. Урок 210. 00:06:49
    How to detect which elements are hidden
  211. Урок 211. 00:04:17
    How to determine if our text hidden is hidden
  212. Урок 212. 00:04:24
    How to convert from one coordinate system to another
  213. Урок 213. 00:02:53
    How to elegantly shift everything up
  214. Урок 214. 00:05:05
    Hooking up the reset button
  215. Урок 215. 00:00:43
    What you are going to learn in this section
  216. Урок 216. 00:02:00
    Practice adding unit tests to your existing project
  217. Урок 217. 00:07:33
    Where to begin when writing unit tests
  218. Урок 218. 00:05:50
    How to group tests logically
  219. Урок 219. 00:11:36
    How to group tests by context
  220. Урок 220. 00:04:31
    Boss Challenge: Unit testing three of four
  221. Урок 221. 00:07:37
    Unit testing view controllers
  222. Урок 222. 00:05:50
    Changing the context
  223. Урок 223. 00:06:42
    How to unit test alerts
  224. Урок 224. 00:03:40
    Discussion: The pros and cons of coupling
  225. Урок 225. 00:01:24
    Wrapping up this section
  226. Урок 226. 00:01:06
    Professional Tip #8
  227. Урок 227. 00:01:32
    Additional resource #1
  228. Урок 228. 00:01:31
    Additional resource #2
  229. Урок 229. 00:00:44
    Additional resource #3
  230. Урок 230. 00:01:15
    Until next time