Skip to content

Commit

Permalink
A UIView subclass that reproduces the waveform effect seen in Siri on…
Browse files Browse the repository at this point in the history
… iOS 7+

SwiftSiriWaveformView is a UIView subclass that reproduces the waveform
effect seen in Siri on iOS 7+.

It is a Swift adaptation of the amazing
[SCSiriWaveformView](https://github.com/stefanceriu/SCSiriWaveformView)
by [Stefan Ceriu](https://github.com/stefanceriu).
  • Loading branch information
alankarmisra committed Jul 29, 2015
1 parent 146f41d commit 0bd93c8
Show file tree
Hide file tree
Showing 73 changed files with 3,475 additions and 28 deletions.
21 changes: 21 additions & 0 deletions Example/Podfile.lock
@@ -0,0 +1,21 @@
PODS:
- FBSnapshotTestCase (2.0.3):
- FBSnapshotTestCase/SwiftSupport (= 2.0.3)
- FBSnapshotTestCase/Core (2.0.3)
- FBSnapshotTestCase/SwiftSupport (2.0.3):
- FBSnapshotTestCase/Core
- SwiftSiriWaveformView (0.1.0)

DEPENDENCIES:
- FBSnapshotTestCase
- SwiftSiriWaveformView (from `../`)

EXTERNAL SOURCES:
SwiftSiriWaveformView:
:path: ../

SPEC CHECKSUMS:
FBSnapshotTestCase: d0eeca6bf87958e088b254396ae66873f971cfb1
SwiftSiriWaveformView: a7fcf7afcc6e4ca75915deb0cdf5ef21f7fc24bc

COCOAPODS: 0.38.0.beta.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bd93c8

Please sign in to comment.