Skip to content

Commit

Permalink
P-22-1-6 Create a change of email, password
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadaalbalawi committed Jan 6, 2022
1 parent af9e80a commit d950238
Show file tree
Hide file tree
Showing 33 changed files with 459 additions and 349 deletions.
29 changes: 29 additions & 0 deletions ListInformationForPatient.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// ListInformationForPatient.swift
// catchBullying
//
// Created by apple on 03/06/1443 AH.
//

import UIKit

class ListInformationForPatient: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}


/*
// MARK: - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/

}
38 changes: 25 additions & 13 deletions catchBullying.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
184D60B727852A74009AE8CE /* AppoinmentModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184D60B627852A74009AE8CE /* AppoinmentModel.swift */; };
184D60B927857078009AE8CE /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184D60B827857078009AE8CE /* CalendarViewController.swift */; };
184D60BB2785772D009AE8CE /* CalendarCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184D60BA2785772D009AE8CE /* CalendarCell.swift */; };
184D60BF2785B36C009AE8CE /* NewFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184D60BE2785B36C009AE8CE /* NewFile.swift */; };
18798171276B4F2000FD4F8C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 18798170276B4F2000FD4F8C /* GoogleService-Info.plist */; };
187BA3102768D73C00CBB7CC /* LandingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 187BA30F2768D73C00CBB7CC /* LandingViewController.swift */; };
187BA3122768EBC400CBB7CC /* LoginViewControllerUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 187BA3112768EBC400CBB7CC /* LoginViewControllerUser.swift */; };
Expand All @@ -64,6 +63,8 @@
18C6A91E276F1C670056240D /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C6A91D276F1C670056240D /* ProfileViewController.swift */; };
18C6A922276F1E480056240D /* SupportViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C6A921276F1E480056240D /* SupportViewController.swift */; };
18C6A92D276F41B40056240D /* MainTF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C6A92C276F41B40056240D /* MainTF.swift */; };
18CD74C12786DFAE001120C1 /* ChangeEmailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18CD74C02786DFAE001120C1 /* ChangeEmailViewController.swift */; };
18CD74C32786E573001120C1 /* ChangePasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18CD74C22786E573001120C1 /* ChangePasswordViewController.swift */; };
18E915EE2767E86B005772AB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E915ED2767E86B005772AB /* AppDelegate.swift */; };
18E915F02767E86B005772AB /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E915EF2767E86B005772AB /* SceneDelegate.swift */; };
18E915F52767E86B005772AB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 18E915F32767E86B005772AB /* Main.storyboard */; };
Expand Down Expand Up @@ -107,7 +108,6 @@
184D60BA2785772D009AE8CE /* CalendarCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarCell.swift; sourceTree = "<group>"; };
184D60BC27857F53009AE8CE /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
184D60BD27857F53009AE8CE /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
184D60BE2785B36C009AE8CE /* NewFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewFile.swift; sourceTree = "<group>"; };
18798170276B4F2000FD4F8C /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
187BA30F2768D73C00CBB7CC /* LandingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandingViewController.swift; sourceTree = "<group>"; };
187BA3112768EBC400CBB7CC /* LoginViewControllerUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewControllerUser.swift; sourceTree = "<group>"; };
Expand All @@ -127,6 +127,8 @@
18C6A91D276F1C670056240D /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
18C6A921276F1E480056240D /* SupportViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportViewController.swift; sourceTree = "<group>"; };
18C6A92C276F41B40056240D /* MainTF.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainTF.swift; sourceTree = "<group>"; };
18CD74C02786DFAE001120C1 /* ChangeEmailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangeEmailViewController.swift; sourceTree = "<group>"; };
18CD74C22786E573001120C1 /* ChangePasswordViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePasswordViewController.swift; sourceTree = "<group>"; };
18E915EA2767E86B005772AB /* catchBullying.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = catchBullying.app; sourceTree = BUILT_PRODUCTS_DIR; };
18E915ED2767E86B005772AB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
18E915EF2767E86B005772AB /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -179,13 +181,13 @@
isa = PBXGroup;
children = (
180DB1AE2783D30600FC309C /* Chat */,
182BD463276DBAE600FA32BC /* UserModel.swift */,
18C6A915276F08100056240D /* DoctorModel.swift */,
18893E9D2781059C00C258D7 /* PatientModel.swift */,
182BD463276DBAE600FA32BC /* UserModel.swift */,
181CD88127785CBB00E0C105 /* PageOnboarding.swift */,
181CD8592777341C00E0C105 /* PsicologistQuestions.swift */,
1807421B277C3F710090BDCC /* ProfileCellModel.swift */,
18893EA3278113EB00C258D7 /* InformationCellModel.swift */,
181CD8592777341C00E0C105 /* PsicologistQuestions.swift */,
1807421F277C805A0090BDCC /* ImportantNumbers.swift */,
);
path = Models;
Expand Down Expand Up @@ -216,6 +218,8 @@
18893EA5278115C400C258D7 /* InformationCell.swift */,
180DB1A42783025F00FC309C /* InformationPatientViewController.swift */,
184D60AD27850BEA009AE8CE /* PatientProfileDetailsViewController.swift */,
184D60AB2785028D009AE8CE /* VideoPlayerViewController.swift */,
18C6A917276F19F10056240D /* QuestionsViewController.swift */,
);
path = Patient;
sourceTree = "<group>";
Expand Down Expand Up @@ -263,6 +267,15 @@
path = Extension;
sourceTree = "<group>";
};
18CD74C4278705E9001120C1 /* Onboarding */ = {
isa = PBXGroup;
children = (
181CD88327785DA600E0C105 /* OnboardingViewController.swift */,
181CD88527785DC200E0C105 /* CollectionViewCell.swift */,
);
path = Onboarding;
sourceTree = "<group>";
};
18E915E12767E86B005772AB = {
isa = PBXGroup;
children = (
Expand All @@ -283,8 +296,6 @@
isa = PBXGroup;
children = (
182BD462276DBAB200FA32BC /* Models */,
18893E9A2780CE0800C258D7 /* Doctor */,
18893E992780CD2200C258D7 /* Patient */,
18E916042767ECD9005772AB /* ViewControllers */,
18C6A929276F41440056240D /* Extension */,
1892070E2769F8810008B4B7 /* View */,
Expand All @@ -301,16 +312,16 @@
18E916042767ECD9005772AB /* ViewControllers */ = {
isa = PBXGroup;
children = (
184D60AF278516AC009AE8CE /* Calendar */,
18893E992780CD2200C258D7 /* Patient */,
18893E9A2780CE0800C258D7 /* Doctor */,
180DB1A1278256FA00FC309C /* Chat */,
181CD88327785DA600E0C105 /* OnboardingViewController.swift */,
181CD88527785DC200E0C105 /* CollectionViewCell.swift */,
18CD74C4278705E9001120C1 /* Onboarding */,
184D60AF278516AC009AE8CE /* Calendar */,
187BA30F2768D73C00CBB7CC /* LandingViewController.swift */,
187BA3112768EBC400CBB7CC /* LoginViewControllerUser.swift */,
189207102769F95F0008B4B7 /* SignUpViewController.swift */,
18C6A917276F19F10056240D /* QuestionsViewController.swift */,
184D60BE2785B36C009AE8CE /* NewFile.swift */,
184D60AB2785028D009AE8CE /* VideoPlayerViewController.swift */,
18CD74C22786E573001120C1 /* ChangePasswordViewController.swift */,
18CD74C02786DFAE001120C1 /* ChangeEmailViewController.swift */,
);
path = ViewControllers;
sourceTree = "<group>";
Expand Down Expand Up @@ -412,14 +423,15 @@
187BA3122768EBC400CBB7CC /* LoginViewControllerUser.swift in Sources */,
184D60BB2785772D009AE8CE /* CalendarCell.swift in Sources */,
18893E9E2781059C00C258D7 /* PatientModel.swift in Sources */,
18CD74C12786DFAE001120C1 /* ChangeEmailViewController.swift in Sources */,
180DB1A92783316900FC309C /* MessageCell.swift in Sources */,
181CD88427785DA600E0C105 /* OnboardingViewController.swift in Sources */,
18C6A91E276F1C670056240D /* ProfileViewController.swift in Sources */,
18E915EE2767E86B005772AB /* AppDelegate.swift in Sources */,
180DB1A52783025F00FC309C /* InformationPatientViewController.swift in Sources */,
184D60BF2785B36C009AE8CE /* NewFile.swift in Sources */,
180DB1AD27837DED00FC309C /* DoctorProfileDetailsViewController.swift in Sources */,
180DB1AB2783720A00FC309C /* InformationVC.swift in Sources */,
18CD74C32786E573001120C1 /* ChangePasswordViewController.swift in Sources */,
18074220277C805A0090BDCC /* ImportantNumbers.swift in Sources */,
181CD8562777225300E0C105 /* UserHomeViewController.swift in Sources */,
180DB1A7278327A900FC309C /* ChatViewController.swift in Sources */,
Expand Down
8 changes: 4 additions & 4 deletions catchBullying/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<constraint firstAttribute="height" constant="186" id="G74-cx-GX0"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="EndBullying" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VyE-OI-Qsa">
<rect key="frame" x="178" y="544" width="186" height="41.5"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="EndBullying" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VyE-OI-Qsa">
<rect key="frame" x="150" y="544" width="214" height="41.5"/>
<fontDescription key="fontDescription" name="MarkerFelt-Thin" family="Marker Felt" pointSize="38"/>
<color key="textColor" red="0.9355601616" green="0.19835099580000001" blue="0.33317389460000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
Expand All @@ -35,15 +35,15 @@
<constraint firstItem="NwS-7K-3R8" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="9Yz-em-Tuf"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="VyE-OI-Qsa" secondAttribute="trailing" constant="50" id="NNc-jX-n3z"/>
<constraint firstItem="VyE-OI-Qsa" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="500" id="PlG-dh-kkm"/>
<constraint firstItem="VyE-OI-Qsa" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="178" id="QJ9-cE-Oe1"/>
<constraint firstItem="VyE-OI-Qsa" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="150" id="QJ9-cE-Oe1"/>
<constraint firstItem="NwS-7K-3R8" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="height" multiplier="15:56" id="mt5-BI-KzX"/>
<constraint firstItem="NwS-7K-3R8" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerXWithinMargins" id="tOR-n2-TP6"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="52.173913043478265" y="375"/>
<point key="canvasLocation" x="-12875" y="-7563"/>
</scene>
</scenes>
<resources>
Expand Down
Loading

0 comments on commit d950238

Please sign in to comment.