31:48
(Swift?!?) Programmatic Auto Layout with NSLayoutConstraint and UICollectionViewCells with Images
SOURCE CODE IS AT THE TOP OF THIS ARTICLE I JUST PUBLISHED: ...
9:29
Automating Xcode 8's New Automatic Signing
Talk I gave at SWMobile Meetup October 2016 on Automating Xcode 8's New Automatic Signing for iOS.
4:08
Auto Generate Documentation in Xcode 8 | New Features Xcode 8
How to Auto Generate Documentation in Xcode 8? Apple has come up with a cool new feature of Auto Generate Quick help ...
15:46
Have you ever looked at some of your old code and wondered, why did I do that? Or how about an open source project and you ...
16:23
SwiftGen in Xcode 11 - How to install and access resources with auto-completion and type-safely
Tools Series - With SwiftGen you will be able to access your strings, assets, fonts, storyboards, json files, etc, using ...
11:19
Xcode Asset Generation Automation with Speculid
Speculid is a tool you can use to automatically generate assets for use in Xcode. I'll show you how to create all the app icon sizes ...
12:19
Xcode IBInspectable IBDesignable in Swift
Learn how to make reusable UI components in Xcode. Change properties not usually accessible and see the result directly in ...
8:11
How to use Xcode Shortcuts to Speed Up your Development Process
In today's video, I'm going to go through many of the shortcut keys I use in my everyday app development process. There are quite ...
8:10
How to Build a Custom Form with Auto Layout
Do you know how to lay out a form for your app? In this video, i'll show you exactly how to do that in the storyboard with auto ...
25:38
Advanced Swift: Making Programmatic Auto Layout Easy through Extensions
Auto Layout can be quite tedious if you write the code programmatically using pure UIKit. In this lesson, I'll show you how to make ...
4:16
This video is part of the Udacity course "Objective-C for Swift Developers". Watch the full course at ...
3:57
QuartzCode - How use generate code in Xcode
Shows how to use generated code from QuartzCode in Xcode www.quartzcodeapp.com.
5:43
Jesse Collis - Code generating your way to Swift 4
A quick tour of the swift 4 code generated by swagger code-genand a and quick comparison to the swift 3 code generated. This is ...
11:56
How to Create Custom Xcode File Templates (Step by Step)
Let's learn how to create a custom Xcode file template. In this video I'll show you how easy it is to create your very own Xcode file ...
7:00
8 XCode Shortcuts & Tips to Make You More Productive - With Basil the Cat!
tutorial #tips #iphoneprogramming #apps Learn the 8 XCode keyboard shortcuts and XCode tips that I use EVERY DAY.
6:24
How to use Touch ID for local authentication (Swift 3 + Xcode8)
In this video i will show how to use Touch ID for authentication.This method can be very useful for iPhone supporting Touch ID.
14:05
Xcode Tips L5 - Developer Documentation
How to use the developer documentation in Xcode to learn more about Objective-C.
17:57
Swift 4.2 Xcode Tutorial - Random PList Generator - iOS 12 Geeky Lemon Development
Welcome to our XCode tutorials where today will we learn all about random plist generators with the Swift 4.2 language.
15:26
How to use vectors in Xcode 6 , 7 and 8
How to use vectors in Xcode (7 and 6.3+): Save an image as a .pdf file at the proper @1x size (e.g. 44x44 for a toolbar button).