ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Learning Xcode 8

دانلود کتاب یادگیری Xcode 8

Learning Xcode 8

مشخصات کتاب

Learning Xcode 8

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781785885723, 1785888374 
ناشر: Packt Publishing 
سال نشر: 2016 
تعداد صفحات: 481 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 14 مگابایت 

قیمت کتاب (تومان) : 58,000



کلمات کلیدی مربوط به کتاب یادگیری Xcode 8: iPad (کامپیوتر) -- برنامه نویسی، کتاب های الکترونیکی، آی پد (کامپیوتر) -- برنامه نویسی



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 14


در صورت تبدیل فایل کتاب Learning Xcode 8 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب یادگیری Xcode 8 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب یادگیری Xcode 8

پوشش دادن؛ کپی رایت؛ وام؛ درباره نویسنده؛ درباره داور؛ www.PacktPub.com; فهرست مطالب؛ پیشگفتار؛ فصل 1: شروع سفر خود در iOS. مسئولیت های یک توسعه دهنده؛ پیش تولید؛ راه اندازی پروژه؛ توسعه؛ گسترش؛ کار در یک تیم؛ طراحان؛ سایر برنامه نویسان؛ مدیران پروژه؛ سرمایه گذاران؛ مجموعه ابزار Xcode 8. Xcode شبیه ساز iOS و watchOS. ابزار؛ بارگذار برنامه؛ آشنایی با Model-View-Controller (MVC)؛ مدل؛ چشم انداز؛ کنترل کننده؛ MVC در وب؛ MVC در iOS؛ تبدیل شدن به یک توسعه دهنده ثبت نام شده؛ به کدام حساب نیاز دارید؟ ثبت یک حساب توسعه دهنده رایگان.; حاشیه نویسی


توضیحاتی درمورد کتاب به خارجی

Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting Your iOS Journey; A developer's responsibilities; Pre-production; Project setup; Development; Deployment; Working on a team; Designers; Other programmers; Project managers; Investors; The Xcode 8 toolset; Xcode; iOS and watchOS simulator; Instruments; Application Loader; Understanding Model-View-Controller (MVC); Model; View; Controller; MVC on the web; MVC on iOS; Becoming a registered developer; Which account do you need?; Registering a free developer account.;Annotation



فهرست مطالب

Cover
Copyright
Credits
About the Author
About the Reviewer
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Starting Your iOS Journey
A developer\'s responsibilities
Pre-production
Project setup
Development
Deployment
Working on a team
Designers
Other programmers
Project managers
Investors
The Xcode 8 toolset
Xcode
iOS and watchOS simulator
Instruments
Application Loader
Understanding Model-View-Controller (MVC)
Model
View
Controller
MVC on the web
MVC on iOS
Becoming a registered developer
Which account do you need?
Registering a free developer account. Registering a paid developer accountSummary
Chapter 2: Welcome to Xcode
Getting started
Installing Xcode
Adding your developer account
Creating a new project
Navigating Xcode
Editor
Navigator sidebar
Debug area
Utilities sidebar
Exploring the editor
Standard editor
Assistant editor
Version editor
Understanding project settings
Project targets
The General tab
The Capabilities tab
The Info tab
Creating and managing files
Resource types
Creating new resources
Importing existing files
Groups and folders
Creating builds
Build and run
Running on a device. Applying the basicsSetting up the workspace
Creating the model, view, and controller
Testing our work in the simulator
Summary
Chapter 3: Introduction to Swift 3
Discovering playgrounds
Setting up a playground
Resources, pages, and rich comments
Pages
Rich comments
Understanding Swift basics
Data types, constants, and variables
Data types
Constants
Variables
Optionals
Collection types
Arrays
Dictionaries
Conditional statements
if statement
guard statement
switch statement
Loops
for loop
for-in loop
while loop
repeat-while loop
Functions
Comments and printing. Creating classes, structs, and enumsClasses
Structs
Enumerations
Using important Swift features
Closures
Protocols
Class extensions
Error handling
Summary
Chapter 4: Using Storyboards, Auto Layout, and Size Classes
Storyboards
Getting started
View controllers and screen flow
Understanding segues
Auto Layout
Constraints
Resolving issues
Size classes
Devices, orientations, and size classes
Size classes in action
Summary
Chapter 5: Taking Advantage of Source Control in Xcode
Understanding version control
Introduction to Git
Setting up Git in Xcode. Creating a local repositoryAdding Git to an existing project
Using a GitHub hosted repository
Using version control in Xcode
Pull, push, and commit
The version editor
Creating and merging branches
Summary
Chapter 6: Building Your First iOS App
Pre-production
Assembling a feature list
Visual design
Creating a development plan
New snippet
SnippetData model
New snippet button
Select snippet type
Update SnippetData model
Create an alert controller
Text snippet implementation
Update SnippetData model
Text entry view controller
PhotoSnippet implementation.




نظرات کاربران