Slide 1

Slide 1 text

INJECTION

Slide 2

Slide 2 text

OR

Slide 3

Slide 3 text

CONTROLLING YOUR TOOLS

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

ORTA

Slide 6

Slide 6 text

10 years ago

Slide 7

Slide 7 text

CRUD

Slide 8

Slide 8 text

CRUD

Slide 9

Slide 9 text

DRAG & DROP PLAYING MEDIA LOADING NIBS

Slide 10

Slide 10 text

The original brief had no concept of Unconventional Instruments, which came in by user requests and eventually grew to be roughly half the project. “

Slide 11

Slide 11 text

I had to read 4 books before I was close to being even slightly competent in writing software for Mac OS X. “ “

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

4 years ago

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

2 years ago

Slide 17

Slide 17 text

2 years ago

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

3 months ago

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

Listen id nc = [NSNotificationCenter defaultCenter]; SEL injected = @selector(appHasBeenInjected:); NSString *key = @“INJECTION_BUNDLE_NOTIFICATION”; [nc addObserver:self selector:injected name:key object:nil];

Slide 28

Slide 28 text

- (void)appHasBeenInjected:(NSNotification *)notification { [self.rootNav popViewControllerAnimated:NO]; [self runDeveloperExtras]; } in jected

Slide 29

Slide 29 text

- (void)runDeveloperExtras { NSString *path = @“/artwork/glenn-brown”; id switchboard = [ARSwitchBoard sharedInstance]; id viewController = [switchboard loadPath:path]; [self pushViewController:viewController animated:YES]; } Recreate

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

- Xcode Plugin - Keeps track of all changed files - Compiles the changed files via terminal to bundle - Bundle is passed to an Injection server in your app - Server receives bundle, and loads it - Server replaces methods in old classes with new ones - Server sweeps though all app memory for instances - Server notifies all objects they’ve been changed HOW

Slide 32

Slide 32 text

CAVEATS - Won’t work for Swift purists - Works fine for pragmatic programmers - Requires un-signing Xcode 8

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

No content

Slide 39

Slide 39 text

No content

Slide 40

Slide 40 text

REACT WEB IOS

Slide 41

Slide 41 text

REACT Share Ideas Hot Reloading Open Toolchain

Slide 42

Slide 42 text

REACT

Slide 43

Slide 43 text

HOPE

Slide 44

Slide 44 text

HOPE

Slide 45

Slide 45 text

HOPE

Slide 46

Slide 46 text

YOU