Use this tag only for questions directly related to changes in version 3 of Apple's Swift programming language.
Apparently this is now possible with ios10 : optional func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: (UNNotificationPresentationOptions) -> …
ios swift swift3 uilocalnotification unusernotificationcenterFor iOS 9 I was using Reachability public class to check wether the device is connected to the internet or not. …
swift3 ios10 internet-connectionI am getting this error while building the SwiftJSON framework to the Some Xcode project through Carthage Dependency Manager. Sivaramaiahs-Mac-mini:…
command-line installation swift3 gzip carthageI am trying to do IFSCCode validation in swift, but the problem I'm facing is I am not able to …
swift3How do you hide the status bar in ios 9? This is now deprecated: [UIApplication sharedApplication] setStatusBarHidden:YES];
ios objective-c swift swift3 statusbarSo I been trying to add a notification to the new UNUserNotificationCenter, but I don't seem to get it. My …
swift swift3 uilocalnotification ios10 unusernotificationcenter