September 2017 - Swift 4 Tutorials W3Schools

Post Top Ad

29 Sept 2017

Authenticate with Firebase Anonymously on iOS | Convert Anonymous User to Permanent User in iOS - swift 4

9/29/2017 01:40:00 am 0
We can create and use temporary anonymous accounts to authenticate with Firebase using Firebase Authentication. By using this we can allow users without signed up to your app to work with data protected by security rules. If later these anonymous user...
Read More

27 Sept 2017

Authenticate with Firebase using Facebook Login on iOS - Swift 4

9/27/2017 02:52:00 am 0
We can authenticate users with Firebase with their Facebook accounts by integrating Facebook Login. This Article Covers Following Related questions  : Using Firebase to Integrate Facebook Login in iOS AppsFirebase Facebook Login and Authentication...
Read More

26 Sept 2017

Firebase Authentication using Email & Password - iOS, Swift

9/26/2017 03:10:00 am 0
Now a days most of mobile developers are using Firebase in their projects. For getting the data from Firebase we need to get authorization from Firebase. This can be done by Sign Up/Log In into Firebase. There are different Sign Up/Log In providers. In...
Read More

25 Sept 2017

could not find a valid GoogleService-Info.plist in your project - iOS, Swift, Objective-C

9/25/2017 11:38:00 pm 0
*** Terminating app due to uncaught exception 'com.firebase.core', reason: '`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'*** Solution...
Read More

Firebase Tutorial - 1. Setting Up Google Firebase For iOS Projects

9/25/2017 03:53:00 am 0
Prerequisites : Xcode 7.0 or later for Objective-C 8.0 or later for Swift  Project targeting iOS 7 or above Swift projects must use Swift 3.0 or later CocoaPods 1.0.0 or later Firebase : Firebase helps you build better mobile apps...
Read More

21 Sept 2017

iOS 11[Swift 4] Navigation Bar With Large Titles and LargeTitleTextAttributes - Color & Font Customization

9/21/2017 05:33:00 am 2
From iOS 11, Apple has changed Navigation Bar Titles to Large text.     Use a large title when you need to provide extra emphasis on context. See Music app in iOS 11 Devices. Music uses large titles to differentiate content areas like...
Read More

20 Sept 2017

iOS 11 Officially Released By Apple. What's new in iOS 11 & Features.

9/20/2017 01:00:00 am 0
For Download Settings -> General -> Software Update -> Download and Install. iOS 11 is performance optimised for 64-bit apps. 32-bit apps will need to be updated by the app developer to work with this version of iOS. Supported...
Read More

19 Sept 2017

Color Literals & Image Literals Tutorial in Swift - iOS

9/19/2017 04:48:00 am 4
Swift supports Both Color Literals & Image Literals. In this we will see how to use these literals. This Article Covers Following Related questions  : how to add image literal to an array and show them?swift #imageliteralcolor literals xcode...
Read More

17 Sept 2017

Scan BarCode & QRCode With iPhone Camera Using Swift 4(AVFoundation) - iOS 11

9/17/2017 03:42:00 am 2
Hello Guys! In this article we will dive in to Bar Code & Qr Code Scanner App. Here we doing both code scanning in single App. Apple introduced Av Foundation from iOS 7 to support reading bar codes. Apple supports all types of following codes:AVMetadataObjectTypeUPCECode...
Read More
Page 1 of 1412345...14Next »Last

Post Top Ad