CainLuo
CainLuo
```swift // MARK: UIBarButtonItem @IBDesignable public extension UIViewController { @IBInspectable var localizeKey: String { set { DispatchQueue.main.async { self.title = newValue.localized() } } get { return self.localizeKey.localized() } } }...
@muukii So does TextureSwiftSupport have a corresponding LayoutSpec to achieve the layout in the figure? This is ASCellNode. 
显示不全的我也遇到了,在ZLaunchAdButton的setSkipApperance方法里添加`titleLabel?.adjustsFontSizeToFitWidth = true`就可以了
> 我加上了 #97 好的,感谢大佬~
> 原生客户端的确是没有,但是M1的机型可以通过一些手段装ipa,也算是一种原生客户端吧~
Exception in thread Thread-1: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/Users/cainluo/Desktop/Personal Project/HUAWEI-STORE-GO/HUAWEI STORE GO.py", line...
请问怎么捣鼓的
我的是Mac版, 开发者模式默认就是勾上的 
Chrome有Mac平台的开发版?