项目源地址 : https://github.com/andreamazz/AMPopTip
引用文件 在附件 通过 Bridging 文件
#import
“AMPopTip.h”
引入
1, 显示文字
import
UIKit
class
ViewController:
UIViewController
{
var
pop:
AMPopTip
?;
@IBAction
func
btn1(sender:
UIButton
) {
pop
?.
版权声明:本文为mft8899原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。