悬浮按钮:
悬浮图片:
悬浮Gif图:
悬浮轮播图:
悬浮视频:
使用:
- (void)viewDidLoad {
[super viewDidLoad];
LCSuspendCustomBaseViewController *floatVC=[[LCSuspendCustomBaseViewController alloc]init];
floatVC.suspendType=SCROLLVIEW;
[self addChildViewController:floatVC];
[self.view addSubview:floatVC.view];
}
Github地址:https://github.com/LuochuanAD/OC-SuspendView
详细讲解博文地址:http://blog.csdn.net/luochuanad/article/details/71522241