UINavigation的转场动画 XLBubbleTransition
- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mengxianliang/XLBubbleTransition
- 软件文档: https://github.com/mengxianliang/XLBubbleTransition
软件介绍
XLBubbleTransition 是一个适用于UINavigation的转场动画,在Push和Pop这两个动作时显示。
使用方法:
在ViewController中设置push和pop的转场动画,初始化时需要设置动画的起始范围和结束范围.
self.xl_pushTranstion = [XLBubblePushTransition transitionWithAnchorRect:button.frame]; self.xl_popTranstion = [XLBubblePopTransition transitionWithAnchorRect:button.frame];
应用密码学:协议、算法与C源程序(原书第2版)
(美)Bruce Schneier / 吴世忠、祝世雄、张文政 等 / 机械工业出版社 / 2014-1 / 79.00
......我所读过的关于密码学最好的书......该书是美国国家安全局最不愿意见到出版的书...... —— 《Wired》 ......不朽的......令人着迷的......计算机程序员必读的密码学上决定性的著作...... —— 《Dr.Dobb's Journal》 ......该领域勿庸置疑的一本权威之作。 —— 《PC Magazine》 ..........一起来看看 《应用密码学:协议、算法与C源程序(原书第2版)》 这本书的介绍吧!
