ios: do auth UI/UI, do l10n

This commit is contained in:
Emin 2024-08-06 17:09:21 +05:00
parent 0d0b43ae7e
commit 2d9a1ee57f
67 changed files with 1670 additions and 11 deletions

View file

@ -209,7 +209,7 @@ using namespace osm_auth_ios;
- (void)applicationDidBecomeActive:(UIApplication *)application {
LOG(LINFO, ("applicationDidBecomeActive - begin"));
[[MapViewController sharedController]performSegueWithIdentifier:@"Map2TourismMain" sender:nil];
[[MapViewController sharedController]performSegueWithIdentifier:@"Map2Auth" sender:nil];
auto & f = GetFramework();
f.EnterForeground();

View file

@ -3963,7 +3963,11 @@
"country" = "Country";
"confirm_password" = "Repeat the password";
"tourism_email" = "Email";
"tourism_password" = "Repeat the password";
"tourism_forgot_password" = "Forgot password?";
"home" = "Home";

View file

@ -3965,6 +3965,12 @@
"confirm_password" = "Repeat the password";
"tourism_email" = "Email";
"tourism_password" = "Repeat the password";
"tourism_forgot_password" = "Forgot password?";
"home" = "Home";
"favorites" = "Favorites";

View file

@ -3963,6 +3963,12 @@
"country" = "Страна";
"tourism_email" = "Email";
"tourism_password" = "Пароль";
"tourism_forgot_password" = "Забыли пароль?";
"confirm_password" = "Повторите пароль";
"home" = "Главная";

View file

@ -263,7 +263,19 @@
4B4153B52BF9695500EE4B02 /* MWMTextToSpeechTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B4153B42BF9695500EE4B02 /* MWMTextToSpeechTests.mm */; };
524634C62C53BC3100FDCABA /* Auth.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 524634C22C53BB3A00FDCABA /* Auth.storyboard */; };
524634CD2C57232400FDCABA /* TourismMain.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 524634CC2C57232400FDCABA /* TourismMain.storyboard */; };
527D5E752C60A1F800736A85 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 527D5E742C60A1F800736A85 /* Images.xcassets */; };
527D5E782C60D94B00736A85 /* AppButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527D5E772C60D94B00736A85 /* AppButton.swift */; };
527D5E7B2C60E05D00736A85 /* LanguageUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527D5E7A2C60E05D00736A85 /* LanguageUtils.swift */; };
527D5E7F2C60E69C00736A85 /* Layouting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527D5E7E2C60E69C00736A85 /* Layouting.swift */; };
527D5E822C60EFEE00736A85 /* UIViewExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527D5E812C60EFEE00736A85 /* UIViewExtensions.swift */; };
528D72A12C5BBBF700D53210 /* Colors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 528D72A02C5BBBF700D53210 /* Colors.xcassets */; };
52B573EC2C61E1C10047FAC9 /* SignInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B573EB2C61E1C10047FAC9 /* SignInViewController.swift */; };
52B573F02C61E4110047FAC9 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B573EF2C61E4110047FAC9 /* Constants.swift */; };
52B573F22C61E8980047FAC9 /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B573F12C61E8980047FAC9 /* SignUpViewController.swift */; };
52B573F52C61F11E0047FAC9 /* AuhtTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B573F42C61F11E0047FAC9 /* AuhtTextField.swift */; };
52B573F72C61F4D00047FAC9 /* PasswordTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B573F62C61F4D00047FAC9 /* PasswordTextField.swift */; };
52B573F92C6223CE0047FAC9 /* AuthBackButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B573F82C6223CE0047FAC9 /* AuthBackButton.swift */; };
52B573FC2C623ECF0047FAC9 /* CountryPickerView in Frameworks */ = {isa = PBXBuildFile; productRef = 52B573FB2C623ECF0047FAC9 /* CountryPickerView */; };
52D588A92C5CD56200AB96B3 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52D588A82C5CD56200AB96B3 /* Color.swift */; };
52D588BA2C5CE2E800AB96B3 /* Font.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52D588B92C5CE2E800AB96B3 /* Font.swift */; };
52D588C52C5CEAF900AB96B3 /* Gilroy-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 52D588BB2C5CEAF800AB96B3 /* Gilroy-Thin.ttf */; };
@ -1200,7 +1212,18 @@
4B4153B42BF9695500EE4B02 /* MWMTextToSpeechTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMTextToSpeechTests.mm; sourceTree = "<group>"; };
524634C22C53BB3A00FDCABA /* Auth.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Auth.storyboard; sourceTree = "<group>"; };
524634CC2C57232400FDCABA /* TourismMain.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TourismMain.storyboard; sourceTree = "<group>"; };
527D5E742C60A1F800736A85 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
527D5E772C60D94B00736A85 /* AppButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppButton.swift; sourceTree = "<group>"; };
527D5E7A2C60E05D00736A85 /* LanguageUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageUtils.swift; sourceTree = "<group>"; };
527D5E7E2C60E69C00736A85 /* Layouting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Layouting.swift; sourceTree = "<group>"; };
527D5E812C60EFEE00736A85 /* UIViewExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIViewExtensions.swift; sourceTree = "<group>"; };
528D72A02C5BBBF700D53210 /* Colors.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Colors.xcassets; sourceTree = "<group>"; };
52B573EB2C61E1C10047FAC9 /* SignInViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInViewController.swift; sourceTree = "<group>"; };
52B573EF2C61E4110047FAC9 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
52B573F12C61E8980047FAC9 /* SignUpViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpViewController.swift; sourceTree = "<group>"; };
52B573F42C61F11E0047FAC9 /* AuhtTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuhtTextField.swift; sourceTree = "<group>"; };
52B573F62C61F4D00047FAC9 /* PasswordTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordTextField.swift; sourceTree = "<group>"; };
52B573F82C6223CE0047FAC9 /* AuthBackButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthBackButton.swift; sourceTree = "<group>"; };
52D588A82C5CD56200AB96B3 /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
52D588B92C5CE2E800AB96B3 /* Font.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Font.swift; sourceTree = "<group>"; };
52D588BB2C5CEAF800AB96B3 /* Gilroy-Thin.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Gilroy-Thin.ttf"; sourceTree = "<group>"; };
@ -1760,6 +1783,7 @@
FA853BEF26BC5BA40026D455 /* libdescriptions.a in Frameworks */,
FA853BEB26BC5B9E0026D455 /* libbsdiff.a in Frameworks */,
FA853BED26BC5B9E0026D455 /* libmwm_diff.a in Frameworks */,
52B573FC2C623ECF0047FAC9 /* CountryPickerView in Frameworks */,
FA853BE926BC5B8B0026D455 /* libopen_location_code.a in Frameworks */,
FA853BE726BC5B820026D455 /* libstb_image.a in Frameworks */,
FA853BE526BC5B660026D455 /* libvulkan_wrapper.a in Frameworks */,
@ -2715,8 +2739,11 @@
5236A3692C52588000E3A7AD /* Tourism */ = {
isa = PBXGroup;
children = (
527D5E792C60E04900736A85 /* Utils */,
52D588B62C5CE10200AB96B3 /* Fonts */,
5236A36C2C5258AC00E3A7AD /* Presentation */,
527D5E742C60A1F800736A85 /* Images.xcassets */,
52B573EF2C61E4110047FAC9 /* Constants.swift */,
);
path = Tourism;
sourceTree = "<group>";
@ -2724,6 +2751,8 @@
5236A36C2C5258AC00E3A7AD /* Presentation */ = {
isa = PBXGroup;
children = (
527D5E7D2C60E68200736A85 /* Utils */,
527D5E762C60D92900736A85 /* Components */,
528D729F2C5BB7D100D53210 /* Theme */,
52B189982C53B9FD00B5B6F9 /* Auth */,
52B189972C53B9E900B5B6F9 /* Home */,
@ -2731,6 +2760,33 @@
path = Presentation;
sourceTree = "<group>";
};
527D5E762C60D92900736A85 /* Components */ = {
isa = PBXGroup;
children = (
52B573F32C61F10B0047FAC9 /* TextFields */,
527D5E772C60D94B00736A85 /* AppButton.swift */,
52B573F82C6223CE0047FAC9 /* AuthBackButton.swift */,
);
path = Components;
sourceTree = "<group>";
};
527D5E792C60E04900736A85 /* Utils */ = {
isa = PBXGroup;
children = (
527D5E7A2C60E05D00736A85 /* LanguageUtils.swift */,
);
path = Utils;
sourceTree = "<group>";
};
527D5E7D2C60E68200736A85 /* Utils */ = {
isa = PBXGroup;
children = (
527D5E7E2C60E69C00736A85 /* Layouting.swift */,
527D5E812C60EFEE00736A85 /* UIViewExtensions.swift */,
);
path = Utils;
sourceTree = "<group>";
};
528D729F2C5BB7D100D53210 /* Theme */ = {
isa = PBXGroup;
children = (
@ -2759,6 +2815,15 @@
path = Auth;
sourceTree = "<group>";
};
52B573F32C61F10B0047FAC9 /* TextFields */ = {
isa = PBXGroup;
children = (
52B573F42C61F11E0047FAC9 /* AuhtTextField.swift */,
52B573F62C61F4D00047FAC9 /* PasswordTextField.swift */,
);
path = TextFields;
sourceTree = "<group>";
};
52D588B62C5CE10200AB96B3 /* Fonts */ = {
isa = PBXGroup;
children = (
@ -2788,6 +2853,8 @@
isa = PBXGroup;
children = (
52E2D3A32C59F9CE00A8843A /* WelcomeViewController.swift */,
52B573EB2C61E1C10047FAC9 /* SignInViewController.swift */,
52B573F12C61E8980047FAC9 /* SignUpViewController.swift */,
);
path = Screens;
sourceTree = "<group>";
@ -3944,6 +4011,9 @@
FA456C4D26BDCC9400B83C20 /* PBXTargetDependency */,
);
name = OMaps;
packageProductDependencies = (
52B573FB2C623ECF0047FAC9 /* CountryPickerView */,
);
productName = Maps;
productReference = 6741AA5D1BF340DE002C974C /* Organic Maps (Debug).app */;
productType = "com.apple.product-type.application";
@ -4040,6 +4110,9 @@
hi,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Maps */;
packageReferences = (
52B573FA2C623ECF0047FAC9 /* XCRemoteSwiftPackageReference "CountryPickerView" */,
);
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
projectDirPath = "";
projectReferences = (
@ -4232,6 +4305,7 @@
6741A9741BF340DE002C974C /* resources-6plus_dark in Resources */,
677A2DE21C0DD50900635A00 /* resources-default in Resources */,
F607C1881C032A8800B53A87 /* resources-hdpi_light in Resources */,
527D5E752C60A1F800736A85 /* Images.xcassets in Resources */,
F607C18A1C032A8800B53A87 /* resources-hdpi_dark in Resources */,
FA637ED229A500BE00D8921A /* drules_proto_outdoors_light.bin in Resources */,
6741A97F1BF340DE002C974C /* resources-mdpi_light in Resources */,
@ -4351,6 +4425,7 @@
3D15ACEE2155117000F725D5 /* MWMObjectsCategorySelectorDataSource.mm in Sources */,
9977E6A32480F9BF0073780C /* BottomMenuLayerButtonRenderer.swift in Sources */,
3454D7D11E07F045004AF2AD /* UIImage+RGBAData.m in Sources */,
52B573EC2C61E1C10047FAC9 /* SignInViewController.swift in Sources */,
6741A9B71BF340DE002C974C /* EAGLView.mm in Sources */,
6741A9B81BF340DE002C974C /* MapViewController.mm in Sources */,
34AB662C1FC5AA330078E451 /* RouteManagerViewModel.swift in Sources */,
@ -4373,6 +4448,7 @@
CDCA278E2248F34C00167D87 /* MWMRoutingManager.mm in Sources */,
34D3AFF21E37945B004100F9 /* UITableView+Cells.swift in Sources */,
34D3B0301E389D05004100F9 /* MWMEditorCategoryCell.m in Sources */,
52B573F72C61F4D00047FAC9 /* PasswordTextField.swift in Sources */,
F653CE191C71F62700A453F1 /* MWMAddPlaceNavigationBar.mm in Sources */,
340475621E081A4600C92850 /* MWMNetworkPolicy+UI.m in Sources */,
F6E2FEE51E097BA00083EBEC /* MWMSearchNoResults.m in Sources */,
@ -4393,6 +4469,7 @@
44360A0D2A7D34990016F412 /* TransportRuler.swift in Sources */,
CD6E8677226774C700D1EDF7 /* CPConstants.swift in Sources */,
99A906DE23F6F7030005872B /* PlacePageBookmarkViewController.swift in Sources */,
52B573F92C6223CE0047FAC9 /* AuthBackButton.swift in Sources */,
F6791B141C43DF0B007A8A6E /* MWMStartButton.m in Sources */,
9977E6A12480E1EE0073780C /* BottomMenuLayerButton.swift in Sources */,
471527372491C20500E91BBA /* SelectBookmarkGroupViewController.swift in Sources */,
@ -4423,6 +4500,7 @@
470F0B7D238842EA006AEC94 /* ExpandableLabel.swift in Sources */,
B33D21AF20DAF9F000BAD749 /* Toast.swift in Sources */,
6741A9D41BF340DE002C974C /* MWMAlertViewController.mm in Sources */,
52B573F52C61F11E0047FAC9 /* AuhtTextField.swift in Sources */,
34D3B0181E389D05004100F9 /* EditorAdditionalNamePlaceholderTableViewCell.swift in Sources */,
993DF12223F6BDB100AC231A /* UINavigationItemRenderer.swift in Sources */,
993DF12B23F6BDB100AC231A /* StyleManager.swift in Sources */,
@ -4443,6 +4521,7 @@
F6E2FF481E097BA00083EBEC /* SettingsTableViewSelectableCell.swift in Sources */,
ED63CEB92BDF8F9D006155C4 /* SettingsTableViewiCloudSwitchCell.swift in Sources */,
47CA68D4250043C000671019 /* BookmarksListPresenter.swift in Sources */,
527D5E7F2C60E69C00736A85 /* Layouting.swift in Sources */,
F6E2FF451E097BA00083EBEC /* SettingsTableViewLinkCell.swift in Sources */,
34C9BD0A1C6DBCDA000DC38D /* MWMNavigationController.m in Sources */,
ED1080A72B791CFE0023F27E /* SocialMediaCollectionViewHeader.swift in Sources */,
@ -4463,12 +4542,14 @@
34AB66741FC5AA330078E451 /* BaseRoutePreviewStatus.swift in Sources */,
8C4FB9C72BEFEFF400D44877 /* CarPlayWindowScaleAdjuster.swift in Sources */,
349D1CE41E3F836900A878FD /* UIViewController+Hierarchy.swift in Sources */,
52B573F02C61E4110047FAC9 /* Constants.swift in Sources */,
8CB13C3B2BF1276A004288F2 /* CarplayPlaceholderView.swift in Sources */,
CDB4D4E1222D70DF00104869 /* CarPlayMapViewController.swift in Sources */,
471AB98923AA8A3500F56D49 /* IDownloaderDataSource.swift in Sources */,
EDE243E72B6D55610057369B /* InfoView.swift in Sources */,
F692F3831EA0FAF5001E82EB /* MWMAutoupdateController.mm in Sources */,
34BF0CC71C31304A00D097EB /* MWMAuthorizationCommon.mm in Sources */,
527D5E822C60EFEE00736A85 /* UIViewExtensions.swift in Sources */,
34AB664D1FC5AA330078E451 /* RouteManagerFooterView.swift in Sources */,
6741A9E01BF340DE002C974C /* MWMDownloaderDialogHeader.mm in Sources */,
CDCA2748223FD24600167D87 /* MWMCarPlaySearchResultObject.mm in Sources */,
@ -4567,6 +4648,7 @@
F6E2FD6B1E097BA00083EBEC /* MWMMapDownloaderSubplaceTableViewCell.m in Sources */,
CDCA27842245090900167D87 /* ListenerContainer.swift in Sources */,
47E3C7252111E41B008B3B27 /* DimmedModalPresentationController.swift in Sources */,
52B573F22C61E8980047FAC9 /* SignUpViewController.swift in Sources */,
3472B5CB200F43EF00DC6CD5 /* BackgroundFetchScheduler.swift in Sources */,
34FE5A6F1F18F30F00BCA729 /* TrafficButtonArea.swift in Sources */,
993DF10D23F6BDB100AC231A /* UIPageControlRenderer.swift in Sources */,
@ -4607,6 +4689,7 @@
347040301EA6470700038379 /* BorderedButton.swift in Sources */,
F6E2FF4B1E097BA00083EBEC /* SettingsTableViewSwitchCell.swift in Sources */,
993DF12623F6BDB100AC231A /* SwizzleStyle.m in Sources */,
527D5E782C60D94B00736A85 /* AppButton.swift in Sources */,
993DF10E23F6BDB100AC231A /* UIButtonRenderer.swift in Sources */,
99514BBB23E82B450085D3A7 /* ElevationProfileBuilder.swift in Sources */,
34AB66381FC5AA330078E451 /* RouteManagerCell.swift in Sources */,
@ -4692,6 +4775,7 @@
34B924431DC8A29C0008D971 /* MWMMailViewController.m in Sources */,
340475651E081A4600C92850 /* MWMRouter.mm in Sources */,
47E3C72F2111F472008B3B27 /* CoverVerticalModalTransitioning.swift in Sources */,
527D5E7B2C60E05D00736A85 /* LanguageUtils.swift in Sources */,
34E776101F14B165003040B3 /* VisibleArea.swift in Sources */,
995F1613244F0AA50060631D /* BottomMenuLayersCell.swift in Sources */,
993DF10723F6BDB100AC231A /* UIColor+image.swift in Sources */,
@ -5106,6 +5190,25 @@
defaultConfigurationName = Debug;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
52B573FA2C623ECF0047FAC9 /* XCRemoteSwiftPackageReference "CountryPickerView" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kizitonwose/CountryPickerView.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
52B573FB2C623ECF0047FAC9 /* CountryPickerView */ = {
isa = XCSwiftPackageProductDependency;
package = 52B573FA2C623ECF0047FAC9 /* XCRemoteSwiftPackageReference "CountryPickerView" */;
productName = CountryPickerView;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}

View file

@ -0,0 +1,15 @@
struct Constants {
// MARK: - Image Loading URLs
static let imageUrlExample = "https://img.freepik.com/free-photo/young-woman-hiker-taking-photo-with-smartphone-on-mountains-peak-in-winter_335224-427.jpg?w=2000"
static let thumbnailUrlExample = "https://render.fineartamerica.com/images/images-profile-flow/400/images-medium-large-5/awesome-solitude-bess-hamiti.jpg"
static let logoUrlExample = "https://brandeps.com/logo-download/O/OSCE-logo-vector-01.svg"
// MARK: - Data
static let categories: [String: String] = [
"sights": NSLocalizedString("sights", comment: ""),
"restaurants": NSLocalizedString("restaurants", comment: ""),
"hotels_tourism": NSLocalizedString("hotels_tourism", comment: "")
]
}
let BASE_URL = "https://product.rebus.tj"

View file

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "add.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 9V5H11V9H15V11H11V15H9V11H5V9H9Z" fill="#738DB9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10ZM10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2Z" fill="#738DB9"/>
</svg>

After

Width:  |  Height:  |  Size: 458 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "back.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.4938 8.00012L9.34743 2.42896L7.96861 0.980225L0.310587 8.2687C-0.103212 8.66253 -0.103578 9.32238 0.309783 9.71667L7.96781 17.0214L9.34824 15.5742L3.50459 10.0001L19.9999 10.0012L20.0001 8.00118L11.7469 8.00065L3.4938 8.00012Z" fill="#2B2D33"/>
</svg>

After

Width:  |  Height:  |  Size: 360 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "categories.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,8 @@
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V9.5C3.5 10.0523 3.94772 10.5 4.5 10.5H9.5C10.0523 10.5 10.5 10.0523 10.5 9.5V4.5C10.5 3.94772 10.0523 3.5 9.5 3.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.5 14.5H4.5C3.94772 14.5 3.5 14.9477 3.5 15.5V20.5C3.5 21.0523 3.94772 21.5 4.5 21.5H9.5C10.0523 21.5 10.5 21.0523 10.5 20.5V15.5C10.5 14.9477 10.0523 14.5 9.5 14.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.5 4.5H21.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.5 9.5H21.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.5 15.5H21.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.5 20.5H21.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "categories_selected.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,8 @@
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.83337 3.5H4.83337C4.28109 3.5 3.83337 3.94772 3.83337 4.5V9.5C3.83337 10.0523 4.28109 10.5 4.83337 10.5H9.83337C10.3857 10.5 10.8334 10.0523 10.8334 9.5V4.5C10.8334 3.94772 10.3857 3.5 9.83337 3.5Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.83337 14.5H4.83337C4.28109 14.5 3.83337 14.9477 3.83337 15.5V20.5C3.83337 21.0523 4.28109 21.5 4.83337 21.5H9.83337C10.3857 21.5 10.8334 21.0523 10.8334 20.5V15.5C10.8334 14.9477 10.3857 14.5 9.83337 14.5Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.8334 4.5H21.8334" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.8334 9.5H21.8334" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.8334 15.5H21.8334" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.8334 20.5H21.8334" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "check_circle_fill.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>

After

Width:  |  Height:  |  Size: 292 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "chevron_down.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 9L12 15L18 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 210 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "close.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0ZM12.7928 14.2071L10 11.4142L7.20715 14.2071L5.79294 12.7928L8.58579 10L5.79285 7.20706L7.20706 5.79285L10 8.58579L12.7929 5.79285L14.2072 7.20706L11.4142 10L14.2071 12.7928L12.7928 14.2071Z" fill="#C9D4E7"/>
</svg>

After

Width:  |  Height:  |  Size: 472 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "eye.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"></path></svg>

After

Width:  |  Height:  |  Size: 725 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "eye-slash.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"></path></svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "globe.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,12 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_201_1919)">
<path d="M10.0001 18.3333C14.6025 18.3333 18.3334 14.6024 18.3334 10C18.3334 5.39763 14.6025 1.66667 10.0001 1.66667C5.39771 1.66667 1.66675 5.39763 1.66675 10C1.66675 14.6024 5.39771 18.3333 10.0001 18.3333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.0001 1.66667C7.86028 3.91347 6.66675 6.89729 6.66675 10C6.66675 13.1027 7.86028 16.0865 10.0001 18.3333C12.1399 16.0865 13.3334 13.1027 13.3334 10C13.3334 6.89729 12.1399 3.91347 10.0001 1.66667Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.66675 10H18.3334" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_201_1919">
<rect width="20" height="20" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 946 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "heart.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.5 14.5C20.99 13.04 22.5 11.29 22.5 9C22.5 7.54131 21.9205 6.14236 20.8891 5.11091C19.8576 4.07946 18.4587 3.5 17 3.5C15.24 3.5 14 4 12.5 5.5C11 4 9.76 3.5 8 3.5C6.54131 3.5 5.14236 4.07946 4.11091 5.11091C3.07946 6.14236 2.5 7.54131 2.5 9C2.5 11.3 4 13.05 5.5 14.5L12.5 21.5L19.5 14.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 484 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "heart_selected.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.1666 14.5C20.6566 13.04 22.1666 11.29 22.1666 9C22.1666 7.54131 21.5872 6.14236 20.5557 5.11091C19.5243 4.07946 18.1253 3.5 16.6666 3.5C14.9066 3.5 13.6666 4 12.1666 5.5C10.6666 4 9.42663 3.5 7.66663 3.5C6.20794 3.5 4.80899 4.07946 3.77754 5.11091C2.74609 6.14236 2.16663 7.54131 2.16663 9C2.16663 11.3 3.66663 13.05 5.16663 14.5L12.1666 21.5L19.1666 14.5Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 568 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "home.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,4 @@
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 9.5L12 2.5L21 9.5V20.5C21 21.0304 20.7893 21.5391 20.4142 21.9142C20.0391 22.2893 19.5304 22.5 19 22.5H5C4.46957 22.5 3.96086 22.2893 3.58579 21.9142C3.21071 21.5391 3 21.0304 3 20.5V9.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 22.5V12.5H15V22.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 497 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "home_selected.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="20" height="23" viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 8.5L10 1.5L19 8.5V19.5C19 20.0304 18.7893 20.5391 18.4142 20.9142C18.0391 21.2893 17.5304 21.5 17 21.5H3C2.46957 21.5 1.96086 21.2893 1.58579 20.9142C1.21071 20.5391 1 20.0304 1 19.5V8.5Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 398 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "image_down.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.3 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V15L17.9 11.9C17.5237 11.5312 17.017 11.3258 16.4901 11.3284C15.9632 11.331 15.4586 11.5415 15.086 11.914L6 21" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 19L17 22V16.5" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 22L20 19" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 11C10.1046 11 11 10.1046 11 9C11 7.89543 10.1046 7 9 7C7.89543 7 7 7.89543 7 9C7 10.1046 7.89543 11 9 11Z" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 961 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "map.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.106 5.55302C14.3836 5.69173 14.6897 5.76395 15 5.76395C15.3103 5.76395 15.6164 5.69173 15.894 5.55302L19.553 3.72302C19.7056 3.64678 19.8751 3.61083 20.0455 3.61858C20.2159 3.62634 20.3814 3.67755 20.5265 3.76735C20.6715 3.85714 20.7911 3.98253 20.874 4.1316C20.9569 4.28067 21.0003 4.44846 21 4.61902V17.383C20.9999 17.5687 20.9481 17.7506 20.8505 17.9085C20.7528 18.0664 20.6131 18.194 20.447 18.277L15.894 20.554C15.6164 20.6927 15.3103 20.7649 15 20.7649C14.6897 20.7649 14.3836 20.6927 14.106 20.554L9.894 18.448C9.6164 18.3093 9.31033 18.2371 9 18.2371C8.68967 18.2371 8.3836 18.3093 8.106 18.448L4.447 20.278C4.29436 20.3543 4.12473 20.3902 3.95426 20.3824C3.78379 20.3746 3.61816 20.3233 3.47312 20.2334C3.32808 20.1435 3.20846 20.018 3.12565 19.8688C3.04284 19.7196 2.99958 19.5517 3 19.381V6.61802C3.0001 6.43235 3.05189 6.25039 3.14956 6.09249C3.24722 5.93459 3.38692 5.80701 3.553 5.72402L8.106 3.44702C8.3836 3.3083 8.68967 3.23608 9 3.23608C9.31033 3.23608 9.6164 3.3083 9.894 3.44702L14.106 5.55302Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 5.76404V20.764" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 3.23596V18.236" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "profile.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 13C14.7614 13 17 10.7614 17 8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8C7 10.7614 9.23858 13 12 13Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 21C20 18.8783 19.1571 16.8434 17.6569 15.3431C16.1566 13.8429 14.1217 13 12 13C9.87827 13 7.84344 13.8429 6.34315 15.3431C4.84285 16.8434 4 18.8783 4 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 554 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "profile_selected.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 13C14.7614 13 17 10.7614 17 8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8C7 10.7614 9.23858 13 12 13Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 21C20 18.8783 19.1571 16.8434 17.6569 15.3431C16.1566 13.8429 14.1217 13 12 13C9.87827 13 7.84344 13.8429 6.34315 15.3431C4.84285 16.8434 4 18.8783 4 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 567 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "search.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 21L16.7 16.7" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 416 B

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "sign_out.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,5 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.5 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H7.5" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.3333 14.1667L17.4999 10L13.3333 5.83334" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.5 10H7.5" stroke="#C9D4E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 638 B

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "splash_background.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "star.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="30" height="26" viewBox="0 0 30 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.2438 11.8991L23.2135 16.5739L25.0508 23.5649C25.1521 23.9444 25.126 24.3424 24.9757 24.7086C24.8255 25.0748 24.5578 25.3927 24.2064 25.6223C23.8551 25.8519 23.4359 25.9828 23.0019 25.9984C22.5678 26.0141 22.1383 25.9138 21.7676 25.7103L15.0003 21.9685L8.22892 25.7103C7.8583 25.9126 7.42931 26.0119 6.99598 25.9957C6.56265 25.9795 6.14435 25.8484 5.79376 25.6191C5.44316 25.3897 5.17595 25.0723 5.02577 24.7067C4.87559 24.3412 4.84915 23.9439 4.94978 23.5649L6.79371 16.5739L0.763419 11.8991C0.435502 11.6445 0.198347 11.3088 0.08157 10.9338C-0.0352066 10.5588 -0.0264289 10.1612 0.106807 9.79073C0.240043 9.4202 0.491831 9.09316 0.830728 8.85043C1.16963 8.6077 1.58061 8.46004 2.01236 8.42591L9.91874 7.85285L12.9687 1.22179C13.1338 0.860399 13.4148 0.551276 13.7759 0.333719C14.1371 0.116163 14.5621 0 14.9969 0C15.4317 0 15.8567 0.116163 16.2179 0.333719C16.579 0.551276 16.86 0.860399 17.0251 1.22179L20.0738 7.85285L27.9801 8.42591C28.4127 8.45878 28.8249 8.60561 29.1651 8.848C29.5052 9.09039 29.7581 9.41757 29.8922 9.78854C30.0263 10.1595 30.0355 10.5578 29.9187 10.9334C29.802 11.3091 29.5644 11.6455 29.2358 11.9004L29.2438 11.8991Z" fill="#F9C236"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "star_border.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="30" height="26" viewBox="0 0 30 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4174 12.6781L27.4243 12.677L22.9072 16.1787L22.6459 16.3812L22.7299 16.701L24.5672 23.692L24.5677 23.6939C24.6406 23.9669 24.6223 24.2529 24.5132 24.5188C24.4037 24.7856 24.2049 25.026 23.9329 25.2038C23.6605 25.3817 23.3303 25.4862 22.9838 25.4987C22.6376 25.5112 22.298 25.4309 22.0087 25.2722C22.0086 25.2722 22.0084 25.2721 22.0083 25.272L15.2422 21.531L15.0003 21.3972L14.7584 21.5309L7.98931 25.2714C7.98902 25.2716 7.98873 25.2717 7.98845 25.2719C7.69927 25.4296 7.36021 25.509 7.01469 25.4961C6.66884 25.4831 6.3393 25.3785 6.0675 25.2007C5.79608 25.0231 5.59767 24.783 5.48826 24.5167C5.37922 24.2513 5.36066 23.9658 5.43304 23.6932L5.43325 23.6924L7.27718 16.7014L7.36157 16.3814L7.10005 16.1787L1.07006 11.5042C1.07005 11.5042 1.07003 11.5042 1.07002 11.5042C0.818 11.3085 0.643543 11.0567 0.558956 10.7851C0.47462 10.5143 0.480789 10.2283 0.577312 9.95992C0.674151 9.69061 0.860338 9.44424 1.12187 9.25692L0.836804 8.85891L1.12187 9.25692C1.38346 9.06956 1.70612 8.95194 2.05031 8.92447C2.0508 8.92443 2.05128 8.92439 2.05177 8.92435L9.95489 8.35154L10.2495 8.33019L10.373 8.06179L13.423 1.43072L13.4235 1.42955C13.5441 1.16556 13.7536 0.930922 14.0339 0.762011L13.7775 0.336249L14.034 0.762011C14.3147 0.592889 14.65 0.5 14.9969 0.5C15.3438 0.5 15.6791 0.592889 15.9599 0.762011C16.2403 0.930922 16.4497 1.16556 16.5703 1.42955L16.5708 1.43065L19.6195 8.06171L19.7429 8.33018L20.0376 8.35154L27.9423 8.92447C27.9425 8.92449 27.9428 8.92451 27.9431 8.92453C28.2882 8.9509 28.6121 9.06792 28.8749 9.25518C29.1374 9.44229 29.3245 9.68882 29.422 9.95848C29.5191 10.2273 29.5256 10.5137 29.4413 10.785C29.3567 11.0571 29.1819 11.3094 28.9293 11.5053L27.4174 12.6781Z" stroke="#F9C236"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "unchecked.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Z"></path></svg>

After

Width:  |  Height:  |  Size: 230 B

View file

@ -33,15 +33,6 @@
<view key="view" contentMode="scaleToFill" id="nm7-4k-j8y">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Welcome" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4PD-sl-0HD">
<rect key="frame" x="261" y="216" width="71" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<viewLayoutGuide key="safeArea" id="IhI-x3-rtr"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>

View file

@ -0,0 +1,158 @@
import UIKit
class SignInViewController: UIViewController {
private let backButton: BackButton = {
let backButton = BackButton()
backButton.translatesAutoresizingMaskIntoConstraints = false
return backButton
}()
private let backgroundImageView: UIImageView = {
let imageView = UIImageView()
imageView.image = UIImage(named: "splash_background")
imageView.contentMode = .scaleAspectFill
imageView.translatesAutoresizingMaskIntoConstraints = false
return imageView
}()
private let containerView: UIView = {
let view = UIView()
view.backgroundColor = .clear
view.translatesAutoresizingMaskIntoConstraints = false
view.layer.cornerRadius = 16
return view
}()
private let blurView: UIVisualEffectView = {
let blurEffect = UIBlurEffect(style: .light)
let blurView = UIVisualEffectView(effect: blurEffect)
blurView.translatesAutoresizingMaskIntoConstraints = false
blurView.layer.cornerRadius = 16
blurView.clipsToBounds = true
return blurView
}()
private let titleLabel: UILabel = {
let label = UILabel()
label.text = L("sign_in_title")
label.font = UIFont.systemFont(ofSize: 24, weight: .bold)
label.textColor = .white
label.textAlignment = .center
label.translatesAutoresizingMaskIntoConstraints = false
return label
}()
private let emailTextField: AuthTextField = {
let textField = AuthTextField()
textField.placeholder = L("tourism_email")
textField.keyboardType = .emailAddress
textField.autocapitalizationType = .none
textField.translatesAutoresizingMaskIntoConstraints = false
return textField
}()
private let passwordTextField: PasswordTextField = {
let textField = PasswordTextField()
textField.placeholder = L("tourism_password")
textField.translatesAutoresizingMaskIntoConstraints = false
return textField
}()
private let signInButton: AppButton = {
let button = AppButton(label: L("sign_in"), isPrimary: true, target: self, action: #selector(signInClicked))
return button
}()
private let forgotPasswordButton: UIButton = {
let button = UIButton(type: .system)
button.setTitle(L("tourism_forgot_password"), for: .normal)
button.setTitleColor(.white, for: .normal)
button.translatesAutoresizingMaskIntoConstraints = false
return button
}()
override func viewDidLoad() {
super.viewDidLoad()
setupViews()
}
private func setupViews() {
view.addSubview(backgroundImageView)
view.addSubview(backButton)
view.addSubview(containerView)
containerView.addSubview(blurView)
containerView.addSubview(titleLabel)
containerView.addSubview(emailTextField)
containerView.addSubview(passwordTextField)
containerView.addSubview(signInButton)
containerView.addSubview(forgotPasswordButton)
NSLayoutConstraint.activate([
// Background Image
backgroundImageView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
backgroundImageView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
backgroundImageView.topAnchor.constraint(equalTo: view.topAnchor),
backgroundImageView.bottomAnchor.constraint(equalTo: view.bottomAnchor),
// Back Button
backButton.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor, constant: 16),
backButton.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 16),
// Container View
containerView.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 16),
containerView.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -16),
containerView.centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: -120),
// Blur View
blurView.leadingAnchor.constraint(equalTo: containerView.leadingAnchor),
blurView.trailingAnchor.constraint(equalTo: containerView.trailingAnchor),
blurView.topAnchor.constraint(equalTo: containerView.topAnchor),
blurView.bottomAnchor.constraint(equalTo: containerView.bottomAnchor),
// Title Label
titleLabel.topAnchor.constraint(equalTo: containerView.topAnchor, constant: 32),
titleLabel.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
titleLabel.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Email Text Field
emailTextField.topAnchor.constraint(equalTo: titleLabel.bottomAnchor, constant: 32),
emailTextField.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
emailTextField.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Password Text Field
passwordTextField.topAnchor.constraint(equalTo: emailTextField.bottomAnchor, constant: 40),
passwordTextField.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
passwordTextField.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Sign In Button
signInButton.topAnchor.constraint(equalTo: passwordTextField.bottomAnchor, constant: 48),
signInButton.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
signInButton.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Forgot Password Button
forgotPasswordButton.topAnchor.constraint(equalTo: signInButton.bottomAnchor, constant: 20),
forgotPasswordButton.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
forgotPasswordButton.bottomAnchor.constraint(equalTo: containerView.bottomAnchor, constant: -32)
])
backButton.addTarget(self, action: #selector(backButtonTapped), for: .touchUpInside)
signInButton.addTarget(self, action: #selector(signInClicked), for: .touchUpInside)
forgotPasswordButton.addTarget(self, action: #selector(forgotPasswordTapped), for: .touchUpInside)
}
@objc private func signInClicked() {
// Implement sign-in logic
}
@objc private func forgotPasswordTapped() {
if let url = URL(string: "\(BASE_URL)/forgot-password") {
UIApplication.shared.open(url)
}
}
@objc private func backButtonTapped() {
self.navigationController?.popViewController(animated: false)
}
}

View file

@ -0,0 +1,218 @@
import UIKit
import CountryPickerView
class SignUpViewController: UIViewController {
private let backButton: BackButton = {
let backButton = BackButton()
backButton.translatesAutoresizingMaskIntoConstraints = false
return backButton
}()
private let backgroundImageView: UIImageView = {
let imageView = UIImageView()
imageView.image = UIImage(named: "splash_background")
imageView.contentMode = .scaleAspectFill
imageView.translatesAutoresizingMaskIntoConstraints = false
return imageView
}()
private let containerView: UIView = {
let view = UIView()
view.backgroundColor = .clear
view.translatesAutoresizingMaskIntoConstraints = false
view.layer.cornerRadius = 16
return view
}()
private let blurView: UIVisualEffectView = {
let blurEffect = UIBlurEffect(style: .light)
let blurView = UIVisualEffectView(effect: blurEffect)
blurView.translatesAutoresizingMaskIntoConstraints = false
blurView.layer.cornerRadius = 16
blurView.clipsToBounds = true
return blurView
}()
private let titleLabel: UILabel = {
let label = UILabel()
label.text = L("sign_up_title")
label.font = UIFont.systemFont(ofSize: 24, weight: .bold)
label.textColor = .white
label.textAlignment = .center
label.translatesAutoresizingMaskIntoConstraints = false
return label
}()
private let nameTextField: AuthTextField = {
let textField = AuthTextField()
textField.placeholder = L("full_name")
textField.keyboardType = .emailAddress
textField.autocapitalizationType = .none
textField.translatesAutoresizingMaskIntoConstraints = false
return textField
}()
private let cpv: CountryPickerView = {
let cpv = CountryPickerView()
cpv.textColor = .white
cpv.translatesAutoresizingMaskIntoConstraints = false
cpv.showCountryNameInView = true
cpv.showPhoneCodeInView = false
cpv.showCountryCodeInView = false
return cpv
}()
private let underline: UIView = {
let underline = UIView()
underline.translatesAutoresizingMaskIntoConstraints = false
underline.backgroundColor = .white
return underline
}()
private let emailTextField: AuthTextField = {
let textField = AuthTextField()
textField.placeholder = L("tourism_email")
textField.keyboardType = .emailAddress
textField.autocapitalizationType = .none
textField.translatesAutoresizingMaskIntoConstraints = false
return textField
}()
private let passwordTextField: PasswordTextField = {
let textField = PasswordTextField()
textField.placeholder = L("tourism_password")
textField.translatesAutoresizingMaskIntoConstraints = false
return textField
}()
private let confirmPasswordTextField: PasswordTextField = {
let confirmTextField = PasswordTextField()
confirmTextField.placeholder = L("confirm_password")
confirmTextField.translatesAutoresizingMaskIntoConstraints = false
return confirmTextField
}()
private let signUpButton: AppButton = {
let button = AppButton(label: L("sign_up"), isPrimary: true, target: self, action: #selector(signUpClicked))
return button
}()
private let forgotPasswordButton: UIButton = {
let button = UIButton(type: .system)
button.setTitle(L("tourism_forgot_password"), for: .normal)
button.setTitleColor(.white, for: .normal)
button.translatesAutoresizingMaskIntoConstraints = false
return button
}()
override func viewDidLoad() {
super.viewDidLoad()
setupViews()
}
private func setupViews() {
view.addSubview(backgroundImageView)
view.addSubview(backButton)
view.addSubview(containerView)
containerView.addSubview(blurView)
containerView.addSubview(titleLabel)
containerView.addSubview(nameTextField)
containerView.addSubview(cpv)
containerView.addSubview(underline)
containerView.addSubview(emailTextField)
containerView.addSubview(passwordTextField)
containerView.addSubview(confirmPasswordTextField)
containerView.addSubview(signUpButton)
containerView.addSubview(forgotPasswordButton)
NSLayoutConstraint.activate([
// Background Image
backgroundImageView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
backgroundImageView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
backgroundImageView.topAnchor.constraint(equalTo: view.topAnchor),
backgroundImageView.bottomAnchor.constraint(equalTo: view.bottomAnchor),
// Back Button
backButton.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor, constant: 16),
backButton.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 16),
// Container View
containerView.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 16),
containerView.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -16),
containerView.centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: -60),
// Blur View
blurView.leadingAnchor.constraint(equalTo: containerView.leadingAnchor),
blurView.trailingAnchor.constraint(equalTo: containerView.trailingAnchor),
blurView.topAnchor.constraint(equalTo: containerView.topAnchor),
blurView.bottomAnchor.constraint(equalTo: containerView.bottomAnchor),
// Title Label
titleLabel.topAnchor.constraint(equalTo: containerView.topAnchor, constant: 32),
titleLabel.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
titleLabel.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Name Text Field
nameTextField.topAnchor.constraint(equalTo: titleLabel.bottomAnchor, constant: 32),
nameTextField.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
nameTextField.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Country Picker
cpv.topAnchor.constraint(equalTo: nameTextField.bottomAnchor, constant: 32),
cpv.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
cpv.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
cpv.heightAnchor.constraint(equalToConstant: 20),
// Underline for Country Picker
underline.topAnchor.constraint(equalTo: cpv.bottomAnchor, constant: 8),
underline.leadingAnchor.constraint(equalTo: containerView.leadingAnchor,constant: 32),
underline.trailingAnchor.constraint(equalTo: containerView.trailingAnchor,constant: -32),
underline.heightAnchor.constraint(equalToConstant: 1),
// Email Text Field
emailTextField.topAnchor.constraint(equalTo: cpv.bottomAnchor, constant: 32),
emailTextField.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
emailTextField.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Password Text Field
passwordTextField.topAnchor.constraint(equalTo: emailTextField.bottomAnchor, constant: 40),
passwordTextField.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
passwordTextField.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Confirm Password Text Field
confirmPasswordTextField.topAnchor.constraint(equalTo: passwordTextField.bottomAnchor, constant: 40),
confirmPasswordTextField.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
confirmPasswordTextField.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Sign In Button
signUpButton.topAnchor.constraint(equalTo: confirmPasswordTextField.bottomAnchor, constant: 48),
signUpButton.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
signUpButton.trailingAnchor.constraint(equalTo: containerView.trailingAnchor, constant: -32),
// Forgot Password Button
forgotPasswordButton.topAnchor.constraint(equalTo: signUpButton.bottomAnchor, constant: 20),
forgotPasswordButton.leadingAnchor.constraint(equalTo: containerView.leadingAnchor, constant: 32),
forgotPasswordButton.bottomAnchor.constraint(equalTo: containerView.bottomAnchor, constant: -32)
])
backButton.addTarget(self, action: #selector(backButtonTapped), for: .touchUpInside)
signUpButton.addTarget(self, action: #selector(signUpClicked), for: .touchUpInside)
forgotPasswordButton.addTarget(self, action: #selector(forgotPasswordTapped), for: .touchUpInside)
}
@objc private func signUpClicked() {
// TODO: signUpClicked
}
@objc private func forgotPasswordTapped() {
if let url = URL(string: "\(BASE_URL)/forgot-password") {
UIApplication.shared.open(url)
}
}
@objc private func backButtonTapped() {
self.navigationController?.popViewController(animated: false)
}
}

View file

@ -2,8 +2,163 @@ import UIKit
class WelcomeViewController: UIViewController {
// MARK: - UI Components
private let backgroundImageView: UIImageView = {
let imageView = UIImageView()
imageView.image = UIImage(named: "splash_background")
imageView.contentMode = .scaleAspectFill
imageView.translatesAutoresizingMaskIntoConstraints = false
return imageView
}()
private let languageLabel: UILabel = {
let label = UILabel()
label.text = L("current_language")
label.textColor = .white
Font.applyStyle(to: label, style: Font.h4)
label.translatesAutoresizingMaskIntoConstraints = false
return label
}()
private let globeIcon: UIImageView = {
let imageView = UIImageView()
imageView.image = UIImage(named: "globe")
imageView.tintColor = .white
imageView.translatesAutoresizingMaskIntoConstraints = false
return imageView
}()
private let welcomeLabel: UILabel = {
let label = UILabel()
label.text = L("welcome_to_tjk")
label.textColor = .white
Font.applyStyle(to: label, style: Font.h1)
applyWrapContent(label: label)
label.translatesAutoresizingMaskIntoConstraints = false
return label
}()
private let signInButton: AppButton = {
let button = AppButton(
label: L("sign_in"),
isPrimary: true,
target: self,
action: #selector(signInClicked)
)
return button
}()
private let signUpButton: AppButton = {
let button = AppButton(
label: L("sign_up"),
isPrimary: true,
target: self,
action: #selector(signUpClicked)
)
return button
}()
private let copyrightLabel: UILabel = {
let label = UILabel()
label.text = "©"
label.textColor = .white
Font.applyStyle(to: label, style: Font.h1)
label.translatesAutoresizingMaskIntoConstraints = false
return label
}()
private let organizationNameLabel: UILabel = {
let label = UILabel()
label.text = L("organization_name")
label.textColor = .white
Font.applyStyle(to: label, style: Font.h4)
applyWrapContent(label: label)
label.translatesAutoresizingMaskIntoConstraints = false
return label
}()
// MARK: - Lifecycle
override func viewDidLoad() {
super.viewDidLoad()
setupUI()
}
// MARK: - Setup
private func setupUI() {
let gradientView = UIView(frame: CGRect(x: 0, y: view.height - 100, width: view.width, height: 100))
let gradient = CAGradientLayer()
gradient.frame = gradientView.bounds
gradient.colors = [UIColor.clear.cgColor, UIColor.black.cgColor]
gradientView.layer.insertSublayer(gradient, at: 0)
view.addSubview(backgroundImageView)
view.addSubview(languageLabel)
view.addSubview(globeIcon)
view.addSubview(welcomeLabel)
view.addSubview(signInButton)
view.addSubview(signUpButton)
view.addSubview(gradientView)
view.addSubview(copyrightLabel)
view.addSubview(organizationNameLabel)
let languageTapGesture = UITapGestureRecognizer(target: self, action: #selector(languageClicked))
languageLabel.isUserInteractionEnabled = true
languageLabel.addGestureRecognizer(languageTapGesture)
NSLayoutConstraint.activate([
// Background Image
backgroundImageView.topAnchor.constraint(equalTo: view.topAnchor),
backgroundImageView.bottomAnchor.constraint(equalTo: view.bottomAnchor),
backgroundImageView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
backgroundImageView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
// Language Selection Row
languageLabel.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor, constant: 16),
languageLabel.centerXAnchor.constraint(equalTo: view.centerXAnchor),
globeIcon.centerYAnchor.constraint(equalTo: languageLabel.centerYAnchor),
globeIcon.leadingAnchor.constraint(equalTo: languageLabel.trailingAnchor, constant: 8),
// Welcome Text
welcomeLabel.bottomAnchor.constraint(equalTo: signInButton.topAnchor, constant: -24),
welcomeLabel.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 16),
welcomeLabel.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -16),
// Sign In and Sign Up Buttons
signInButton.bottomAnchor.constraint(equalTo: copyrightLabel.topAnchor, constant: -24),
signInButton.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 16),
signInButton.trailingAnchor.constraint(equalTo: view.centerXAnchor, constant: -8),
signInButton.heightAnchor.constraint(equalToConstant: 44),
signUpButton.bottomAnchor.constraint(equalTo: copyrightLabel.topAnchor, constant: -24),
signUpButton.leadingAnchor.constraint(equalTo: view.centerXAnchor, constant: 8),
signUpButton.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -16),
signUpButton.heightAnchor.constraint(equalToConstant: 44),
// Copyright and Organization Name
copyrightLabel.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor, constant: -20),
copyrightLabel.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: 16),
organizationNameLabel.centerYAnchor.constraint(equalTo: copyrightLabel.centerYAnchor),
organizationNameLabel.leadingAnchor.constraint(equalTo: copyrightLabel.trailingAnchor, constant: 8),
organizationNameLabel.trailingAnchor.constraint(lessThanOrEqualTo: view.trailingAnchor, constant: -16),
])
}
// MARK: - Actions
@objc private func languageClicked() {
navigateToLanguageSettings()
}
@objc private func signInClicked() {
navigationController?.pushViewController(SignInViewController(), animated: false)
}
@objc private func signUpClicked() {
navigationController?.pushViewController(SignUpViewController(), animated: false)
}
}

View file

@ -0,0 +1,103 @@
import UIKit
class AppButton: UIButton {
private var originalButtonText: String?
private var activityIndicator: UIActivityIndicatorView!
var isLoading: Bool = false {
didSet {
updateLoadingState()
}
}
private let highlightScale: CGFloat = 0.95
init(label: String, isPrimary: Bool, icon: UIImage? = nil, target: Any?, action: Selector) {
super.init(frame: .zero)
setTitle(label, for: .normal)
isPrimary ? setPrimaryAppearance() : setSecondaryAppearance()
heightAnchor.constraint(equalToConstant: 56).isActive = true
translatesAutoresizingMaskIntoConstraints = false
addTarget(target, action: action, for: .touchUpInside)
addTarget(self, action: #selector(handleTouchDown), for: .touchDown)
addTarget(self, action: #selector(handleTouchUp), for: .touchUpInside)
addTarget(self, action: #selector(handleTouchUp), for: .touchCancel)
setupActivityIndicator()
if let icon = icon {
setImage(icon, for: .normal)
imageEdgeInsets = UIEdgeInsets(top: 0, left: -8, bottom: 0, right: 8)
}
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
// MARK: Styles
private func setPrimaryAppearance() {
setTitleColor(.white, for: .normal)
self.backgroundColor = Color.primary
if let lab = self.titleLabel {
Font.applyStyle(to: lab, style: Font.h4)
}
layer.cornerRadius = 16
}
private func setSecondaryAppearance() {
setTitleColor(.systemBlue, for: .normal)
backgroundColor = .clear
layer.cornerRadius = 16
layer.borderWidth = 1
layer.borderColor = UIColor.systemBlue.cgColor
}
// MARK: click animation
@objc private func handleTouchDown() {
animate(scale: highlightScale)
}
@objc private func handleTouchUp() {
animate(scale: 1.0)
}
private func animate(scale: CGFloat) {
UIView.animate(withDuration: 0.2, animations: {
self.transform = CGAffineTransform(scaleX: scale, y: scale)
})
}
// MARK: loading
private func setupActivityIndicator() {
activityIndicator = UIActivityIndicatorView(style: .white)
activityIndicator.color = .white
activityIndicator.hidesWhenStopped = true
activityIndicator.translatesAutoresizingMaskIntoConstraints = false
addSubview(activityIndicator)
// Center the activity indicator in the button
NSLayoutConstraint.activate([
activityIndicator.centerXAnchor.constraint(equalTo: centerXAnchor),
activityIndicator.centerYAnchor.constraint(equalTo: centerYAnchor)
])
}
private func updateLoadingState() {
if isLoading {
originalButtonText = title(for: .normal)
setTitle("", for: .normal)
activityIndicator.startAnimating()
isUserInteractionEnabled = false
} else {
setTitle(originalButtonText, for: .normal)
activityIndicator.stopAnimating()
isUserInteractionEnabled = true
}
}
}

View file

@ -0,0 +1,22 @@
import UIKit
class BackButton: UIButton {
override init(frame: CGRect) {
super.init(frame: frame)
setupButton()
}
required init?(coder: NSCoder) {
super.init(coder: coder)
setupButton()
}
private func setupButton() {
self.setTitle("", for: .normal)
self.setTitleColor(.white, for: .normal)
self.titleLabel?.font = UIFont.systemFont(ofSize: 32)
self.layer.borderColor = UIColor.clear.cgColor
self.backgroundColor = .clear
}
}

View file

@ -0,0 +1,46 @@
import UIKit
class AuthTextField: UITextField {
private let underline: UIView = UIView()
override init(frame: CGRect) {
super.init(frame: frame)
setupTextField()
}
required init?(coder: NSCoder) {
super.init(coder: coder)
setupTextField()
}
private func setupTextField() {
self.backgroundColor = .clear
self.borderStyle = .none
self.attributedPlaceholder = NSAttributedString(
string: "Enter text here",
attributes: [NSAttributedString.Key.foregroundColor: UIColor.white]
)
self.textColor = .white
self.leftViewMode = .always
self.font = UIFont.systemFont(ofSize: 16)
self.keyboardType = .default
self.returnKeyType = .done
self.heightAnchor.constraint(equalToConstant: 50)
addUnderline()
}
private func addUnderline() {
underline.translatesAutoresizingMaskIntoConstraints = false
underline.backgroundColor = .white
self.addSubview(underline)
NSLayoutConstraint.activate([
underline.leadingAnchor.constraint(equalTo: self.leadingAnchor),
underline.trailingAnchor.constraint(equalTo: self.trailingAnchor),
underline.topAnchor.constraint(equalTo: self.bottomAnchor, constant: 8),
underline.heightAnchor.constraint(equalToConstant: 1)
])
}
}

View file

@ -0,0 +1,59 @@
import UIKit
class PasswordTextField: AuthTextField {
private let toggleVisibilityButton: UIButton = {
let button = UIButton(type: .custom)
let eyeSlashImg = UIImage(named: "eye_slash")
let eyeImage = UIImage(named: "eye")
button.setImage(eyeSlashImg, for: .normal)
button.setImage(eyeImage, for: .selected)
button.tintColor = .white
button.addTarget(self, action: #selector(togglePasswordVisibility), for: .touchUpInside)
button.translatesAutoresizingMaskIntoConstraints = false
return button
}()
override init(frame: CGRect) {
super.init(frame: frame)
setupPasswordTextField()
}
required init?(coder: NSCoder) {
super.init(coder: coder)
setupPasswordTextField()
}
private func setupPasswordTextField() {
self.isSecureTextEntry = true
self.rightView = toggleVisibilityButton
self.rightViewMode = .always
// Ensure the button is laid out correctly
self.addSubview(toggleVisibilityButton)
NSLayoutConstraint.activate([
toggleVisibilityButton.widthAnchor.constraint(equalToConstant: 24),
toggleVisibilityButton.heightAnchor.constraint(equalToConstant: 24),
toggleVisibilityButton.trailingAnchor.constraint(equalTo: self.trailingAnchor, constant: -8),
toggleVisibilityButton.centerYAnchor.constraint(equalTo: self.centerYAnchor)
])
}
@objc private func togglePasswordVisibility() {
self.isSecureTextEntry.toggle()
toggleVisibilityButton.isSelected = !self.isSecureTextEntry
}
override func layoutSubviews() {
super.layoutSubviews()
// Adjust the frame of the right view if needed
let buttonWidth: CGFloat = 24
let padding: CGFloat = 8
self.rightView?.frame = CGRect(
x: self.bounds.width - buttonWidth - padding,
y: (self.bounds.height - buttonWidth) / 2,
width: buttonWidth,
height: buttonWidth
)
}
}

View file

@ -0,0 +1,6 @@
func applyWrapContent(label: UILabel) {
label.numberOfLines = 0
label.lineBreakMode = .byWordWrapping
label.setContentCompressionResistancePriority(.required, for: .vertical)
label.setContentHuggingPriority(.defaultLow, for: .vertical)
}

View file

@ -0,0 +1,69 @@
extension UIView {
func applyGradient(isVertical: Bool, colorArray: [UIColor]) {
layer.sublayers?.filter({ $0 is CAGradientLayer }).forEach({ $0.removeFromSuperlayer() })
let gradientLayer = CAGradientLayer()
gradientLayer.colors = colorArray.map({ $0.cgColor })
if isVertical {
//top to bottom
gradientLayer.locations = [0.0, 1.0]
} else {
//left to right
gradientLayer.startPoint = CGPoint(x: 0.0, y: 0.5)
gradientLayer.endPoint = CGPoint(x: 1.0, y: 0.5)
}
backgroundColor = .clear
gradientLayer.frame = bounds
layer.insertSublayer(gradientLayer, at: 0)
}
}
func gradientColor(yourView:UIView, startColor: UIColor, endColor: UIColor, colorAngle: CGFloat){
let gradientLayer = CAGradientLayer()
gradientLayer.colors = [startColor.cgColor, endColor.cgColor]
gradientLayer.locations = [0.0, 1.0]
let (start, end) = gradientPointsForAngle(colorAngle)
gradientLayer.startPoint = start
gradientLayer.endPoint = end
gradientLayer.frame = yourView.bounds
yourView.layer.insertSublayer(gradientLayer, at: 0)
yourView.layer.masksToBounds = true
}
func gradientPointsForAngle(_ angle: CGFloat) -> (CGPoint, CGPoint) {
let end = pointForAngle(angle)
let start = oppositePoint(end)
let p0 = transformToGradientSpace(start)
let p1 = transformToGradientSpace(end)
return (p0, p1)
}
func pointForAngle(_ angle: CGFloat) -> CGPoint {
let radians = angle * .pi / 180.0
var x = cos(radians)
var y = sin(radians)
if (abs(x) > abs(y)) {
x = x > 0 ? 1 : -1
y = x * tan(radians)
} else {
y = y > 0 ? 1 : -1
x = y / tan(radians)
}
return CGPoint(x: x, y: y)
}
func oppositePoint(_ point: CGPoint) -> CGPoint {
return CGPoint(x: -point.x, y: -point.y)
}
private func transformToGradientSpace(_ point: CGPoint) -> CGPoint {
return CGPoint(x: (point.x + 1) * 0.5, y: 1.0 - (point.y + 1) * 0.5)
}

View file

@ -0,0 +1,4 @@
func navigateToLanguageSettings() {
guard let settingsURL = URL(string: UIApplication.openSettingsURLString) else {return}
UIApplication.shared.open(settingsURL, options: [:], completionHandler: nil)
}