SASecretCommandViewController
- 授权协议: MIT
- 开发语言: Swift Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/szk-atmosphere/SASecretCommandViewController
软件介绍
SASecretCommandViewController 是使用 Swift 所写,通过手势的拨动和按钮来激活。手指按钮的隐藏指令可以自定义。感觉就是有点开启秘籍那样,比较有趣。拨动的时候视图中会出现方向指示。 [Code4App.com]
示例:
class ViewController: SASecretCommandViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
// Register secret command with SASecretCommandType
let commandList: [SASecretCommandType] = [
.Up,
.Up,
.Down,
.Down,
.Left,
.Right,
.Left,
.Right,
.B,
.A
]
self.registerSecretCommand(commandList)
//Show inpunt command as icon
self.showInputCommand = true
}
}AJAX企业级开发
Davec Johnson、Alexeic White、Andrec Charland / 张祖良、荣浩、高冰 / 人民邮电出版社 / 2008 / 49.00元
本书首先解释了AJAX 为什么在大规模的开发中能有如此广阔的应用前景,接着系统地介绍了当前重要的AJAX 技术和组件。你将看到把数据表、Web 窗体、图表、搜索和过滤连接在一起用于构建AJAX应用程序的框架开发的整个过程;在此基础上,本书给出了已经过证实的AJAX 架构模式,以及来源于实际的.NET 和Java AJAX 应用程序的案例研究。一起来看看 《AJAX企业级开发》 这本书的介绍吧!
