iOS 视图控制器 ALSpotlightView

码农软件 · 软件分类 · 视图布局(View Layout) · 2019-06-23 09:14:23

软件介绍

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()

本文地址:https://codercto.com/soft/d/8585.html

Design systems

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》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试