Author
Released
11/21/2017Along the way, he explains the differences and nuances between writing code for an application and for a reusable framework, as well as some of the fundamentals of AVFoundation, one of the core camera frameworks in iOS. David also shows how to refactor your code, understand Swift access control, develop an interface, and handle memory leaks, so your framework is ready to share with other developers.
- Creating your first build
- Making the camera work
- Refactoring
- Creating a framework delegate
- Adding media
- Capturing images
- Correcting orientation
- Versioning and tagging releases in Git
Skill Level Intermediate
Duration
Views
- [David] Have you ever been in a situation where you've had to fulfill multiple client needs by having to write the same code over and over and over again? My name's David Okun, and in this course, I'm going to show you how to organize your Swift code into a reusable framework, so that you can use it whenever you need to. In this course, we'll go over how to make a camera framework that you can drop into any mobile application you use in iOS. We'll talk about what goes into making a developer tool great, setting up a development environment so that you have an easy way to iterate on your camera. We'll talk about refactoring access control, interface development, and even handling memory leaks to make sure that whatever you ship out is ready to go for anyone to use.
I'm really excited to teach you about this way of developing Swift code, so let's go ahead and get started.
-
Introduction
-
Welcome44s
-
What you should know1m 59s
-
Using the exercise files2m 52s
-
-
1. Let's Make It Work
-
Setting your goal2m 11s
-
Create your first build3m 32s
-
Make the camera work: Part 15m 21s
-
Make the camera work: Part 24m 11s
-
-
2. Let's Keep It Clean
-
Refactoring your camera8m 7s
-
Handling rotation4m 45s
-
3. Putting It All Together
-
Capturing a still image6m 57s
-
Normalizing your image data2m 47s
-
Checking for leaks4m 37s
-
4. Track It
-
Tagging releases in Git2m 36s
-
Conclusion
-
Next steps1m 47s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Welcome