ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

102,172 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,045 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

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

290 views

7 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

ChupaMobile
iOS Programming Course 2012 - Lecture 1 iOS (Objective-C Primer)

Visit http://www.chupamobile.com to attend the entire course. Today's applications are increasingly mobile. Computers are no ...

1:49:42
iOS Programming Course 2012 - Lecture 1 iOS (Objective-C Primer)

145,258 views

13 years ago

FOSDEM
Building Server Applications using Objective C and GNUstep   Nicola Pero   FOSDEM  2009

FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source ...

41:22
Building Server Applications using Objective C and GNUstep Nicola Pero FOSDEM 2009

2,616 views

15 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

CS164
Lecture 4: Objective-C

All of C plus some more stuff for those familiar it adds essentially objectoriented features to C hence the objective in Objective C ...

1:42:51
Lecture 4: Objective-C

1,410 views

12 years ago

Patrick Voelcker
Zeichenerkennungsdemo (Objective-C ohne Cocos2D)
0:33
Zeichenerkennungsdemo (Objective-C ohne Cocos2D)

346 views

13 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

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

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

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

Owo Tv
Programming Throwdown #07 Objective-C

"Programming Throwdown attempts to educate Computer Scientists and Software Engineers on a cavalcade of programming and ...

1:19:47
Programming Throwdown #07 Objective-C

75 views

8 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

FOSDEM
Garbage collection with Objective C   Richard Frith Macdonald   FOSDEM  2009

FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source ...

32:12
Garbage collection with Objective C Richard Frith Macdonald FOSDEM 2009

464 views

15 years 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

The Assembly
Translate your Android Java Code into iOS Objective-C with Google's J2Objc

RSVP today to learn how to translate Android Java into iOS Objective-C automatically with J2ObjC this Saturday June 28.

0:29
Translate your Android Java Code into iOS Objective-C with Google's J2Objc

1,654 views

7 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

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!!)

0 views

8 hours ago

Fabrice Kordon
158 — Invoking Objective C code from Swift code

This is a video from the master 2nd year in Computer Science (Distributed Systems and Applications) by Sorbonne Université.

11:57
158 — Invoking Objective C code from Swift code

33 views

7 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

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

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