iOS音频微调控制 RETrimControl
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/romaonthego/RETrimControl
- 软件文档: https://github.com/romaonthego/RETrimControl
软件介绍
RETrimControl 是 iOS音频微调控制,类似 iPhone 语言备忘录应用。
示例代码:
RETrimControl *trimControl = [[RETrimControl alloc] initWithFrame:CGRectMake(10, (self.view.frame.size.height - 28) / 2.0f, 300, 28)]; trimControl.length = 200; // 200 seconds trimControl.delegate = self; [self.view addSubview:trimControl];
Foundations of PEAR
Good, Nathan A./ Kent, Allan / Springer-Verlag New York Inc / 2006-11 / $ 50.84
PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need......一起来看看 《Foundations of PEAR》 这本书的介绍吧!
