SkillAgentSearch skills...

FloatView

浮动图片,类似京东或者美团外卖的偷红包,其实最相似的是苹果的AssistiveTouch(小圆点),使用更加简单!更加轻量!

Install / Use

/learn @wangrui460/FloatView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

iOS 技术交流

我创建了一个 微信 iOS 技术交流群,欢迎小伙伴们加入一起交流学习~

可以加我微信我拉你进去(备注iOS),我的微信号 wr1204607318

FloatView

浮动图片

image

使用方式

<pre><code> 创建方式一: FloatView* floatView = [[FloatView alloc] initWithImage:[UIImage imageNamed:@"FloatBonus"]]; 创建方式二: FloatView* floatView = [FloatView new]; [floatView setImageWithName:@"FloatBonus"]; floatView.stayAlpha = 0.3; floatView.stayMode = STAYMODE_RIGHT; [floatView setTapActionWithBlock:^{ NSLog(@"跳转到邀请好友界面"); }]; [self.view addSubview:floatView]; </code></pre>

联系我

扫码回复1获取面试资料(持续更新)

Related Skills

View on GitHub
GitHub Stars73
CategoryDevelopment
Updated2mo ago
Forks11

Languages

Objective-C

Security Score

95/100

Audited on Jan 13, 2026

No findings