Skip to content

Instantly share code, notes, and snippets.

@digoreis
Created October 14, 2015 17:24
Show Gist options
  • Save digoreis/e9022b998e0c0bf4f240 to your computer and use it in GitHub Desktop.
Save digoreis/e9022b998e0c0bf4f240 to your computer and use it in GitHub Desktop.
Implementação de Operadora em Swift
import CoreTelephony
var phoneInfo = CTTelephonyNetworkInfo()
var phoneCarrier = phoneInfo.subscriberCellularProvider
println(phoneCarrier)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment