Pinned Loading
-
-
desk360-livechat-ios-sdk
desk360-livechat-ios-sdk PublicForked from Teknasyon-Teknoloji/desk360-livechat-ios-sdk
Desk360 Mobile Chat SDK for iOS
Swift
-
tcno.swift
tcno.swift 12func validateID(_ id: String) -> Bool {
3let digits = id.map {Int(String($0))} as! [Int]
4guard digits.count == 11, digits[0] != 0, digits[9] != 0 else { return false }
5let firstValidation = (digits[0] + digits[2] + digits[4] + digits[6] + digits[8]) * 7
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.