Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 424 Bytes

LZFloatWindow

ios 悬浮窗

用法:

self.floatWindow = [[LZFloatWindow alloc]initWithFrame:CGRectMake(0, 0, 40, 40) mainImageName:[UIImage imageNamed:@"timg.jpeg"]];
[self.floatWindow show];