Karim Zhang

Results 10 comments of Karim Zhang

I take over #811 and #813 ,I create it Can you merge this PR? @honkmaster

``` pod 'SVProgressHUD',:git => 'https://github.com/Fidetro/SVProgressHUD.git' ``` @DeforeChen you can use `SVProgressHUD.showText(withStatus: "xxx")` in swift

@honkmaster I have updated demo,please review pr

@honkmaster I updated readme and demo,any other questions?

I create it allow text mode #883 @JanzTam

I have the same problem. ``` class Person: NSObject, NSCoding { var name : String var sex : Int enum Key: String { case name case sex } init(name: String,...

I found out that `clear` doesn't work properly in this case. 1. `sudo python3 -m pymobiledevice3 remote start-quic-tunnel` 2. `pymobiledevice3 developer dvt simulate-location set --rsd host port -- 60 60`...

😂是从哪个版本升上来的?很久没有做大的改动了,应该大部分接口都是兼容的才对

Swift有自己的命名空间,不考虑改名,你具体遇到什么问题是只能通过改名才能解决吗?

我建议是遇到冲突的时候,这样解决: ``` var test: Swift.Set ```