我需要知道iOS中是否存在任何与Android中的Toast消息相似的方法.也就是说,我需要显示一条消息,该消息在几秒钟后自动被解除.这类似于Android环境中Toast类的功能.
有没有办法在swift中提供Toast消息?
我已尝试过目标c,但无法在swift中找到解决方案.
[self.view makeToast:@"Account created Successfully"
duration:0.5
position:@"bottom"];
Run Code Online (Sandbox Code Playgroud) 有没有办法在Swift中向用户显示一条消息,例如Android中的Toast消息?