Giter Club home page Giter Club logo

waveslider's Introduction

Build

WaveSlider

Installation

CocoaPods

Podfile :

pod 'WaveSlider'

Carthage

Cartfile :

github "yuki0n0/WaveSlider"

Usage

Swift

import WaveSlider

let waveSlider = WaveSlider()
let path = Bundle.main.path(forResource: "music", ofType: "mp3")
let url = URL(fileURLWithPath: path!)
waveSlider.set(url: url)
waveSlider.value = 0.2

// Note: `url` of argument accepts only the local file path.

Interface Builder (storyboard, xib)

  1. Add UIView on Interface Builder (like .storyboard, .xib) and Set class and module WaveSlider .
  2. Can edit color and value at right pane.
  3. Finaly, You should connect to code and manipulate it.
1 2

Getting ready

  • README の拡充
    • 日本語も用意する
    • IB の説明を GIF にする
  • テストとCI
  • タップしてスライドできるように
    • IB からもよびだせるように。valuechanged で
  • ローカルファイルのみ対応な部分の修正 (そもそも引数を AVAudioFile にしたほうがいいかも)
  • 継承を UIControl にしなければ
  • UIカスタマイズ
    • bar の幅と間隔
    • padding
    • 角丸か否かの選択
  • ライブラリ
    • Swifty Package Manager
    • Manual
  • バグ修正
    • 音声が短すぎるとバーが表示できない

waveslider's People

Contributors

yuki0n0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

waveslider's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.