摘要:
##关于如何在编译Xcode-Plugin工程的时候增加Cocoapods依赖###以及在Mac App上使用Cocoapods的时候遇到`Library not found for -lPods`时的解决办法*最近在写一个Xcode的插件,需要导入Cocoapods的依赖,但是添加Pods以后不管怎么样都无法编译成功,始终都是`Library not found for -lPods`错误,在官... 阅读全文
摘要:
#Hidden、Alpha、Opaque的区别###在iOS中,每个View都有Hidden、Alpha、Opaque三个关于透明的属性,官方文档介绍如下:```1. @property(nonatomic) CGFloat alpha;This value affects only the current view and does not affect any of its embedded ... 阅读全文