2024-05-02 13:20:40 +05:30
<?xml version="1.0" encoding="UTF-8"?>
2024-09-17 22:52:09 +05:30
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="v6B-41-NJx">
2024-06-24 09:19:41 +05:30
<device id="retina6_72" orientation="portrait" appearance="light"/>
2024-05-02 13:20:40 +05:30
<dependencies>
<deployment identifier="iOS"/>
2024-09-17 22:52:09 +05:30
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/>
2024-05-28 19:47:51 +05:30
<capability name="Named colors" minToolsVersion="9.0"/>
2024-05-02 13:20:40 +05:30
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<customFonts key="customFonts">
<array key="Exo2-Bold.ttf">
<string>Exo2-Bold</string>
</array>
<array key="Exo2-Regular.ttf">
<string>Exo2-Regular</string>
</array>
</customFonts>
<scenes>
<!--SplashVC-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController storyboardIdentifier="SplashVC" id="BYZ-38-t0r" customClass="SplashVC" customModule="WOKA" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2024-05-02 13:20:40 +05:30
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="BackgroundSplash" translatesAutoresizingMaskIntoConstraints="NO" id="OYq-ie-PCX">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2024-05-02 13:20:40 +05:30
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="WokaLogo" translatesAutoresizingMaskIntoConstraints="NO" id="0T1-bR-Cvy">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="145" y="452.33333333333331" width="140" height="52.333333333333314"/>
2024-05-02 13:20:40 +05:30
<constraints>
<constraint firstAttribute="width" constant="140" id="5Om-xJ-yBC"/>
<constraint firstAttribute="width" secondItem="0T1-bR-Cvy" secondAttribute="height" multiplier="8:3" id="IPk-eZ-y1g"/>
</constraints>
</imageView>
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="30" translatesAutoresizingMaskIntoConstraints="NO" id="KHl-9W-vAe">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="30" y="584.66666666666663" width="370" height="60"/>
2024-05-02 13:20:40 +05:30
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XdB-NB-osA">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="170" height="60"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="18"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="English"/>
<connections>
<action selector="languageBtnTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="6XC-m2-ULl"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SYp-e1-w6s">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="200" y="0.0" width="170" height="60"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="18"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="हिंदी"/>
<connections>
<action selector="languageBtnTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="CMC-XA-zLs"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="60" id="uib-PY-aKX"/>
</constraints>
</stackView>
2024-05-28 19:47:51 +05:30
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b8h-6Z-OJr">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="197.66666666666666" y="853" width="35" height="35"/>
2024-05-28 19:47:51 +05:30
<subviews>
2024-10-19 11:29:23 +05:30
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="medium" translatesAutoresizingMaskIntoConstraints="NO" id="WFZ-SB-V1t">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="0.0" y="0.0" width="35" height="35"/>
2024-05-28 19:47:51 +05:30
<constraints>
<constraint firstAttribute="height" constant="35" id="Hy3-fe-fxq"/>
<constraint firstAttribute="width" secondItem="WFZ-SB-V1t" secondAttribute="height" multiplier="1:1" id="wIx-4l-tWy"/>
</constraints>
<color key="color" name="TextDarkBlue"/>
</activityIndicatorView>
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="T63-z7-Ddb">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="0.0" y="0.0" width="0.0" height="35"/>
2024-05-28 19:47:51 +05:30
<color key="tintColor" name="TextDarkBlue"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain">
<attributedString key="attributedTitle">
<fragment content="Retry?">
<attributes>
<font key="NSFont" size="18" name="Exo2-Bold"/>
</attributes>
</fragment>
</attributedString>
</buttonConfiguration>
<connections>
<action selector="retryBtnTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="YyY-lB-4se"/>
</connections>
</button>
</subviews>
</stackView>
2024-09-17 22:52:09 +05:30
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g73-qy-DDl">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="0.0" y="195" width="430" height="130"/>
2024-09-17 22:52:09 +05:30
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OED-kP-BRQ">
2024-09-19 01:22:04 +05:30
<rect key="frame" x="0.0" y="674" width="430" height="130"/>
2024-09-17 22:52:09 +05:30
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</view>
2024-05-02 13:20:40 +05:30
</subviews>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
2024-09-17 22:52:09 +05:30
<constraint firstItem="OED-kP-BRQ" firstAttribute="trailing" secondItem="6Tk-OE-BBY" secondAttribute="trailing" id="36m-cp-6HC"/>
<constraint firstItem="OED-kP-BRQ" firstAttribute="top" secondItem="KHl-9W-vAe" secondAttribute="bottom" constant="29.333333333333371" id="3nK-jK-iic"/>
2024-05-28 19:47:51 +05:30
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="b8h-6Z-OJr" secondAttribute="bottom" constant="10" id="8Oc-WY-2aa"/>
2024-05-02 13:20:40 +05:30
<constraint firstItem="KHl-9W-vAe" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="30" id="E1n-Eh-P1N"/>
2024-09-17 22:52:09 +05:30
<constraint firstItem="b8h-6Z-OJr" firstAttribute="top" secondItem="OED-kP-BRQ" secondAttribute="bottom" constant="49" id="G7k-I4-r6b"/>
2024-05-02 13:20:40 +05:30
<constraint firstAttribute="bottom" secondItem="OYq-ie-PCX" secondAttribute="bottom" id="JoJ-CY-PKV"/>
<constraint firstItem="OYq-ie-PCX" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="QIp-RX-W6O"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="KHl-9W-vAe" secondAttribute="trailing" constant="30" id="WgR-cO-AqS"/>
<constraint firstItem="0T1-bR-Cvy" firstAttribute="centerX" secondItem="OYq-ie-PCX" secondAttribute="centerX" id="crp-Vn-eE2"/>
2024-09-17 22:52:09 +05:30
<constraint firstItem="g73-qy-DDl" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="eNL-3u-HD8"/>
2024-05-02 13:20:40 +05:30
<constraint firstAttribute="trailing" secondItem="OYq-ie-PCX" secondAttribute="trailing" id="eul-m2-arb"/>
<constraint firstItem="0T1-bR-Cvy" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="fdB-2S-YYe"/>
2024-09-17 22:52:09 +05:30
<constraint firstItem="OED-kP-BRQ" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="gQN-yu-cfQ"/>
<constraint firstItem="g73-qy-DDl" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.139485" id="jWc-7L-yx1"/>
2024-05-02 13:20:40 +05:30
<constraint firstItem="KHl-9W-vAe" firstAttribute="top" secondItem="0T1-bR-Cvy" secondAttribute="bottom" constant="80" id="ld4-Um-qic"/>
2024-09-17 22:52:09 +05:30
<constraint firstItem="0T1-bR-Cvy" firstAttribute="top" secondItem="g73-qy-DDl" secondAttribute="bottom" constant="127.33333333333331" id="nPO-Yx-ZpD"/>
2024-05-28 19:47:51 +05:30
<constraint firstItem="b8h-6Z-OJr" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="rKT-Yg-uOY"/>
2024-09-17 22:52:09 +05:30
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="g73-qy-DDl" secondAttribute="trailing" id="vft-8T-uuc"/>
2024-05-02 13:20:40 +05:30
<constraint firstItem="OYq-ie-PCX" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="yVI-ZY-646"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="cMP-Th-2kL"/>
<connections>
2024-05-28 19:47:51 +05:30
<outlet property="activityIndicator" destination="WFZ-SB-V1t" id="A9T-Bi-mAd"/>
2024-09-17 22:52:09 +05:30
<outlet property="adBanner1" destination="OED-kP-BRQ" id="sId-OM-NKv"/>
<outlet property="adBanner2" destination="g73-qy-DDl" id="qHj-bU-REi"/>
2024-05-02 13:20:40 +05:30
<outlet property="englishBtn" destination="XdB-NB-osA" id="eiP-q9-9TH"/>
<outlet property="hindiBtn" destination="SYp-e1-w6s" id="mgg-al-7J8"/>
<outlet property="languageBtnStack" destination="KHl-9W-vAe" id="ssW-dX-fxk"/>
2024-05-28 19:47:51 +05:30
<outlet property="retryBtn" destination="T63-z7-Ddb" id="F0Y-wd-VEP"/>
2024-05-02 13:20:40 +05:30
<outlet property="wokaLogo" destination="0T1-bR-Cvy" id="d6a-va-BqC"/>
<outlet property="wokaOriginY" destination="fdB-2S-YYe" id="g0Q-Zd-FKu"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1049.2753623188407" y="3.3482142857142856"/>
</scene>
<!--On BoardVC-->
<scene sceneID="mNL-rE-kz5">
<objects>
<viewController storyboardIdentifier="OnBoardVC" id="Ugf-xS-kWn" customClass="OnBoardVC" customModule="WOKA" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="ask-ar-Fuj">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2024-05-02 13:20:40 +05:30
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NxP-bj-mtL">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2024-05-02 13:20:40 +05:30
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="WokaLogo" translatesAutoresizingMaskIntoConstraints="NO" id="5Wa-iZ-sl2">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="145" y="400" width="140" height="52.666666666666686"/>
2024-05-02 13:20:40 +05:30
<constraints>
<constraint firstAttribute="width" secondItem="5Wa-iZ-sl2" secondAttribute="height" multiplier="8:3" id="rbO-nC-nTq"/>
<constraint firstAttribute="width" constant="140" id="sS5-02-nUm"/>
</constraints>
</imageView>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0dF-BT-pk2">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="59" width="430" height="839"/>
2024-05-02 13:20:40 +05:30
<subviews>
<stackView opaque="NO" alpha="0.0" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="E4U-36-FaU">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="80" width="430" height="671.66666666666663"/>
2024-05-02 13:20:40 +05:30
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="zAH-Rg-6R9">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="416"/>
2024-05-02 13:20:40 +05:30
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="64p-RZ-jkG">
<size key="itemSize" width="128" height="128"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells/>
</collectionView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YZj-8P-5H1">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="416" width="430" height="5"/>
2024-05-02 13:20:40 +05:30
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="5" id="iKl-ax-jPr"/>
</constraints>
</view>
<pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="bN3-e7-4Gz">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="421" width="430" height="25.666666666666686"/>
2024-05-02 13:20:40 +05:30
<color key="pageIndicatorTintColor" red="0.23137254901960785" green="0.10196078431372549" blue="0.63921568627450975" alpha="1" colorSpace="calibratedRGB"/>
<color key="currentPageIndicatorTintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<action selector="pageControl:" destination="Ugf-xS-kWn" eventType="valueChanged" id="oG3-n5-Vf5"/>
</connections>
</pageControl>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="m5z-1C-wNG">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="446.66666666666663" width="430" height="30"/>
2024-05-02 13:20:40 +05:30
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="Z9c-NE-w9W"/>
</constraints>
</view>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="4lL-AO-KqG">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="476.66666666666663" width="430" height="195"/>
2024-05-02 13:20:40 +05:30
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lyg-OD-j2H">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="0.0" width="410" height="58.333333333333336"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="18"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="CREATE YOUR ACCOUNT">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<action selector="createAccountBtnTapped:" destination="Ugf-xS-kWn" eventType="touchUpInside" id="WG3-4I-wNh"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7ID-Rn-iaD">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="68.333333333333371" width="410" height="58.333333333333343"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="18"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="LOGIN">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<action selector="loginBtnTapped:" destination="Ugf-xS-kWn" eventType="touchUpInside" id="i8y-Xy-4rT"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tY2-cn-nfS">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="136.66666666666674" width="410" height="58.333333333333343"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="18"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="Continue as a Guest">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<action selector="guestLoginBtnTapped:" destination="Ugf-xS-kWn" eventType="touchUpInside" id="jqT-lw-QqR"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="195" id="W8g-qy-0dn"/>
</constraints>
<edgeInsets key="layoutMargins" top="0.0" left="10" bottom="0.0" right="10"/>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</stackView>
</subviews>
<constraints>
<constraint firstItem="E4U-36-FaU" firstAttribute="top" secondItem="0dF-BT-pk2" secondAttribute="top" constant="80" id="KIP-H3-Hs0"/>
<constraint firstItem="P5Y-eT-Uwh" firstAttribute="bottom" secondItem="E4U-36-FaU" secondAttribute="bottom" id="fs6-8i-dXe"/>
<constraint firstAttribute="trailing" secondItem="E4U-36-FaU" secondAttribute="trailing" id="nWO-jM-P6m"/>
<constraint firstItem="E4U-36-FaU" firstAttribute="leading" secondItem="0dF-BT-pk2" secondAttribute="leading" id="nX3-LJ-ibI"/>
<constraint firstItem="JUd-j4-PaA" firstAttribute="trailing" secondItem="E4U-36-FaU" secondAttribute="trailing" id="nuQ-Py-o4b"/>
</constraints>
<viewLayoutGuide key="contentLayoutGuide" id="P5Y-eT-Uwh"/>
<viewLayoutGuide key="frameLayoutGuide" id="JUd-j4-PaA"/>
</scrollView>
</subviews>
<viewLayoutGuide key="safeArea" id="1nB-nf-7LU"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="5Wa-iZ-sl2" firstAttribute="top" secondItem="ask-ar-Fuj" secondAttribute="top" constant="400" id="46G-h9-1YN"/>
<constraint firstAttribute="bottom" secondItem="NxP-bj-mtL" secondAttribute="bottom" id="9CY-bD-WEh"/>
<constraint firstItem="1nB-nf-7LU" firstAttribute="trailing" secondItem="NxP-bj-mtL" secondAttribute="trailing" id="9qY-HC-O2N"/>
<constraint firstItem="0dF-BT-pk2" firstAttribute="top" secondItem="1nB-nf-7LU" secondAttribute="top" id="Fqw-ZB-B7A"/>
<constraint firstItem="NxP-bj-mtL" firstAttribute="leading" secondItem="1nB-nf-7LU" secondAttribute="leading" id="Gck-f5-H5t"/>
<constraint firstItem="NxP-bj-mtL" firstAttribute="top" secondItem="ask-ar-Fuj" secondAttribute="top" id="KMM-zF-m2B"/>
<constraint firstItem="0dF-BT-pk2" firstAttribute="leading" secondItem="1nB-nf-7LU" secondAttribute="leading" id="eVl-AG-pJ2"/>
<constraint firstItem="0dF-BT-pk2" firstAttribute="bottom" secondItem="1nB-nf-7LU" secondAttribute="bottom" id="osN-Dx-cDv"/>
<constraint firstItem="5Wa-iZ-sl2" firstAttribute="centerX" secondItem="1nB-nf-7LU" secondAttribute="centerX" id="sKy-na-bsK"/>
<constraint firstItem="0dF-BT-pk2" firstAttribute="trailing" secondItem="1nB-nf-7LU" secondAttribute="trailing" id="xaS-L7-wig"/>
<constraint firstItem="zAH-Rg-6R9" firstAttribute="height" secondItem="ask-ar-Fuj" secondAttribute="height" multiplier="0.446429" id="zkT-FI-0NG"/>
</constraints>
</view>
<connections>
<outlet property="carouselCV" destination="zAH-Rg-6R9" id="naT-8B-eAg"/>
<outlet property="createAccountBtn" destination="lyg-OD-j2H" id="quB-jN-7aG"/>
<outlet property="loginAsGuestBtn" destination="tY2-cn-nfS" id="q2p-25-Gm8"/>
<outlet property="loginBtn" destination="7ID-Rn-iaD" id="k07-rK-dmB"/>
<outlet property="mainStack" destination="E4U-36-FaU" id="IvT-An-aYO"/>
<outlet property="pageControl" destination="bN3-e7-4Gz" id="gxK-E1-5V4"/>
<outlet property="viewLottie" destination="NxP-bj-mtL" id="aST-9j-7Ol"/>
<outlet property="wokaLogoTopConstriant" destination="46G-h9-1YN" id="LLT-ks-jqh"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="aFn-ay-7SU" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1881.1594202898552" y="2.6785714285714284"/>
</scene>
2024-05-28 19:47:51 +05:30
<!--Main Nav Controller-->
2024-05-02 13:20:40 +05:30
<scene sceneID="lM2-wG-a76">
<objects>
2024-05-28 19:47:51 +05:30
<navigationController storyboardIdentifier="MainNavController" automaticallyAdjustsScrollViewInsets="NO" navigationBarHidden="YES" id="v6B-41-NJx" customClass="MainNavController" customModule="WOKA" customModuleProvider="target" sceneMemberID="viewController">
2024-05-02 13:20:40 +05:30
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Odo-w6-zNL">
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</navigationBar>
<nil name="viewControllers"/>
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="tiS-09-25i">
<autoresizingMask key="autoresizingMask"/>
</toolbar>
<connections>
<segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="8WJ-90-RQ3"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="hqA-ar-oSc" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="139.13043478260872" y="3.3482142857142856"/>
</scene>
<!--Select AgeVC-->
<scene sceneID="aL7-my-uTs">
<objects>
<viewController storyboardIdentifier="SelectAgeVC" id="5cf-Ca-pko" customClass="SelectAgeVC" customModule="WOKA" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="qMS-vC-b1G">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2024-05-02 13:20:40 +05:30
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="BackgroundSplash" translatesAutoresizingMaskIntoConstraints="NO" id="GN2-ta-IyD">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2024-05-02 13:20:40 +05:30
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="WokaLogo" translatesAutoresizingMaskIntoConstraints="NO" id="3qB-gN-hV4">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="145" y="50" width="140" height="52.666666666666657"/>
2024-05-02 13:20:40 +05:30
<constraints>
<constraint firstAttribute="width" constant="140" id="4Ox-eC-MEA"/>
<constraint firstAttribute="width" secondItem="3qB-gN-hV4" secondAttribute="height" multiplier="8:3" id="nyn-T8-ryQ"/>
</constraints>
</imageView>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QU1-fM-pg9">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="102.66666666666669" width="430" height="795.33333333333326"/>
2024-05-02 13:20:40 +05:30
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="45" translatesAutoresizingMaskIntoConstraints="NO" id="AbT-1b-YxT">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="44.999999999999972" width="430" height="510.66666666666663"/>
2024-05-02 13:20:40 +05:30
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We Value Your Privacy" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kAc-XC-R0J">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="0.0" width="410" height="31.333333333333332"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Regular" family="Exo 2" pointSize="26"/>
<color key="textColor" red="0.035294117647058823" green="0.0" blue="0.36470588235294116" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eC7-Nz-BfB">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="76.333333333333343" width="410" height="0.0"/>
2024-05-02 13:20:40 +05:30
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" id="McN-qk-JmM"/>
</constraints>
</view>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="IvC-MQ-aot">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="121.33333333333333" width="410" height="157.33333333333337"/>
2024-05-02 13:20:40 +05:30
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="16 IS THE MAGIC NUMBER" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z1g-nr-hDh">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="410" height="19.333333333333332"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="16"/>
<color key="textColor" red="0.035294117647058823" green="0.0" blue="0.36470588235294116" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Jxw-Lm-Uev">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="29.333333333333314" width="410" height="128"/>
2024-05-02 13:20:40 +05:30
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="16Years" translatesAutoresizingMaskIntoConstraints="NO" id="ILs-9m-HBf">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="410" height="128"/>
2024-05-02 13:20:40 +05:30
</imageView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="hGX-Rs-8Ei">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="184.66666666666666" y="27.666666666666682" width="41" height="62.666666666666657"/>
2024-05-02 13:20:40 +05:30
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="16" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Q5x-RL-o9O">
<rect key="frame" x="0.0" y="0.0" width="41" height="48"/>
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="40"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="YEARS" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5xD-nv-Vqh">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="48" width="41" height="14.666666666666664"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="ILs-9m-HBf" secondAttribute="bottom" id="71d-Ky-PHd"/>
<constraint firstItem="hGX-Rs-8Ei" firstAttribute="centerY" secondItem="Jxw-Lm-Uev" secondAttribute="centerY" constant="-5" id="8JS-WH-CdL"/>
<constraint firstItem="hGX-Rs-8Ei" firstAttribute="centerX" secondItem="Jxw-Lm-Uev" secondAttribute="centerX" id="O20-MQ-bDK"/>
<constraint firstItem="ILs-9m-HBf" firstAttribute="top" secondItem="Jxw-Lm-Uev" secondAttribute="top" id="bNJ-JX-6ia"/>
<constraint firstItem="ILs-9m-HBf" firstAttribute="leading" secondItem="Jxw-Lm-Uev" secondAttribute="leading" id="dZa-qM-jxc"/>
<constraint firstAttribute="trailing" secondItem="ILs-9m-HBf" secondAttribute="trailing" id="xxG-UL-qwc"/>
<constraint firstAttribute="height" constant="128" id="yWn-ej-MSY"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="4MV-0i-bHM">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="323.66666666666663" width="410" height="187"/>
2024-05-02 13:20:40 +05:30
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="40" translatesAutoresizingMaskIntoConstraints="NO" id="6LR-pm-DQz">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="410" height="100"/>
2024-05-02 13:20:40 +05:30
<subviews>
<view alpha="0.69999999999999996" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zRB-HI-qyw">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="15" y="0.0" width="170" height="100"/>
2024-05-02 13:20:40 +05:30
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="PHl-9L-rHV">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="45.333333333333321" y="23.333333333333375" width="79.666666666666686" height="53.333333333333343"/>
2024-05-02 13:20:40 +05:30
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="I AM" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nDM-Lp-P02">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="79.666666666666671" height="19.333333333333332"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="16"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="UNDER" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BhH-nh-RaQ">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="24.333333333333314" width="79.666666666666671" height="29"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="24"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</stackView>
</subviews>
<color key="backgroundColor" red="0.035294117647058823" green="0.0" blue="0.36470588235294116" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="PHl-9L-rHV" firstAttribute="centerY" secondItem="zRB-HI-qyw" secondAttribute="centerY" id="29o-j4-anr"/>
<constraint firstItem="PHl-9L-rHV" firstAttribute="centerX" secondItem="zRB-HI-qyw" secondAttribute="centerX" id="Vr4-6F-jbw"/>
</constraints>
</view>
<view alpha="0.69999999999999996" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3nX-lb-ERZ">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="225" y="0.0" width="170" height="100"/>
2024-05-02 13:20:40 +05:30
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="vJO-O8-VZ3">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="46.666666666666693" y="23.333333333333375" width="76.666666666666686" height="53.333333333333343"/>
2024-05-02 13:20:40 +05:30
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="I AM" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lap-hA-rD3">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="0.0" width="76.666666666666671" height="19.333333333333332"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="16"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ABOVE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VUN-Ep-Tia">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="24.333333333333314" width="76.666666666666671" height="29"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Bold" family="Exo 2" pointSize="24"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</stackView>
</subviews>
<color key="backgroundColor" red="0.035294117649999998" green="0.0" blue="0.36470588240000001" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="vJO-O8-VZ3" firstAttribute="centerX" secondItem="3nX-lb-ERZ" secondAttribute="centerX" id="E7w-5N-R93"/>
<constraint firstItem="vJO-O8-VZ3" firstAttribute="centerY" secondItem="3nX-lb-ERZ" secondAttribute="centerY" id="xaL-jZ-9dz"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="100" id="DB9-mi-JDq"/>
</constraints>
<edgeInsets key="layoutMargins" top="0.0" left="15" bottom="0.0" right="15"/>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="35" translatesAutoresizingMaskIntoConstraints="NO" id="Hwe-9h-x3Y">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="0.0" y="115.00000000000006" width="410" height="72"/>
2024-05-02 13:20:40 +05:30
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We will need your parent’ s email so they can verify and agree to create an account." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VuZ-1Z-b39">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="10" y="0.0" width="177.66666666666666" height="72"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Regular" family="Exo 2" pointSize="15"/>
<color key="textColor" red="0.035294117649999998" green="0.0" blue="0.36470588240000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Above 16 users will be registered as a guardian with additional content." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wSp-wJ-fpO">
2024-06-24 09:19:41 +05:30
<rect key="frame" x="222.66666666666663" y="0.0" width="177.33333333333337" height="72"/>
2024-05-02 13:20:40 +05:30
<fontDescription key="fontDescription" name="Exo2-Regular" family="Exo 2" pointSize="15"/>
<color key="textColor" red="0.035294117649999998" green="0.0" blue="0.36470588240000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<edgeInsets key="layoutMargins" top="0.0" left="10" bottom="0.0" right="10"/>
</stackView>
</subviews>
</stackView>
</subviews>
<edgeInsets key="layoutMargins" top="0.0" left="10" bottom="0.0" right="10"/>
</stackView>
</subviews>
<constraints>
<constraint firstItem="mxm-o6-oh0" firstAttribute="trailing" secondItem="AbT-1b-YxT" secondAttribute="trailing" id="CuG-pg-wHl"/>
<constraint firstItem="3wp-V5-cWJ" firstAttribute="bottom" secondItem="AbT-1b-YxT" secondAttribute="bottom" id="V0c-QN-jJE"/>
<constraint firstItem="AbT-1b-YxT" firstAttribute="top" secondItem="QU1-fM-pg9" secondAttribute="top" constant="45" id="Zju-oR-ffR"/>
<constraint firstItem="AbT-1b-YxT" firstAttribute="width" secondItem="3wp-V5-cWJ" secondAttribute="width" id="dDN-wM-C3y"/>
<constraint firstItem="AbT-1b-YxT" firstAttribute="leading" secondItem="3wp-V5-cWJ" secondAttribute="leading" id="zY6-H9-bm1"/>
</constraints>
<viewLayoutGuide key="contentLayoutGuide" id="3wp-V5-cWJ"/>
<viewLayoutGuide key="frameLayoutGuide" id="mxm-o6-oh0"/>
</scrollView>
</subviews>
<viewLayoutGuide key="safeArea" id="GeR-ha-19K"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="QU1-fM-pg9" firstAttribute="leading" secondItem="GeR-ha-19K" secondAttribute="leading" id="2L5-dj-u12"/>
<constraint firstItem="3qB-gN-hV4" firstAttribute="top" secondItem="qMS-vC-b1G" secondAttribute="top" constant="50" id="5wp-eN-0MI"/>
<constraint firstItem="QU1-fM-pg9" firstAttribute="bottom" secondItem="GeR-ha-19K" secondAttribute="bottom" id="GFq-A2-u0c"/>
<constraint firstItem="3qB-gN-hV4" firstAttribute="centerX" secondItem="GN2-ta-IyD" secondAttribute="centerX" id="LUL-nW-cla"/>
<constraint firstItem="GN2-ta-IyD" firstAttribute="leading" secondItem="GeR-ha-19K" secondAttribute="leading" id="VhT-FE-K4T"/>
<constraint firstItem="QU1-fM-pg9" firstAttribute="trailing" secondItem="GeR-ha-19K" secondAttribute="trailing" id="fHj-pY-4pl"/>
<constraint firstItem="GN2-ta-IyD" firstAttribute="top" secondItem="qMS-vC-b1G" secondAttribute="top" id="kCO-cp-Ym3"/>
<constraint firstItem="QU1-fM-pg9" firstAttribute="top" secondItem="3qB-gN-hV4" secondAttribute="bottom" id="pfW-Rd-6RH"/>
<constraint firstAttribute="bottom" secondItem="GN2-ta-IyD" secondAttribute="bottom" id="yZ0-Sh-Gv6"/>
<constraint firstItem="GeR-ha-19K" firstAttribute="trailing" secondItem="GN2-ta-IyD" secondAttribute="trailing" id="zph-z4-Zd0"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="LZ1-Kz-jec"/>
<connections>
<outlet property="aboveAgeView" destination="3nX-lb-ERZ" id="JdV-YA-bWW"/>
<outlet property="aboveLabel" destination="VUN-Ep-Tia" id="akF-nG-Vnu"/>
<outlet property="aboveTextLabel" destination="wSp-wJ-fpO" id="XnA-TU-eez"/>
<outlet property="iAmAboveLabel" destination="Lap-hA-rD3" id="Pyo-7D-3vx"/>
<outlet property="iAmUnderLabel" destination="nDM-Lp-P02" id="py1-jw-eJz"/>
<outlet property="magicNoLabel" destination="z1g-nr-hDh" id="amS-QG-gNm"/>
<outlet property="numberText" destination="Q5x-RL-o9O" id="IKI-4h-lAU"/>
<outlet property="privacyLabel" destination="kAc-XC-R0J" id="jDr-Ms-iiA"/>
<outlet property="underAgeView" destination="zRB-HI-qyw" id="OhR-SA-MaA"/>
<outlet property="underLabel" destination="BhH-nh-RaQ" id="nLL-pM-dxH"/>
<outlet property="underTextLabel" destination="VuZ-1Z-b39" id="697-Oy-eq3"/>
<outlet property="wokaLogoTopSpacing" destination="5wp-eN-0MI" id="Ko3-zs-L2j"/>
<outlet property="yearsLabel" destination="5xD-nv-Vqh" id="Gi6-aP-veL"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="qz4-v9-A9M" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2750.7246376811595" y="2.6785714285714284"/>
</scene>
2024-08-13 20:02:41 +05:30
<!--View Controller-->
<scene sceneID="uwo-tM-TNx">
<objects>
<viewController id="iSg-09-Dmx" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="zex-wm-vbi">
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="BackgroundSplash" translatesAutoresizingMaskIntoConstraints="NO" id="Zkq-6A-i5s">
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="WokaLogo" translatesAutoresizingMaskIntoConstraints="NO" id="OSg-qz-HrE">
<rect key="frame" x="145" y="452.33333333333331" width="140" height="52.333333333333314"/>
<constraints>
<constraint firstAttribute="width" secondItem="OSg-qz-HrE" secondAttribute="height" multiplier="8:3" id="3d3-Q1-Sjn"/>
<constraint firstAttribute="width" constant="140" id="cAG-jB-6Nh"/>
</constraints>
</imageView>
</subviews>
<viewLayoutGuide key="safeArea" id="dVM-qa-WQy"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="OSg-qz-HrE" firstAttribute="centerX" secondItem="Zkq-6A-i5s" secondAttribute="centerX" id="2ym-OU-xaL"/>
<constraint firstAttribute="bottom" secondItem="Zkq-6A-i5s" secondAttribute="bottom" id="U6L-gA-oX4"/>
<constraint firstAttribute="trailing" secondItem="Zkq-6A-i5s" secondAttribute="trailing" id="mHd-hu-lnV"/>
<constraint firstItem="OSg-qz-HrE" firstAttribute="centerY" secondItem="dVM-qa-WQy" secondAttribute="centerY" id="mcE-c0-vQK"/>
<constraint firstItem="Zkq-6A-i5s" firstAttribute="top" secondItem="zex-wm-vbi" secondAttribute="top" id="mj1-JV-lMK"/>
<constraint firstItem="Zkq-6A-i5s" firstAttribute="leading" secondItem="zex-wm-vbi" secondAttribute="leading" id="s9b-GP-RgN"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="Yx0-qJ-sMV"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="sl1-vo-3UY" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1881" y="667"/>
</scene>
2024-05-02 13:20:40 +05:30
</scenes>
<resources>
<image name="16Years" width="99" height="79.333335876464844"/>
<image name="BackgroundSplash" width="428" height="926"/>
2024-06-24 09:19:41 +05:30
<image name="WokaLogo" width="2224" height="450.66665649414062"/>
2024-05-28 19:47:51 +05:30
<namedColor name="TextDarkBlue">
<color red="0.10599999874830246" green="0.050999999046325684" blue="0.60399997234344482" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
2024-05-02 13:20:40 +05:30
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>