LRGlowingButton
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/lightroomapps/LRGlowingButton
- 软件文档: https://github.com/lightroomapps/LRGlowingButton
软件介绍
LRGlowingButton 是 UIButton 的之类,可自定义发光颜色,用于替代默认的 showsTouchWhenHighlighted
示例代码:
LRGlowingButton *button = [LRGlowingButton buttonWithType:UIButtonTypeCustom]; button.glowsWhenHighlighted = YES; button.highlightedGlowColor = [UIColor whiteColor]; [self.view addSubview:button];
算法技术手册(影印版第2版)(英文版)
(美)乔治·T·海涅曼//加里·波利斯//斯坦利·塞克欧 / 东南大学 / 2017-10-01 / 96.0
一起来看看 《算法技术手册(影印版第2版)(英文版)》 这本书的介绍吧!
