CainLuo

Results 25 issues of CainLuo

Hello, I am trying to use GCDTelnetServer to connect to the server, console print GCDTCPConnectionState is 0, is this normal? Will you have a Demo here? ```objectivec - (void)viewDidLoad {...

```swift // MARK: UITextField @IBDesignable public extension UITextField { @IBInspectable var placeholderLocalizeKey: String { set { DispatchQueue.main.async { self.placeholder = newValue.localized() } } get { return self.placeholderLocalizeKey.localized() } } }...

Hello everyone, I'm glad to learn how to use Perfect, but I encountered some problems. When I used Perfect Assistant to create an Empty Executable Project, I found that HTTPServer...

```swift let pickerView = BRStringPickerView() pickerView.pickerMode = .componentSingle pickerView.dataSourceArr = ["1", "2", "3"] pickerView.resultModelBlock = { result in } let style = BRPickerStyle() style.selectRowTextColor = .red style.separatorColor = .clear pickerView.pickerStyle...

Version: 2.6.2 iOS Version: 13.5 Xcode: 11.5 当使用BRPickerStyle设置language为zh-Hans, pickerMode设置为BRDatePickerModeYMD, 显示的日期格式yyyy-MM-dd, 但是把language设置为en-us, en-gb, ja-jp显示的日期格式一直都是dd-MM-yyyy, 没有MM-dd-yyyy这种格式吗?

ASCellNode has no background color in iOS 13 version, but it is normal in iOS 12 or iOS 14, how can I fix it? @garrettmoon ```swift class AboutCell: ASCellNode {...

[bug] ASCellNode has no background color in iOS 13

iOS 13.5 Xcode 11.5 当把ZYBannerView添加到UITableView的HeaderView时, 滑动index到非0的图片时, 滑动页面, 就会重刷UICollectionView. ![Untitled](https://user-images.githubusercontent.com/8857291/85008226-45572480-b18f-11ea-885a-b96198790d15.gif)

I didn't find the class ASCornerLayoutSpec, is it not added?