Login
Discover
Waves
Decks
Plus
Login
Signup
Priya Talreja
@priyatalreja
29
Developer
Followers
193
Following
16
Resource Credits
Available
Used
Website
http://priyatalreja.com/
Created
May 10, 2018
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
priyatalreja
swift
2018-05-28 06:30
Chapter 8 - Types of Data
In 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. Integers are
$ 0.000
2
1
priyatalreja
swift
2018-05-25 08:59
Chapter 7 - Swift Optionals
Swift 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 non-existing values.
$ 0.025
5
priyatalreja
ios
2018-05-23 07:04
Chapter 6 - Variables and Constants
Variables 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. Declare constants
$ 0.035
6
2
priyatalreja
swift-tutorials
2018-05-22 05:56
Chapter 5 - Swift Playgrounds
Swift 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. In Swift Playgrounds
$ 0.027
5
priyatalreja
swift
2018-05-21 05:56
Chapter 4 - Different Files generated by Xcode in Single View Application Template
Six 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 UIResponder and
$ 0.000
4
priyatalreja
mobile
2018-05-21 04:52
Chapter 3 - Getting Familiar with Xcode
Navigator 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 interfaces, and other
$ 0.026
4
priyatalreja
xcode
2018-05-20 06:33
Chapter 2 - Creating a sample project in Xcode
The 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 includes several
$ 0.292
8
3
priyatalreja
xcode
2018-05-18 06:49
Chapter 1 - Prerequisites and languages used for iOS App development
iOS (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. consider Mac
$ 0.031
6
2
priyatalreja
introduceyourself
2018-05-15 05:05
Hi Steemians
Hi, 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
$ 0.472
145
12