Skip to content

FaceIt Demo from Standford iOS9 lecture with Swift 3.0

Notifications You must be signed in to change notification settings

Hangling/FaceIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceIt

FaceIt 실습 with Swift3.0

screenshot

변경된 부분 in Swift3.0

  • UIColor

    • Swift 2.3 let blue = UIColor.blueColor()
    • Swift 3.0 let blue = UIColor.blue
  • drawRect

    • Swift 2.3 override func drawRect(rect: CGRect) {}
    • Swift 3.0 override func draw(_ rect: CGRect) {}
  • move method

    • Swift 2.3 func moveToPoint(_:CGPoint)
    • Swift 3.0 func move(to point: CGPoint)

관련된 강의항목

About

FaceIt Demo from Standford iOS9 lecture with Swift 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages