DYYFloatWindow

DYYFloatWindow is a Float Window in iOS.


License
OFL-1.1-RFN
Install
pod try DYYFloatWindow

Documentation

DYYFloatWindow

这是一个iOS上的悬浮窗

This is a Float Window in iOS

Get Start

copy "DYYFloatWindow.h" and "DYYFloatWindow" to your project

Using it

For using DYYFloatWindow, it's very simple:

DYYFloatWindow *floatWindow = [[DYYFloatWindow alloc]initWithFrame:CGRectMake(0, 200, 50, 50) mainImageName:@"ccc.png" imagesAndTitle:@{@"ddd":@"用户中心",@"eee":@"退出登录",@"fff":@"客服中心"} bgcolor:[UIColor lightGrayColor] animationColor:[UIColor purpleColor]];

floatWindow.clickBolcks = ^(NSInteger i){
    //do something;
};