+ All Categories
Home > Technology > [KJ-CODE] UIDynamics

[KJ-CODE] UIDynamics

Date post: 01-Jul-2015
Category:
Upload: -
View: 206 times
Download: 0 times
Share this document with a friend
Description:
3월8일 KJ-CODE 발표 자료
14
KJEvent *newEvent = [[ KJEvent alloc ] initWithTitle : @“UIDynamics” withDateString : @“2014-03-08” withSpeaker : @“Ji Sanghoon” withSubtitles :@[ UIDynamics , UIMotionEffect ]]; [newEvent readyToPresent ]; KJ-CODE Since 2010
Transcript
Page 1: [KJ-CODE] UIDynamics

KJEvent *newEvent = [[KJEvent alloc] initWithTitle:@“UIDynamics” withDateString:@“2014-03-08” withSpeaker:@“Ji Sanghoon” withSubtitles:@[UIDynamics, UIMotionEffect]]; !

[newEvent readyToPresent];

KJ-CODE Since 2010

Page 2: [KJ-CODE] UIDynamics

UIMotionEffect + UIDynamics

Ji Sanghoon2014. 3. 8

in KJ-CODEKJ-CODE Since 2010

Page 3: [KJ-CODE] UIDynamics

UIMotionEffect & UIDynamics is..

• It work only iOS7

• NOT for game programming (see SpriteKit)

• More better UI / UX

• For realistic motion

KJ-CODE Since 2010

Page 5: [KJ-CODE] UIDynamics

Waht is UIMotionEffect

KJ-CODE Since 2010

Make depth between views & make reality

Page 6: [KJ-CODE] UIDynamics

UIMotionEffect

• Abstract class

• Easily more than UIAccelerometer

• Just one Motion - UIInterpolatingMotionEffect

• Not working in AirPlay

KJ-CODE Since 2010

Page 7: [KJ-CODE] UIDynamics

HOW TO USE ?

KJ-CODE Since 2010

Page 8: [KJ-CODE] UIDynamics

UIDynamics

• Realistic

• Physics-based engine

• Collisions, springs, gravity, attachments

• Dynamics exists to enhance UI / UX

KJ-CODE Since 2010

Page 9: [KJ-CODE] UIDynamics

UIKit DynamicsAnimator

View View View View

Collision Bounce

Gravity Collision

KJ-CODE Since 2010

Page 10: [KJ-CODE] UIDynamics

• UIAttachmentBehavior

• UICollosionBehavior

• UIGravityBehavior

• UIPushBehavior

• UISnapBehavior

• UIDynamicItemBehavior

UIDynamicBehavior

KJ-CODE Since 2010

Page 11: [KJ-CODE] UIDynamics

D E M O

KJ-CODE Since 2010

Page 12: [KJ-CODE] UIDynamics

[newEvent getQuest];

KJ-CODE Since 2010

Page 13: [KJ-CODE] UIDynamics

[newEvent release];

KJ-CODE Since 2010

Page 14: [KJ-CODE] UIDynamics

cảm ơn谢谢

Thank You

감사합니다 ありがとうございます

KJ-CODE Since 2010


Recommended