Santana#79
Open
Santana-Says wants to merge 4 commits into
Open
Conversation
|
Hey,
I think I'm getting tagged by mistake :)
Thanks.
Sameera
…On Fri, Oct 11, 2019 at 11:00 AM Santana ***@***.***> wrote:
@sameera <https://github.com/sameera>
------------------------------
You can view, comment on, or merge this pull request online at:
#79
Commit Summary
- Removing unrelated crap
- Structuring files, adding storyboard, linking buttons
- Adding helper functions
- Connecting all helpers in view controller
File Changes
- *D* Art/Lambda_Logo_Full.pdf
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-0>
(0)
- *D* Prep/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-1>
(87)
- *M* README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-2>
(78)
- *A* RPNCalc-C/RPNCalc-C.xcodeproj/project.pbxproj
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-3>
(421)
- *A* RPNCalc-C/RPNCalc-C/Helpers/JSCalculator.h
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-4>
(26)
- *A* RPNCalc-C/RPNCalc-C/Helpers/JSCalculator.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-5>
(55)
- *A* RPNCalc-C/RPNCalc-C/Helpers/JSDigitAccumulator.h
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-6>
(24)
- *A* RPNCalc-C/RPNCalc-C/Helpers/JSDigitAccumulator.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-7>
(44)
- *A* RPNCalc-C/RPNCalc-C/Helpers/JSStack.h
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-8>
(25)
- *A* RPNCalc-C/RPNCalc-C/Helpers/JSStack.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-9>
(46)
- *A* RPNCalc-C/RPNCalc-C/Resources/AppDelegate.h
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-10>
(15)
- *A* RPNCalc-C/RPNCalc-C/Resources/AppDelegate.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-11>
(41)
- *A*
RPNCalc-C/RPNCalc-C/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-12>
(98)
- *A* RPNCalc-C/RPNCalc-C/Resources/Assets.xcassets/Contents.json
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-13>
(6)
- *A* RPNCalc-C/RPNCalc-C/Resources/Info.plist
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-14>
(62)
- *A* RPNCalc-C/RPNCalc-C/Resources/SceneDelegate.h
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-15>
(16)
- *A* RPNCalc-C/RPNCalc-C/Resources/SceneDelegate.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-16>
(50)
- *A* RPNCalc-C/RPNCalc-C/Resources/main.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-17>
(19)
- *A*
RPNCalc-C/RPNCalc-C/Storyboards/Base.lproj/LaunchScreen.storyboard
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-18>
(25)
- *A* RPNCalc-C/RPNCalc-C/Storyboards/Base.lproj/Main.storyboard
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-19>
(209)
- *A* RPNCalc-C/RPNCalc-C/View Controllers/JSCalculatorVC.h
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-20>
(17)
- *A* RPNCalc-C/RPNCalc-C/View Controllers/JSCalculatorVC.m
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-21>
(119)
- *D* Sprint 1/Module 1 - MVC and UINavigationController/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-22>
(107)
- *D* Sprint 1/Module 1 Beta - Response Chain/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-23>
(64)
- *D* Sprint 11/Module 4/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-24>
(66)
- *D* Sprint 12/Module 4/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-25>
(54)
- *D* Sprint 12/Modules 2&3/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-26>
(53)
- *D* Sprint 6/Module 2-Custom Controls/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-27>
(132)
- *D* Sprint 6/Module 3 - UIView Animation/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-28>
(67)
- *D* Sprint 6/Module 4 - View Controller Transitions/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-29>
(63)
- *D* Sprint 7/Concurrency II (7.3)/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-30>
(98)
- *D* Sprint 7/Concurrency II (7.3)/Table.png
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-31>
(0)
- *D* Sprint 7/Generics (7.2)/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-32>
(53)
- *D* Sprint 9/Creating Frameworks/IndeterminateLoadingView.swift
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-33>
(107)
- *D* Sprint 9/Creating Frameworks/LoadingUI.gif
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-34>
(0)
- *D* Sprint 9/Creating Frameworks/PolarPoint.swift
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-35>
(49)
- *D* Sprint 9/Creating Frameworks/README.md
<https://github.com/LambdaSchool/ios-projects/pull/79/files#diff-36>
(57)
Patch Links:
- https://github.com/LambdaSchool/ios-projects/pull/79.patch
- https://github.com/LambdaSchool/ios-projects/pull/79.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABS4VRGNDXFYQ3V3LRCORLQOAFPPANCNFSM4I7VHLTA>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@sameera