iOS 音乐播放视图 InteractivePlayerView

码农软件 · 软件分类 · 音频声效(Audio) · 2019-07-08 11:13:24

软件介绍

InteractivePlayerView 是可以自定义的 iOS 音乐播放视图。

使用示例:

@IBOutlet var ipv: InteractivePlayerView!

  // set delegation
  self.ipv!.delegate = self

  // duration of music
  self.ipv.progress = 120.0

  // start - stop player
  self.ipv.start()  self.ipv.stop()  /* InteractivePlayerViewDelegate METHODS */
    func actionOneButtonTapped(sender: UIButton, isSelected: Bool) {
        println("ActionOneButton tapped")
    }    func actionTwoButtonTapped(sender: UIButton, isSelected: Bool) {
        println("ActionTwoButton tapped")
    }    func actionThreeButtonTapped(sender: UIButton, isSelected: Bool) {
        println("ActionThreeButton tapped")

    }


本文地址:https://codercto.com/soft/d/9673.html

Flexible Rails

Flexible Rails

Peter Armstrong / Manning Publications / 2008-01-23 / USD 44.99

Rails is a fantastic tool for web application development, but its Ajax-driven interfaces stop short of the richness you gain with a tool like Adobe Flex. Simply put, Flex is the most productive way t......一起来看看 《Flexible Rails》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具