Latest | 1.0.2 |
---|---|
Homepage | https://github.com/gleeeli/GlPopView-Master |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
自定义带箭头的气泡,也支持关闭箭头,四个圆角支持分别设置显示
支持pod导入
pod ‘GlPopView’
使用方式:
GlPopView *popView = [[GlPopView alloc] initWithFrame:CGRectMake(10, 110 , 100, 150)];
//箭头朝上
popView.congfig.directionArrow = GlArrowDirectionTop;
//箭头靠右
popView.congfig.alignmentArrow = GlArrowAlignmentRight;
//箭头顶的水平方向偏移值
popView.congfig.offsetopHorizontalArrow = popView.congfig.widthArrow *0.5;
[self.view addSubview:popView];
Latest podspec
{ "name": "GlPopView", "version": "1.0.2", "summary": "A Multiple Func PoP View", "description": "it is a pop good pop view", "homepage": "https://github.com/gleeeli/GlPopView-Master", "license": "MIT", "authors": { "gleeeli": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/gleeeli/GlPopView-Master.git", "tag": "1.0.2" }, "source_files": "GlPopView/*", "requires_arc": true }
Sun, 02 Sep 2018 16:20:15 +0000