LeeYZ

Results 4 issues of LeeYZ

这一句出问题了 if ([viewClassName containsString:@"UIbarBackGround"]) { // iOS 13 下名字变为 UIBarBackground view.alpha = 0; } _UIBarBackground的alpha被改为0,你加到里面的那个backgroudView也就显示不出来了,导致vhl_setBackgroundColor不起作用 机型:iPhone 6s Plus 系统版本:13.1.1 VHL版本: 1.1(pod最新版本) xcode: 11.0

在分屏状态下,如果右侧距离window右侧比较近时会出现右侧被遮挡一部分的问题

I have an XML document, in the following format: ``` xml ``` Your code: ``` objectivec - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qName { // Update the parent...