Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ios 7.1中默认情况下,UILabel与边框一起显示_Ios_Ios7.1 - Fatal编程技术网

ios 7.1中默认情况下,UILabel与边框一起显示

ios 7.1中默认情况下,UILabel与边框一起显示,ios,ios7.1,Ios,Ios7.1,默认情况下,UILabel仅在iOS 7.1中显示边框,即使没有设置边框 是否存在ios 7.1错误?如果未使用UIApprance协议全局设置标签外观,请仔细检查。iOS上UILabel的默认外观没有任何边框。如果出现边框,则必须调用label.layer.borderWidth 简而言之。对以下内容执行文本搜索: .layer.borderWidth [标签外观] 并检查您是否在代码中的某个位置设置了它。这是不可能的。。请将标签的图像与代码一起放置,或编写yourUILabel.clipsT

默认情况下,UILabel仅在iOS 7.1中显示边框,即使没有设置边框


是否存在ios 7.1错误?

如果未使用UIApprance协议全局设置标签外观,请仔细检查。iOS上UILabel的默认外观没有任何边框。如果出现边框,则必须调用label.layer.borderWidth

简而言之。对以下内容执行文本搜索:

.layer.borderWidth [标签外观]
并检查您是否在代码中的某个位置设置了它。

这是不可能的。。请将标签的图像与代码一起放置,或编写yourUILabel.clipsToBounds=YES或yourUILabel.layer.masksToBounds=YES;你能提供一个截图和代码吗,因为我在我的应用程序中没有看到任何这样的东西。