SwiftRulerView icon indicating copy to clipboard operation
SwiftRulerView copied to clipboard

swift版本的滑动标尺

Results 1 SwiftRulerView issues
Sort by recently updated
recently updated
newest added

This code have annoying ```swift func judgeTextsHasWord(texts:String) -> Bool{ let scan:Scanner = Scanner.init(string: texts) var value:Float = 0.0 return scan.scanFloat(&value) && scan.isAtEnd // 'scanFloat' was deprecated in iOS 13.0 }...