懸浮按鈕:
懸浮圖片:
懸浮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
詳細(xì)講解博文地址:http://blog.csdn.net/luochuanad/article/details/71522241