-
Урок 1. 00:05:18Course Introduction
-
Урок 2. 00:03:16How to Get Your Free Udemy Bonus Content
-
Урок 3. 00:03:13OPTIONAL - Registering as an Apple Developer
-
Урок 4. 00:02:53OPTIONAL - Downloading & Installing Xcode
-
Урок 5. 00:02:53EXERCISE - Hello, Xcode!
-
Урок 6. 00:02:10Your First iOS App: Introduction
-
Урок 7. 00:04:05Challenge: Making a Programming To-Do List
-
Урок 8. 00:09:00Buttons and Actions
-
Урок 9. 00:05:31Alerts
-
Урок 10. 00:07:33Solving Problems
-
Урок 11. 00:02:31Challenge: Connecting Actions
-
Урок 12. 00:02:41How Does an App Work
-
Урок 13. 00:03:41Portrait vs. Landscape
-
Урок 14. 00:05:26Challenge: Basic Controls
-
Урок 15. 00:00:30Conclusion
-
Урок 16. 00:00:55Introduction
-
Урок 17. 00:04:11Objects, Data and Methods
-
Урок 18. 00:03:37Strings
-
Урок 19. 00:08:14Variables
-
Урок 20. 00:01:39Challenge: Your First Bug
-
Урок 21. 00:05:22Connecting Outlets
-
Урок 22. 00:07:02Writing Methods
-
Урок 23. 00:02:37Challenge: Connecting Outlets
-
Урок 24. 00:00:31Conclusion
-
Урок 25. 00:00:47Introduction
-
Урок 26. 00:02:52Challenge: How to Calculate the Difference
-
Урок 27. 00:02:40Calculating the Difference
-
Урок 28. 00:01:43Challenge: Calculating the Difference
-
Урок 29. 00:02:52Variables vs. Constants
-
Урок 30. 00:01:32Type Inference
-
Урок 31. 00:01:34Challenge: Showing the Score
-
Урок 32. 00:02:13Challenge: Tracking Rounds
-
Урок 33. 00:02:29Adding Polish
-
Урок 34. 00:01:39Challenge: Adding Polish
-
Урок 35. 00:00:46Conclusion
-
Урок 36. 00:00:46Introduction
-
Урок 37. 00:03:13Challenge: Local vs. Instance Variables
-
Урок 38. 00:04:44Closures
-
Урок 39. 00:02:13Challenge: Starting Over
-
Урок 40. 00:05:42Adding Extra Screens
-
Урок 41. 00:04:20Challenge: Adding Extra Screens
-
Урок 42. 00:00:24Conclusion
-
Урок 43. 00:00:54Introduction
-
Урок 44. 00:04:51Styling with Images and Labels
-
Урок 45. 00:02:02Challenge: Styling with Labels
-
Урок 46. 00:09:34Styling with Buttons and Sliders
-
Урок 47. 00:03:26Challenge: Styling the About Screen
-
Урок 48. 00:08:57Web Views and Developer Documentation
-
Урок 49. 00:05:58Introduction to Auto Layout
-
Урок 50. 00:03:51Challenge: Introduction to Auto Layout
-
Урок 51. 00:01:50App Icon and Display Name
-
Урок 52. 00:03:48Running the App on your Device
-
Урок 53. 00:01:05Conclusion
-
Урок 54. 00:03:36Introduction
-
Урок 55. 00:06:58Swift Playgrounds
-
Урок 56. 00:05:38Comments
-
Урок 57. 00:07:24Tuples
-
Урок 58. 00:05:54Challenge: Tuples
-
Урок 59. 00:12:19Booleans and Operators
-
Урок 60. 00:07:56Challenge: Booleans
-
Урок 61. 00:04:54Scope
-
Урок 62. 00:01:55Conclusion
-
Урок 63. 00:00:47Introduction
-
Урок 64. 00:04:52While Loops
-
Урок 65. 00:05:02Challenge: While Loops
-
Урок 66. 00:10:30For Loops
-
Урок 67. 00:02:22Challenge: For Loops
-
Урок 68. 00:09:06Switch Statements
-
Урок 69. 00:05:05Challenge: Switch Statements
-
Урок 70. 00:08:58Enumerations
-
Урок 71. 00:01:20Conclusion
-
Урок 72. 00:00:50Introduction
-
Урок 73. 00:12:38Introduction to Functions
-
Урок 74. 00:04:54Challenge: Introduction to Functions
-
Урок 75. 00:08:58More Functions
-
Урок 76. 00:03:48Introduction to Optionals
-
Урок 77. 00:01:19Challenge: Introduction to Optionals
-
Урок 78. 00:07:34More Optionals
-
Урок 79. 00:02:57Challenge: More Optionals
-
Урок 80. 00:01:13Conclusion
-
Урок 81. 00:00:32Introduction
-
Урок 82. 00:11:10Arrays
-
Урок 83. 00:02:13Challenge: Arrays
-
Урок 84. 00:08:23Dictionaries
-
Урок 85. 00:03:36Challenge: Dictionaries
-
Урок 86. 00:06:05Sets
-
Урок 87. 00:10:53Closures
-
Урок 88. 00:11:40Closures and Collections
-
Урок 89. 00:04:15Challenge: Closures
-
Урок 90. 00:01:21Conclusion
-
Урок 91. 00:01:55Introduction
-
Урок 92. 00:13:57Structures
-
Урок 93. 00:04:43Challenge: Structures
-
Урок 94. 00:17:34Properties
-
Урок 95. 00:03:16Challenge: Properties
-
Урок 96. 00:01:23Computed Properties vs. Methods
-
Урок 97. 00:13:32Methods
-
Урок 98. 00:06:47Challenge: Methods
-
Урок 99. 00:01:15Conclusion
-
Урок 100. 00:01:24Introduction
-
Урок 101. 00:10:13Classes vs Structures
-
Урок 102. 00:04:53Challenge: Classes vs. Structures
-
Урок 103. 00:12:39Inheritance
-
Урок 104. 00:10:09Initializers
-
Урок 105. 00:03:54Challenge: Initializers
-
Урок 106. 00:03:21When Should You Subclass?
-
Урок 107. 00:08:20Protocols
-
Урок 108. 00:08:15Memory Management
-
Урок 109. 00:01:53Conclusion
-
Урок 110. 00:02:39Introduction
-
Урок 111. 00:01:45App Overview
-
Урок 112. 00:07:09Table View Controllers
-
Урок 113. 00:08:07Table View Cells
-
Урок 114. 00:02:09Challenge: Adding a Label
-
Урок 115. 00:04:37IndexPaths
-
Урок 116. 00:03:54Challenge: Creating More Rows
-
Урок 117. 00:07:30Introduction to Protocols
-
Урок 118. 00:07:06Data Sources and Delegates
-
Урок 119. 00:05:56Delegation
-
Урок 120. 00:02:05Conclusion
-
Урок 121. 00:00:39Introduction
-
Урок 122. 00:02:11Model View Controller
-
Урок 123. 00:05:15Creating a Model
-
Урок 124. 00:03:26Fixing Checkmarks
-
Урок 125. 00:03:38Challenge: Creating Checkmark Instances
-
Урок 126. 00:03:51Enhancing the Model
-
Урок 127. 00:04:51Challenge: Updating the Controller
-
Урок 128. 00:04:53Refactoring the Controller
-
Урок 129. 00:01:24Conclusion
-
Урок 130. 00:01:16Introduction
-
Урок 131. 00:05:05Navigation Controller
-
Урок 132. 00:03:08Challenge: Add a Bar Button
-
Урок 133. 00:04:44Adding Checklist Items
-
Урок 134. 00:04:31Challenge: Give a Random Description
-
Урок 135. 00:06:33Swipe to Delete
-
Урок 136. 00:07:32Adding a New Screen
-
Урок 137. 00:03:42Static Cells
-
Урок 138. 00:02:29Challenge: Add Textfield to Cell
-
Урок 139. 00:09:59Responder Chain
-
Урок 140. 00:06:58Control Events
-
Урок 141. 00:01:24Conclusion
-
Урок 142. 00:01:11Introduction
-
Урок 143. 00:07:19Making Your Own Protocol
-
Урок 144. 00:05:10Segues
-
Урок 145. 00:01:33Challenge: Edit View Controller Checklist
-
Урок 146. 00:05:24Detail Disclosure Indicator
-
Урок 147. 00:01:43Challenge: Second Segue
-
Урок 148. 00:07:21Passing Data in Segues
-
Урок 149. 00:03:17Challenge: Dismissing the Edit Controller
-
Урок 150. 00:08:52NSObject
-
Урок 151. 00:03:42Xcode Refactoring
-
Урок 152. 00:03:12Challenge: Refactor Protocol
-
Урок 153. 00:01:21Conclusion
-
Урок 154. 00:00:51Introduction
-
Урок 155. 00:06:20Subclassing Table View Cells
-
Урок 156. 00:06:55Moving Rows
-
Урок 157. 00:05:58Deleting Multiple Rows
-
Урок 158. 00:05:44Using Sections
-
Урок 159. 00:04:48Indexing Your Table
-
Урок 160. 00:07:40Refactoring the Model
-
Урок 161. 00:07:44Updating the Controller
-
Урок 162. 00:06:35Sectioning by Priority
-
Урок 163. 00:03:56Challenge: Provide Section Titles
-
Урок 164. 00:07:18Moving Items Between Sections
-
Урок 165. 00:01:36Conclusion
-
Урок 166. 00:03:34Introduction
-
Урок 167. 00:05:56Document Directory URL
-
Урок 168. 00:03:22Paths
-
Урок 169. 00:01:53Challenge: URLs
-
Урок 170. 00:05:20Data
-
Урок 171. 00:03:12String
-
Урок 172. 00:01:48Challenge: String Data
-
Урок 173. 00:00:45Conclusion
-
Урок 174. 00:00:26Introduction
-
Урок 175. 00:09:59JSON
-
Урок 176. 00:07:14Saving on Device
-
Урок 177. 00:12:17Codable Types
-
Урок 178. 00:03:09Challenge: JSON Arrays
-
Урок 179. 00:06:04Codable Hierarchies
-
Урок 180. 00:06:15Challenge: Property Lists
-
Урок 181. 00:01:35Property List Anatomy
-
Урок 182. 00:04:34Comparing Property Lists and JSON
-
Урок 183. 00:01:41Conclusion
-
Урок 184. 00:01:41Introduction
-
Урок 185. 00:06:53Autoresizing
-
Урок 186. 00:07:12Stack Views
-
Урок 187. 00:03:41Challenge: Create Layouts with Stack Views
-
Урок 188. 00:06:59Intrinsic Content Size
-
Урок 189. 00:03:20Nesting Stack Views
-
Урок 190. 00:05:54Stack View Alignment and Distribution
-
Урок 191. 00:07:24Challenge: Nesting Stack Views
-
Урок 192. 00:00:26Conclusion
-
Урок 193. 00:04:33Introduction
-
Урок 194. 00:04:50Adding New Constraints
-
Урок 195. 00:02:06Dragging Constraints
-
Урок 196. 00:02:31Challenge: Constraints
-
Урок 197. 00:02:15Editing Constraints
-
Урок 198. 00:05:39Troubleshooting
-
Урок 199. 00:01:48Conclusion
-
Урок 200. 00:02:24Introduction
-
Урок 201. 00:04:41Constraint Inequalities
-
Урок 202. 00:03:47Constraint Priorities
-
Урок 203. 00:04:33Challenge: Constraints in Scroll Views
-
Урок 204. 00:03:57UILayoutGuide
-
Урок 205. 00:06:28NSLayoutAnchor
-
Урок 206. 00:03:49Challenge: Stack View Conversion
-
Урок 207. 00:08:03Visual Format Language
-
Урок 208. 00:02:47Challenge: Visual Format Language
-
Урок 209. 00:00:23Conclusion
-
Урок 210. 00:01:03Introduction
-
Урок 211. 00:03:43Size Classes
-
Урок 212. 00:03:26Challenge: Size Classes
-
Урок 213. 00:03:37Images and Other Properties
-
Урок 214. 00:00:59Challenge: Add Variations
-
Урок 215. 00:07:09Adaptive Layout Environment
-
Урок 216. 00:04:00Adaptive Presentation
-
Урок 217. 00:01:44Conclusion
-
Урок 218. 00:04:08Introduction
-
Урок 219. 00:11:13Getting Started
-
Урок 220. 00:07:29Customize Collection Views
-
Урок 221. 00:03:28Challenge: Selecting Cells
-
Урок 222. 00:08:26Handling Segues
-
Урок 223. 00:02:33Challenge: Segues in Code
-
Урок 224. 00:07:24Inserting Cells
-
Урок 225. 00:11:31Deleting Cells
-
Урок 226. 00:06:08Challenge: Deleting Cells
-
Урок 227. 00:09:08Cleaning up the UI
-
Урок 228. 00:01:55Conclusion
-
Урок 229. 00:02:59Introduction
-
Урок 230. 00:03:20Starter Project Review
-
Урок 231. 00:06:40Custom Cells
-
Урок 232. 00:06:00Challenge: Add a Label
-
Урок 233. 00:09:43Multiple Sections
-
Урок 234. 00:08:13Challenge: Enhance Section Headers
-
Урок 235. 00:09:58Subclassing Collection View Layout
-
Урок 236. 00:06:45Challenge: Cell Deletion Animation
-
Урок 237. 00:03:41Moving Cells
-
Урок 238. 00:02:08Conclusion
-
Урок 239. 00:02:09Introduction
-
Урок 240. 00:08:14Animating Constraint Constants
-
Урок 241. 00:04:15Challenge: Animate Position with Constants
-
Урок 242. 00:04:57Animating Dynamically Created Views
-
Урок 243. 00:02:26Challenge: Animate a View Offscreen
-
Урок 244. 00:07:53Animating Constraint Multipliers
-
Урок 245. 00:02:40Challenge: Toggle Constraints
-
Урок 246. 00:05:39Adding Springs
-
Урок 247. 00:07:24Using View Transitions
-
Урок 248. 00:03:36Challenge: Triggering View Transitions
-
Урок 249. 00:00:35Conclusion
-
Урок 250. 00:01:47Introduction
-
Урок 251. 00:08:19Animating View Properties
-
Урок 252. 00:01:58Challenge: Create a Fade Animation
-
Урок 253. 00:07:32Animating Transform Properties
-
Урок 254. 00:02:17Challenge: Add Variety
-
Урок 255. 00:08:24Concatenating Transforms
-
Урок 256. 00:08:02Animating with Keyframes
-
Урок 257. 00:03:04Challenge: Practice Keyframes
-
Урок 258. 00:00:25Conclusion
-
Урок 259. 00:01:09Introduction
-
Урок 260. 00:04:35Setting up the Animator
-
Урок 261. 00:01:44Challenge: Plan the Presentation Animation
-
Урок 262. 00:07:44Presentation Animation
-
Урок 263. 00:01:36Challenge: Plan the Dismiss Animation
-
Урок 264. 00:06:56Dismiss Animation
-
Урок 265. 00:04:18Adding Polish
-
Урок 266. 00:01:11Conclusion
-
Урок 267. 00:03:05Introduction
-
Урок 268. 00:08:36Creating Nib Files
-
Урок 269. 00:08:28Loading Nib Files
-
Урок 270. 00:06:20File's Owner
-
Урок 271. 00:03:44Challenge: File's Owner
-
Урок 272. 00:04:53Nib Outlets
-
Урок 273. 00:05:13UINib
-
Урок 274. 00:02:20Challenge: Reusing Nibs
-
Урок 275. 00:01:10Conclusion
-
Урок 276. 00:01:01Introduction
-
Урок 277. 00:08:28Parent Views
-
Урок 278. 00:07:31Controlling Parent Views
-
Урок 279. 00:08:04Scene Dock
-
Урок 280. 00:03:07Challenge: Scene Dock View
-
Урок 281. 00:05:01Multiple Scene Dock Views
-
Урок 282. 00:02:22Challenge: Scene Dock Outlet and Action
-
Урок 283. 00:00:36Conclusion
-
Урок 284. 00:01:32Introduction
-
Урок 285. 00:05:32View to Controller Conversion
-
Урок 286. 00:05:39Adding Child View Controllers
-
Урок 287. 00:08:27Embed Segues
-
Урок 288. 00:05:19Challenge: Container Subclasses
-
Урок 289. 00:06:16Storyboard References
-
Урок 290. 00:06:37View Models
-
Урок 291. 00:02:51Challenge: Tab Control
-
Урок 292. 00:02:05Conclusion
-
Урок 293. 00:01:52Introduction
-
Урок 294. 00:04:02UIPanGestureRecognizer
-
Урок 295. 00:06:24Deceleration
-
Урок 296. 00:05:39Pinch & Rotation
-
Урок 297. 00:02:33Challenge: Multiple Views
-
Урок 298. 00:05:18Programmatic UIGestureRecognizers
-
Урок 299. 00:09:59Custom UIGestureRecognizers
-
Урок 300. 00:07:21Introduction to simd
-
Урок 301. 00:03:40Challenge: simd
-
Урок 302. 00:01:35Conclusion
-
Урок 303. 00:01:54Introduction
-
Урок 304. 00:01:45Frames and Bounds
-
Урок 305. 00:04:19DIY Scroll View
-
Урок 306. 00:02:39Challenge: Update Frame and Bounds
-
Урок 307. 00:04:45Your First Scroll View
-
Урок 308. 00:02:34Challenge: Set Content Size
-
Урок 309. 00:06:46Zooming
-
Урок 310. 00:03:30Centering Content
-
Урок 311. 00:08:47Auto Layout
-
Урок 312. 00:05:14Challenge: Auto Layout
-
Урок 313. 00:00:24Conclusion
-
Урок 314. 00:00:41Introduction
-
Урок 315. 00:03:04Embedding Layouts
-
Урок 316. 00:04:01Nesting Scroll Views
-
Урок 317. 00:04:06Content Insets
-
Урок 318. 00:04:26Challenge: Nesting and Insets
-
Урок 319. 00:07:37Keyboard Insets
-
Урок 320. 00:02:24Challenge: Adding Keyboard Insets
-
Урок 321. 00:08:17Paging Scroll Views
-
Урок 322. 00:00:59Conclusion
-
Урок 323. 00:05:28Introduction
-
Урок 324. 00:01:05Starter Project
-
Урок 325. 00:06:03Getting Started
-
Урок 326. 00:08:00Managed Objects
-
Урок 327. 00:03:46Challenge: Adding Another Attribute
-
Урок 328. 00:05:04Attribute Types
-
Урок 329. 00:04:52Binary Data
-
Урок 330. 00:05:52Predicates
-
Урок 331. 00:02:20Filtering
-
Урок 332. 00:03:58Sorting
-
Урок 333. 00:04:24Challenge: Fixing Sorting Issues
-
Урок 334. 00:00:49Conclusion
-
Урок 335. 00:01:20Introduction
-
Урок 336. 00:06:57Fetched Results Controller
-
Урок 337. 00:08:33Displaying Data by Section
-
Урок 338. 00:02:24Challenge: Adding More Entities
-
Урок 339. 00:05:00Relationships
-
Урок 340. 00:10:46Relationships in Code
-
Урок 341. 00:01:56Delete Rules
-
Урок 342. 00:03:27Challenge: Deleting a Pet
-
Урок 343. 00:04:00Fetched Results Controller Delegate
-
Урок 344. 00:04:23Conclusion
-
Урок 345. 00:04:38Introduction
-
Урок 346. 00:05:55Understanding Concurrency
-
Урок 347. 00:06:05Concurrency in iOS
-
Урок 348. 00:04:21Challenge: Running Code on the Main Thread
-
Урок 349. 00:04:36Session Configuration
-
Урок 350. 00:05:24Session Tasks
-
Урок 351. 00:04:16Challenge: Creating a URL Session
-
Урок 352. 00:01:30Conclusion
-
Урок 353. 00:00:45Introduction
-
Урок 354. 00:03:47Making a Post Request
-
Урок 355. 00:02:00Priorities and Caching Policies
-
Урок 356. 00:08:34Uploading Data
-
Урок 357. 00:03:55Downloading Data
-
Урок 358. 00:03:50Challenge: Downloading a File
-
Урок 359. 00:03:20Background Sessions
-
Урок 360. 00:10:18Background Sessions in Action
-
Урок 361. 00:01:29Conclusion
-
Урок 362. 00:00:54Introduction
-
Урок 363. 00:03:27Authentication Options
-
Урок 364. 00:06:26Authentication With URLSession
-
Урок 365. 00:05:52Working With Cookies
-
Урок 366. 00:02:52Challenge: Print Out Cookies From Request
-
Урок 367. 00:06:10App Security Transport
-
Урок 368. 00:02:16Conclusion
-
Урок 369. 00:13:37Introduction
-
Урок 370. 00:04:24iTunes Connect
-
Урок 371. 00:09:47Submitting Your App
-
Урок 372. 00:04:44Introduction
-
Урок 373. 00:10:58Keyboard Shortcuts
-
Урок 374. 00:11:56Preferences and Editing
-
Урок 375. 00:15:22Workspaces and Frameworks
-
Урок 376. 00:14:40Schemes and Targets
-
Урок 377. 00:11:52Storyboards and Visual Debugging
-
Урок 378. 00:13:56Breakpoints
-
Урок 379. 00:14:25Code Snippets
-
Урок 380. 00:12:46Behaviors
-
Урок 381. 00:02:54Conclusion
-
Урок 382. 00:01:00Introduction
-
Урок 383. 00:03:13Man Pages
-
Урок 384. 00:04:34Navigation
-
Урок 385. 00:04:24Creation and Destruction
-
Урок 386. 00:03:51Creation and Destruction: Hierarchy Challenge
-
Урок 387. 00:04:47Find
-
Урок 388. 00:07:56Searching Inside Files
-
Урок 389. 00:04:39Challenge: Sorting
-
Урок 390. 00:00:30Conclusion
-
Урок 391. 00:00:44Introduction
-
Урок 392. 00:05:47Customizing Bash
-
Урок 393. 00:03:27Diff
-
Урок 394. 00:00:57Challenge: Undoing a Bad Patch
-
Урок 395. 00:04:15File System
-
Урок 396. 00:04:18File Permissions
-
Урок 397. 00:05:34Bash Scripting: Tests and Ifs
-
Урок 398. 00:07:01Bash Scripting: Loops and Switches
-
Урок 399. 00:01:59Bash Scripting: Functions
-
Урок 400. 00:06:27Automating Your Job
-
Урок 401. 00:03:02Challenge: Automating Your Job - Refactoring
-
Урок 402. 00:00:58Conclusion
-
Урок 403. 00:08:54Introduction
-
Урок 404. 00:09:50Cloning a Repo
-
Урок 405. 00:08:39Creating a Repo
-
Урок 406. 00:09:18Creating a Remote
-
Урок 407. 00:07:10Committing Changes
-
Урок 408. 00:12:43The Staging Area
-
Урок 409. 00:12:03Ignoring Files
-
Урок 410. 00:08:49Viewing History
-
Урок 411. 00:09:43Branching
-
Урок 412. 00:10:15Merging
-
Урок 413. 00:11:56Syncing with a Remote
-
Урок 414. 00:10:44Pull Requests
-
Урок 415. 00:06:23Implementation of Git
-
Урок 416. 00:09:23Merge Conflicts
-
Урок 417. 00:08:32Stashes
-
Урок 418. 00:05:50Aliases
-
Урок 419. 00:10:50Rebase: A Merge Alternative
-
Урок 420. 00:11:19Rebase: Rewriting History
-
Урок 421. 00:10:46Gitignore After the Fact
-
Урок 422. 00:09:48Cherry Picking
-
Урок 423. 00:13:49Filter Branch
-
Урок 424. 00:11:29Many Faces of Undo
-
Урок 425. 00:10:17GUIs: GitK
-
Урок 426. 00:09:09GUIs: SourceTree
-
Урок 427. 00:10:48GUIs: GitUp
-
Урок 428. 00:03:09Conclusion
-
Урок 429. 00:04:50Introduction
-
Урок 430. 00:09:54Vector Basics with Sketch
-
Урок 431. 00:07:28Challenge: Create a Wireframe
-
Урок 432. 00:09:58Composing Shapes
-
Урок 433. 00:09:58Challenge: Boolean Operations
-
Урок 434. 00:09:30Bezier Curves
-
Урок 435. 00:06:37Challenge: Tracing Complex Shapes
-
Урок 436. 00:08:07Text and Typography
-
Урок 437. 00:00:47Conclusion
-
Урок 438. 00:01:36Introduction
-
Урок 439. 00:02:51Raster Basics
-
Урок 440. 00:09:41Resolution Dependence
-
Урок 441. 00:02:54Challenge: Resolution
-
Урок 442. 00:11:24Masks and Compositing
-
Урок 443. 00:08:06Challenge: Vector Masks
-
Урок 444. 00:00:47Conclusion
-
Урок 445. 00:00:56Introduction
-
Урок 446. 00:09:07Working with Color
-
Урок 447. 00:04:14Challenge: Contrast and Accessibility
-
Урок 448. 00:07:46Color Spaces
-
Урок 449. 00:03:28Image Asset Formats
-
Урок 450. 00:07:07Challenge: Exporting Image Assets
-
Урок 451. 00:04:15Conclusion
-
Урок 452. 00:02:18Course Conclusion
- Категории
- Источники
- Все курсы
- Разделы
- Книги