This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```swift | |
extension UIBezierPath { | |
class func bezierPathWithWavesInRect(rect: CGRect, width: CGFloat, offset: CGFloat = 0.0, waveUp: Bool = false) -> UIBezierPath { | |
let originY = waveUp ? rect.maxY : rect.minY | |
let halfWidth = width / 2.0 | |
let halfHeight = rect.height / 2.0 | |
let quarterWidth = width / 4.0 | |
var up = waveUp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drwxr-xr-x 3 Tom staff 102B Jan 11 14:42 Alcatraz.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Jan 12 14:21 AllTargets.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Dec 11 08:37 Auto-Importer.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Dec 11 08:37 DerivedData Exterminator.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Dec 11 08:37 FixCode.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Dec 11 08:37 FuzzyAutocomplete.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Jan 12 14:21 KZLinkedConsole.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Oct 5 10:06 Lin.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Oct 5 10:08 OMColorSense.xcplugin | |
drwxr-xr-x 3 Tom staff 102B Jan 12 14:21 OMQuickHelp.xcplugin |