ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

96,313 results

dotconferences
dotSwift 2019 - Daniel Jalkut - Just Enough Objective-C

Filmed at https://2019.dotswift.io on January 28th in Paris. More talks on https://dotconferences.com/talks Are your apps "Pure ...

19:18
dotSwift 2019 - Daniel Jalkut - Just Enough Objective-C

4,046 views

6 years ago

AUC_ANZ
Adventures in the Objective-C Runtime (/dev/world/2012)

Presenter: Matthew Robinson The Objective-C language is dynamic, many decisions are deferred from compile and link time to ...

46:20
Adventures in the Objective-C Runtime (/dev/world/2012)

2,220 views

11 years ago

codencandy
How to open a window using  C on macOS in 10 minutes

This is the 1st part of a tutorial series about programming graphics applications on macOS using C and ObjC without frameworks, ...

11:53
How to open a window using C on macOS in 10 minutes

635 views

1 year ago

dotconferences
dotSwift 2018 - Guy Daher - Supporting Objective-C in a Swift codebase

Filmed at https://2018.dotswift.io on January 29th in Paris. More talks on https://dotconferences.com/talks Objective-C and Swift ...

3:54
dotSwift 2018 - Guy Daher - Supporting Objective-C in a Swift codebase

291 views

7 years ago

Junior Tan
AppleScript Objective C - Hello World project

This is a recent AppleScript Objective C Hello World project, updated for Xcode 8.3.3 and macOS Sierra 10.12.6.

4:52
AppleScript Objective C - Hello World project

2,570 views

8 years ago

Avijit Nagare
Page Control Auto Image Slider in Objective-C

Auto scroll images using page controller library in iOS using objective c. Autolayout supported. Find Source Code at: ...

2:56
Page Control Auto Image Slider in Objective-C

16,802 views

8 years ago

unlokia
Basic Objective-C Structure

For self-reference, but I thought I'd share with the world; very basic Objective-C outline, not syntactically correct by any means, not ...

8:36
Basic Objective-C Structure

307 views

12 years ago

Spotless iCode
openURL new IOS10 method Swift 3 & Objective-C

IOS 10, Xcode 8, Swift 3 & Objective-C tutorial In IOS10 the old openURL code is deprecated, best you update it for a new version.

2:20
openURL new IOS10 method Swift 3 & Objective-C

2,119 views

9 years ago

Mark Tyers
Objective C Demo

I'll call my objective c and I'll save it on the desktop and now I'm going to have a go at adding a new class so I right click on the ...

15:05
Objective C Demo

297 views

12 years ago

The Debug Zone
Swift Equivalent of Objective-C's #ifdef __IPHONE_11_0: A Complete Guide

In this video, we dive into the world of Swift programming and explore how to effectively manage version-specific code, particularly ...

4:41
Swift Equivalent of Objective-C's #ifdef __IPHONE_11_0: A Complete Guide

2 views

1 year ago

Roel Van de Paar
Basic ToDo App in Objective-C (2 Solutions!!)

Basic ToDo App in Objective-C Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:59
Basic ToDo App in Objective-C (2 Solutions!!)

27 views

3 years ago

Mark Tyers
Objective C

In this video I'm going to talk to you about The Objective C programming language and as part of this we're going to talk about the ...

18:25
Objective C

268 views

12 years ago

Roel Van de Paar
Software Engineering: Where does Objective-C come from? C++ or C? (4 Solutions!!)

Software Engineering: Where does Objective-C come from? C++ or C? Helpful? Please support me on Patreon: ...

2:20
Software Engineering: Where does Objective-C come from? C++ or C? (4 Solutions!!)

12 views

3 years ago

The Debug Zone
Fixing remoteControlReceivedWithEvent Issues in Objective-C for iOS Apps

In this video, we dive into the common challenges developers face when working with the `remoteControlReceivedWithEvent` ...

3:02
Fixing remoteControlReceivedWithEvent Issues in Objective-C for iOS Apps

3 views

1 year ago

AUC_ANZ
Objective-C Memory Management Essentials (/dev/world/2011)

Presenter: Steven Saunders Debugging memory related bugs can be a time-consuming and headache-inducing process. A solid ...

47:16
Objective-C Memory Management Essentials (/dev/world/2011)

410 views

11 years ago

Youngster Dev
How to create Alert Controller in iOS using Objective-C in Xcode 8 ?

In this video, I am going to show you how to create Alert with the help of UIAlertController for iOS application in Xcode 8 using ...

7:40
How to create Alert Controller in iOS using Objective-C in Xcode 8 ?

2,590 views

8 years ago

Roel Van de Paar
Objective-c and c++ on linux (2 Solutions!!)

Objective-c and c++ on linux Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:52
Objective-c and c++ on linux (2 Solutions!!)

9 views

23 hours ago

The Debug Zone
Fixing Swift 4 Error: Method 'initialize()' Conflicts with Objective-C Class

In this video, we tackle a common issue faced by developers working with Swift 4 and Objective-C interoperability. If you've ...

1:31
Fixing Swift 4 Error: Method 'initialize()' Conflicts with Objective-C Class

1 view

10 months ago

Roel Van de Paar
Replace outgoing call screen in objective C iOS

Replace outgoing call screen in objective C iOS Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:19
Replace outgoing call screen in objective C iOS

2 views

3 years ago

Nicholai Cascio
Xcode: Tap to zoom image in iOS, SWIFT/Objective-C

I want to apologize for the really bad video quality. This was my first time using OBS on my Mac and I didn't realize it was ...

8:34
Xcode: Tap to zoom image in iOS, SWIFT/Objective-C

713 views

5 years ago

Roel Van de Paar
Code Review: Rewrite code from Objective-C to conform with Swift power tools and concise style

Code Review: Rewrite code from Objective-C to conform with Swift power tools and concise style Helpful? Please support me on ...

3:05
Code Review: Rewrite code from Objective-C to conform with Swift power tools and concise style

1 view

3 years ago

Youngster Dev
How to implement Search Bar in iOS (Objective-C) ?

In this video, I am gonna tell how to implement Search Bar with Table View Controller in iOS using Objective-C Language. Search ...

10:34
How to implement Search Bar in iOS (Objective-C) ?

7,045 views

8 years ago

Peter Schneider
What is a typedef enum in Objective-C?

What is a typedef enum in Objective-C? I hope you found a solution that worked for you :) The Content (except music & images) is ...

5:07
What is a typedef enum in Objective-C?

8 views

2 years ago

Roel Van de Paar
Optimizing iOS method in objective-c (2 Solutions!!)

Optimizing iOS method in objective-c Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:56
Optimizing iOS method in objective-c (2 Solutions!!)

3 views

3 years ago

Roel Van de Paar
Objective-C Block Syntax (2 Solutions!!)

Objective-C Block Syntax Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:58
Objective-C Block Syntax (2 Solutions!!)

152 views

2 years ago