SwiftProgramming-Introduction

所属分类:iPhone/iOS
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2023-05-26 20:43:20
上 传 者sh-1993
说明:  介绍用于iOS开发的Swift和情节提要编程。,
(Introduction to Swift and Storyboard Programming for iOS Development.,)

文件列表:
Exploratory/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.pbxproj (26609, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/contents.xcworkspacedata (135, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcshareddata/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (238, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (3622, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcuserdata/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcuserdata/markay.xcuserdatad/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/project.xcworkspace/xcuserdata/markay.xcuserdatad/UserInterfaceState.xcuserstate (72496, 2023-05-26)
Exploratory/Exploratory.xcodeproj/xcuserdata/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/xcuserdata/markay.xcuserdatad/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/xcuserdata/markay.xcuserdatad/xcdebugger/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/xcuserdata/markay.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist (835, 2023-05-26)
Exploratory/Exploratory.xcodeproj/xcuserdata/markay.xcuserdatad/xcschemes/ (0, 2023-05-26)
Exploratory/Exploratory.xcodeproj/xcuserdata/markay.xcuserdatad/xcschemes/xcschememanagement.plist (785, 2023-05-26)
Exploratory/Exploratory/ (0, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/ (0, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/AccentColor.colorset/ (0, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/AccentColor.colorset/Contents.json (123, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/AppIcon.appiconset/ (0, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/AppIcon.appiconset/Contents.json (177, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/Contents.json (63, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/GeneralProfileImage.imageset/ (0, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/GeneralProfileImage.imageset/Contents.json (309, 2023-05-26)
Exploratory/Exploratory/Assets.xcassets/GeneralProfileImage.imageset/NullProfile.png (118520, 2023-05-26)
Exploratory/Exploratory/ExploratoryApp.swift (335, 2023-05-26)
Exploratory/Exploratory/Location/ (0, 2023-05-26)
Exploratory/Exploratory/Location/LocationManager.swift (1027, 2023-05-26)
Exploratory/Exploratory/MainPage/ (0, 2023-05-26)
Exploratory/Exploratory/MainPage/FriendsView.swift (2204, 2023-05-26)
Exploratory/Exploratory/MainPage/HistoryView.swift (2207, 2023-05-26)
Exploratory/Exploratory/MainPage/MainPage.swift (11706, 2023-05-26)
Exploratory/Exploratory/MainPage/MapViewModel.swift (6096, 2023-05-26)
Exploratory/Exploratory/MainPage/SettingsView.swift (4220, 2023-05-26)
Exploratory/Exploratory/MainPage/StatisticsView.swift (2679, 2023-05-26)
Exploratory/Exploratory/Preview Content/ (0, 2023-05-26)
... ...

# SwitftProgramming-Introduction Introduction to Swift and Storyboard Programming for iOS Development. ![Swift5](https://img.shields.io/badge/-Swift5-F05138?logo=swift&logoColor=black&style=flat)  # Table of Contents 1. About 2. [Docs](https://github.com/Markay12/SwiftProgramming-Introduction/tree/main/docs) 3. Projects --- ## About Learn how to code iOS applications and the inner-workings of iOS developments with Swift 5 programming. The general layout of the documentation is by projects beginning at introduction to small applications. The docs folder is what explains the inner-workings of the Swift 5 langauge and how to use different commands and semantics. ## Docs The docs directory is where all information on how to code with Swift 5 will be stored. This information will be aligned by certain objects or how to do conditional statements with Swift 5. The layout will be in forms like how to use buttons, text fields etc. as well as doing certain loops. Those documents are outlined below. **There is currently no written documentation on coding with Swift 5** ## Projects The projects that are made are written with a combined combination of Storyboards and Swift 5. The former has since become outdated (2023) and will not be used as much as Swift 5. The languages used in each project will be defined in the description. ### IntroductionProject ![Swift5](https://img.shields.io/badge/-Swift5-F05138?logo=swift&logoColor=black&style=flat)  ![Storyboards](https://img.shields.io/badge/-Storyboard-09B3AF?logo=storyblok&logoColor=white&style=flat)  Description: This first project uses both Swift5 and Storyboard programming to create a simple application that takes in a name and outputs a greeting. This simple application is great at teaching the first use of text boxes as well as taking user inuput and changing text of the applications within run-time. Overall a great first project for those starting with XCode programming. ### BMI Calculator ![Swift5](https://img.shields.io/badge/-Swift5-F05138?logo=swift&logoColor=black&style=flat)  Description: This bmi calculator was coded just using Swift 5. The calculator is a good first use of mathematical functions and creating an app using user input. This application is broken into two sections: 1. Text Input Calculator This calculator uses text input from the user and then calculates their estimated BMI. The main issue with this project is being able to take user input and convert to a double value. This double value is then what is used for calculations. 2. Slider Input Calculator This second calculator accomplishes the same function as the first project but uses slider input that continuously checks our equation to notify the user of their BMI.

近期下载者

相关文件


收藏者