E
pod 'FloatingPanel'
Size: a a a
E
pod 'FloatingPanel'
IK
viber://pa?chatURI=
, в info plist viber прописалIK
func openViber() {
let appURL = URL.init(string: "viber://pa?chatURI=название чата")!
if UIApplication.shared.canOpenURL(appURL) {
UIApplication.shared.open(appURL)
} else {
let urlAppStore = URL.init(string: "itms-apps://itunes.apple.com/app/id382617920")!
if (UIApplication.shared.canOpenURL(urlAppStore)) {
UIApplication.shared.open(urlAppStore, options: [:], completionHandler: nil)
}
}
}
МГ
G
S
S
😊
АЧ
Can only delete an object from the Realm it belongs to
АЧ
MI
АЧ
MI
АЧ
MI
BG