文件名称:ImageTipLabel:A control to help us put label in photo,like in and nice.类似like和in的标签控件
文件大小:46KB
文件格式:ZIP
更新时间:2024-06-15 02:25:39
Objective-C
图像提示标签 一种控件,可帮助我们在照片中添加标签,例如in和nice。 截屏 用法 调用configTipLabelWithBackgroundImage:来配置标签的背景图像。 调用TipLabelWithText:tipImage:direction:editModel:创建一个实例。 如果您想要一个带有不同背景图像的新标签,可以调用TipLabelWithText:tipImage:backgroundImage:direction:editModel :,它不会破坏背景的通用设置。 如果将editModel设置为NO,则标签的手势(如拖动,长按和点击)将被禁用。 不要忘了以正确的方式调整背景图像的大小,以适应标签的不同宽度。 调用addTipLabelToView:tipX:tipY: 第一个参数是要添加到的视图,例如可以是UIImageView。 tipX和tip
【文件预览】:
ImageTipLabel-master
----ImageTipLabel()
--------ImageTipLabel.h(1KB)
--------ImageTipLabel.xib(5KB)
--------ImageTipLabel.m(9KB)
--------ImageTipLabel.xcassets()
----ImageLabelDemo()
--------ImageLabelDemo()
--------ImageLabelDemoTests()
--------ImageLabelDemo.xcodeproj()
----ScreenShot.png(21KB)
----.gitignore(495B)
----README.md(2KB)