iOS 视图控制器 ALSpotlightView
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/al7/ALSpotlightView
软件介绍
ALSpotlightView 是焦点视图控制,使用 Swift 实现。
//-- Initializing a spotlight view (shortest initialization):
let spotlightView = ALSpotlightView(spotlightCenter: CGPoint(x: 0.5, y: 0,5))
//-- Setting a tap handler (to hide when tapped)
spotlightView.onTapHandler = {
spotlightView.hide
}
//-- Presenting the spotlight view:
spotlightView.show()
Design systems
Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!
