CainLuo

Results 30 comments of 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. ![image](https://user-images.githubusercontent.com/8857291/122748906-4bf70b00-d2bf-11eb-8919-dfa7ba579d6e.png)

显示不全的我也遇到了,在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版, 开发者模式默认就是勾上的 ![image](https://cloud.githubusercontent.com/assets/8857291/16898394/74b52b66-4c0b-11e6-88e0-607620f92151.png)