ticsmatic

Results 6 issues of ticsmatic

i read the "__objc_catlist" section data, the i used `clsPointer.name`, the value is category name, i also want get category cls info. for example: // the source code is :...

eg:代码创建的button,当button里面的文字较长产生折行时,通过此分类实现图片居右文字居左,图片不显示

`npm start`时报错,如下 环境: 操作系统10.15.7 zsh node: v15.0.1 npm: 7.0.5 ``` binary-server/node_modules/thenify-all/index.js:19 return SyntaxError: Unexpected end of input at wrapSafe (node:internal/modules/cjs/loader:999:16) at Module._compile (node:internal/modules/cjs/loader:1047:27) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1112:10) at Module.load (node:internal/modules/cjs/loader:948:32) at...

使用foo.binary.podspec.json格式的索引有什么优势吗,为什么不使用默认支持的foo.podspec.json或者foo.podspec格式文件

podfile中某个组件使用 :git => :tag => 的方式设置,执行bin auto后能生成二进制成功。但是执行bin update时,发现项目下此组件文件夹目录为空,如图 环境: ### Stack ``` CocoaPods : 1.10.2 Ruby : ruby 2.7.5p203 (2021-11-24 revision f69aeb8314) [x86_64-darwin21] RubyGems : 3.1.6 Host : macOS 12.3.1...

Alert貌似没有进行横屏适配,但是却使用了UIView+AutoLayout,查了一下,就两个地方用到UIView+AutoLayout,如果是就为了这个使用UIView+AutoLayout,很明显降低Alert的逼格了,一个项目中如果使用Masory,再引入UIView+AutoLayout,很混乱,最好去掉UIView+AutoLayout,使用自带的NSAutoLayout,如果进行横屏适配,才要考虑是否要引入UIView+AutoLayout