BlogHide Resteemspriyatalreja (29)in swift • 6 years agoChapter 8 - Types of DataIn any programming language, we use different types of variables to store information. Variables are nothing but reserved memory locations to store values. Int Int which short for Integer.…priyatalreja (29)in swift • 6 years agoChapter 7 - Swift OptionalsSwift is a very safe language. It works hard to ensure your code never fails in surprising ways. Optionals are a powerful feature in Swift language which come to solve the problem of…priyatalreja (29)in ios • 6 years agoChapter 6 - Variables and ConstantsVariables are nothing but reserved memory locations to store values. The value of a constant can’t be changed once it’s set, whereas a variable can be set to a different value in the future.…priyatalreja (29)in swift-tutorials • 6 years agoChapter 5 - Swift PlaygroundsSwift Playgrounds helps you learn and explore coding in Swift. Swift Playgrounds can satisfy your curiosity about what coding is and how it works, but it doesn’t really let you write apps.…priyatalreja (29)in swift • 6 years agoChapter 4 - Different Files generated by Xcode in Single View Application TemplateSix Different files are generated after you create your first project. 1 - AppDelegate.swift AppDelegate is a place to handle special UIApplication states. AppDelegate inherits from…priyatalreja (29)in mobile • 6 years agoChapter 3 - Getting Familiar with XcodeNavigator area Allows you to add new files and/or select existing files. Provides quick access to the various parts of your project. Editor area Allows you to edit source code, user…priyatalreja (29)in xcode • 6 years agoChapter 2 - Creating a sample project in XcodeThe below steps will help you learn to create a sample project in Xcode. 1 - Open XCode 2 - Click on File Menu and Create New Project. 3 - Select iOS at the top of the dialog. 4 - Xcode…priyatalreja (29)in xcode • 6 years agoChapter 1 - Prerequisites and languages used for iOS App developmentiOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. Requirements for iOS App development 1. MAC Yes, it’s the basic requirement for iOS App development.…priyatalreja (29)in introduceyourself • 6 years agoHi SteemiansHi, I am Priya Talreja an Engineer at heart, I can develop applications for iOS and Android and when I say this my brain starts telling me "Stop acting like you know everything!". I believe in the…