Skip to content

TKUsu/IOSComponent

Repository files navigation

IOSModule

Tutorial

  • SpeechKit:
  • by IOS native libray(AVFoundation & Speech)
  • Text to Speech
  • Speech to Text
  • WebSocket:
  • UserDefault:
  • Insert/Update/Delete NSUserDefaults
  • Show all NSUserDefaults Data

Playground

  • GCD:

qos(優先權限): UserInterActive > UserInitiated > Default > Utility > Background > Unspecified

let queueDefault = DispatchQueue(label: "queue.Default", qos: .default)
queueDefault.async{
//Do Something
}

from:Swift 3學習指南:重新認識GCD應用

  • CustomExtension:

UIColor: UIColor.init(rgb: 0x6a60ee).cgColor UIViewController: self.hideKeyboardWhenTappedAround()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published