Skip to content

Commit

Permalink
code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustRush committed May 10, 2017
1 parent 6c57962 commit 377a409
Show file tree
Hide file tree
Showing 7 changed files with 595 additions and 1,494 deletions.
6 changes: 3 additions & 3 deletions Sources/BasicChainable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
import UIKit

public protocol BasicChainable: Chainable {
// func moveX(_ increment: CGFloat) -> Self
// func moveY(_ increment: CGFloat) -> Self
func moveX(_ increment: CGFloat) -> Self
func moveY(_ increment: CGFloat) -> Self
func moveTo(_ point: CGPoint) -> Self
func makeColor(_ color: UIColor) -> Self
// func makeAlpha(_ alpha: CGFloat) -> Self
func makeAlpha(_ alpha: CGFloat) -> Self
func rotate(_ z: CGFloat) -> Self
func rotateX(_ x: CGFloat) -> Self
func rotateY(_ y: CGFloat) -> Self
Expand Down
Loading

0 comments on commit 377a409

Please sign in to comment.