Showing
31 changed files
with
261 additions
and
9 deletions
| ... | @@ -14,6 +14,9 @@ | ... | @@ -14,6 +14,9 @@ |
| 14 | 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; }; | 14 | 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; }; |
| 15 | 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; }; | 15 | 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; }; |
| 16 | 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; }; | 16 | 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; }; |
| 17 | + 1E1489752AB48D6400D332BE /* TelematicsMainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E1489742AB48D6400D332BE /* TelematicsMainViewController.swift */; }; | ||
| 18 | + 1E1489772AB49EA300D332BE /* TelematicsHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E1489762AB49EA300D332BE /* TelematicsHistoryViewController.swift */; }; | ||
| 19 | + 1E1489792AB49EC600D332BE /* TelematicsHistoryAnalysisViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E1489782AB49EC600D332BE /* TelematicsHistoryAnalysisViewController.swift */; }; | ||
| 17 | 1E151F1829DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */; }; | 20 | 1E151F1829DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */; }; |
| 18 | 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */; }; | 21 | 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */; }; |
| 19 | 1E15B9A229DDCF02000A408D /* MarketSharingHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */; }; | 22 | 1E15B9A229DDCF02000A408D /* MarketSharingHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */; }; |
| ... | @@ -199,6 +202,9 @@ | ... | @@ -199,6 +202,9 @@ |
| 199 | 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold_italic.ttf; sourceTree = "<group>"; }; | 202 | 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold_italic.ttf; sourceTree = "<group>"; }; |
| 200 | 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold.ttf; sourceTree = "<group>"; }; | 203 | 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold.ttf; sourceTree = "<group>"; }; |
| 201 | 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; | 204 | 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
| 205 | + 1E1489742AB48D6400D332BE /* TelematicsMainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TelematicsMainViewController.swift; sourceTree = "<group>"; }; | ||
| 206 | + 1E1489762AB49EA300D332BE /* TelematicsHistoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TelematicsHistoryViewController.swift; sourceTree = "<group>"; }; | ||
| 207 | + 1E1489782AB49EC600D332BE /* TelematicsHistoryAnalysisViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TelematicsHistoryAnalysisViewController.swift; sourceTree = "<group>"; }; | ||
| 202 | 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponsTableViewCell.swift; sourceTree = "<group>"; }; | 208 | 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponsTableViewCell.swift; sourceTree = "<group>"; }; |
| 203 | 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveCodeTableViewCell.swift; sourceTree = "<group>"; }; | 209 | 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveCodeTableViewCell.swift; sourceTree = "<group>"; }; |
| 204 | 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarketSharingHistoryViewController.swift; sourceTree = "<group>"; }; | 210 | 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarketSharingHistoryViewController.swift; sourceTree = "<group>"; }; |
| ... | @@ -537,6 +543,9 @@ | ... | @@ -537,6 +543,9 @@ |
| 537 | 1EB236AE28816CAB0063777A /* NumbersTableViewCell.swift */, | 543 | 1EB236AE28816CAB0063777A /* NumbersTableViewCell.swift */, |
| 538 | 1EB5F4C728536FD60016F36E /* StepsViewController.swift */, | 544 | 1EB5F4C728536FD60016F36E /* StepsViewController.swift */, |
| 539 | 1EF228472AA73E48009DF715 /* TelematicsViewController.swift */, | 545 | 1EF228472AA73E48009DF715 /* TelematicsViewController.swift */, |
| 546 | + 1E1489742AB48D6400D332BE /* TelematicsMainViewController.swift */, | ||
| 547 | + 1E1489762AB49EA300D332BE /* TelematicsHistoryViewController.swift */, | ||
| 548 | + 1E1489782AB49EC600D332BE /* TelematicsHistoryAnalysisViewController.swift */, | ||
| 540 | E6A77860282933E40045BBA8 /* MyApi.h */, | 549 | E6A77860282933E40045BBA8 /* MyApi.h */, |
| 541 | E6A778DC282933E60045BBA8 /* MyApi.m */, | 550 | E6A778DC282933E60045BBA8 /* MyApi.m */, |
| 542 | E6A77862282933E50045BBA8 /* MyEmptyClass.swift */, | 551 | E6A77862282933E50045BBA8 /* MyEmptyClass.swift */, |
| ... | @@ -962,6 +971,7 @@ | ... | @@ -962,6 +971,7 @@ |
| 962 | A02F34052882B6E60086465F /* TelcoViewController.swift in Sources */, | 971 | A02F34052882B6E60086465F /* TelcoViewController.swift in Sources */, |
| 963 | E6A77901282933E60045BBA8 /* WLBaseItem.m in Sources */, | 972 | E6A77901282933E60045BBA8 /* WLBaseItem.m in Sources */, |
| 964 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */, | 973 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */, |
| 974 | + 1E1489792AB49EC600D332BE /* TelematicsHistoryAnalysisViewController.swift in Sources */, | ||
| 965 | 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */, | 975 | 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */, |
| 966 | 1E151F1829DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift in Sources */, | 976 | 1E151F1829DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift in Sources */, |
| 967 | E6A778F0282933E60045BBA8 /* WLNativeAdsCollectionMode.m in Sources */, | 977 | E6A778F0282933E60045BBA8 /* WLNativeAdsCollectionMode.m in Sources */, |
| ... | @@ -1021,6 +1031,7 @@ | ... | @@ -1021,6 +1031,7 @@ |
| 1021 | E6A77A36282BB4CB0045BBA8 /* MakeItAPresentViewController.swift in Sources */, | 1031 | E6A77A36282BB4CB0045BBA8 /* MakeItAPresentViewController.swift in Sources */, |
| 1022 | E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */, | 1032 | E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */, |
| 1023 | E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */, | 1033 | E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */, |
| 1034 | + 1E1489752AB48D6400D332BE /* TelematicsMainViewController.swift in Sources */, | ||
| 1024 | 1EA771AC290977CA0030924C /* CopyableLabel.swift in Sources */, | 1035 | 1EA771AC290977CA0030924C /* CopyableLabel.swift in Sources */, |
| 1025 | 1EB236AB28816B680063777A /* ShareViewController.swift in Sources */, | 1036 | 1EB236AB28816B680063777A /* ShareViewController.swift in Sources */, |
| 1026 | 1EF228482AA73E48009DF715 /* TelematicsViewController.swift in Sources */, | 1037 | 1EF228482AA73E48009DF715 /* TelematicsViewController.swift in Sources */, |
| ... | @@ -1047,6 +1058,7 @@ | ... | @@ -1047,6 +1058,7 @@ |
| 1047 | A04D31DE288FF670000E43B5 /* HistoryViewController.swift in Sources */, | 1058 | A04D31DE288FF670000E43B5 /* HistoryViewController.swift in Sources */, |
| 1048 | E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */, | 1059 | E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */, |
| 1049 | E6A77914282933E60045BBA8 /* WLUserManager.m in Sources */, | 1060 | E6A77914282933E60045BBA8 /* WLUserManager.m in Sources */, |
| 1061 | + 1E1489772AB49EA300D332BE /* TelematicsHistoryViewController.swift in Sources */, | ||
| 1050 | 1EB236AF28816CAC0063777A /* NumbersTableViewCell.swift in Sources */, | 1062 | 1EB236AF28816CAC0063777A /* NumbersTableViewCell.swift in Sources */, |
| 1051 | E6A7794F282933E70045BBA8 /* FMDatabasePool.m in Sources */, | 1063 | E6A7794F282933E70045BBA8 /* FMDatabasePool.m in Sources */, |
| 1052 | 1EB236AD28816C560063777A /* NumberPopupViewController.swift in Sources */, | 1064 | 1EB236AD28816C560063777A /* NumberPopupViewController.swift in Sources */, | ... | ... |
No preview for this file type
| ... | @@ -300,7 +300,6 @@ | ... | @@ -300,7 +300,6 @@ |
| 300 | <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 300 | <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 301 | </state> | 301 | </state> |
| 302 | <connections> | 302 | <connections> |
| 303 | - <action selector="redeemButtomAction:" destination="CDt-eI-msA" eventType="touchUpInside" id="ZgM-FV-cPH"/> | ||
| 304 | <action selector="tripButtonTapped:" destination="CkE-e6-QAc" eventType="touchUpInside" id="hmd-Ue-s8Z"/> | 303 | <action selector="tripButtonTapped:" destination="CkE-e6-QAc" eventType="touchUpInside" id="hmd-Ue-s8Z"/> |
| 305 | </connections> | 304 | </connections> |
| 306 | </button> | 305 | </button> |
| ... | @@ -392,7 +391,52 @@ | ... | @@ -392,7 +391,52 @@ |
| 392 | </viewController> | 391 | </viewController> |
| 393 | <placeholder placeholderIdentifier="IBFirstResponder" id="MGA-l3-4Jz" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | 392 | <placeholder placeholderIdentifier="IBFirstResponder" id="MGA-l3-4Jz" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 394 | </objects> | 393 | </objects> |
| 395 | - <point key="canvasLocation" x="138" y="1545"/> | 394 | + <point key="canvasLocation" x="116" y="2238"/> |
| 395 | + </scene> | ||
| 396 | + <!--Telematics Main View Controller--> | ||
| 397 | + <scene sceneID="BFY-HZ-rDp"> | ||
| 398 | + <objects> | ||
| 399 | + <viewController storyboardIdentifier="TelematicsMainViewController" id="rLq-1b-nGI" customClass="TelematicsMainViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
| 400 | + <view key="view" contentMode="scaleToFill" id="x7s-zd-bAg"> | ||
| 401 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
| 402 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 403 | + <viewLayoutGuide key="safeArea" id="LMR-ha-1z2"/> | ||
| 404 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
| 405 | + </view> | ||
| 406 | + </viewController> | ||
| 407 | + <placeholder placeholderIdentifier="IBFirstResponder" id="aRH-Fl-OPs" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
| 408 | + </objects> | ||
| 409 | + <point key="canvasLocation" x="867" y="2238"/> | ||
| 410 | + </scene> | ||
| 411 | + <!--Telematics History View Controller--> | ||
| 412 | + <scene sceneID="ax9-8b-0Xf"> | ||
| 413 | + <objects> | ||
| 414 | + <viewController storyboardIdentifier="TelematicsHistoryViewController" id="niq-m0-9T8" customClass="TelematicsHistoryViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
| 415 | + <view key="view" contentMode="scaleToFill" id="Ijr-jl-PS2"> | ||
| 416 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
| 417 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 418 | + <viewLayoutGuide key="safeArea" id="4r4-t4-51H"/> | ||
| 419 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
| 420 | + </view> | ||
| 421 | + </viewController> | ||
| 422 | + <placeholder placeholderIdentifier="IBFirstResponder" id="fXf-uN-H7T" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
| 423 | + </objects> | ||
| 424 | + <point key="canvasLocation" x="1612" y="2238"/> | ||
| 425 | + </scene> | ||
| 426 | + <!--Telematics History Analysis View Controller--> | ||
| 427 | + <scene sceneID="tnC-G4-NTO"> | ||
| 428 | + <objects> | ||
| 429 | + <viewController storyboardIdentifier="TelematicsHistoryAnalysisViewController" id="3e7-Qu-SLH" customClass="TelematicsHistoryAnalysisViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
| 430 | + <view key="view" contentMode="scaleToFill" id="dBw-ap-NHM"> | ||
| 431 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
| 432 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 433 | + <viewLayoutGuide key="safeArea" id="xmW-KJ-2ba"/> | ||
| 434 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
| 435 | + </view> | ||
| 436 | + </viewController> | ||
| 437 | + <placeholder placeholderIdentifier="IBFirstResponder" id="HvF-nf-rXv" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
| 438 | + </objects> | ||
| 439 | + <point key="canvasLocation" x="2341" y="2238"/> | ||
| 396 | </scene> | 440 | </scene> |
| 397 | <!--Details View Controller--> | 441 | <!--Details View Controller--> |
| 398 | <scene sceneID="TPv-Bl-CUP"> | 442 | <scene sceneID="TPv-Bl-CUP"> |
| ... | @@ -2532,7 +2576,7 @@ | ... | @@ -2532,7 +2576,7 @@ |
| 2532 | <rect key="frame" x="0.0" y="947.5" width="414" height="44"/> | 2576 | <rect key="frame" x="0.0" y="947.5" width="414" height="44"/> |
| 2533 | <autoresizingMask key="autoresizingMask"/> | 2577 | <autoresizingMask key="autoresizingMask"/> |
| 2534 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> | 2578 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> |
| 2535 | - <rect key="frame" x="0.0" y="0.0" width="600" height="44"/> | 2579 | + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> |
| 2536 | <autoresizingMask key="autoresizingMask"/> | 2580 | <autoresizingMask key="autoresizingMask"/> |
| 2537 | <subviews> | 2581 | <subviews> |
| 2538 | <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0"> | 2582 | <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0"> |
| ... | @@ -2759,7 +2803,7 @@ | ... | @@ -2759,7 +2803,7 @@ |
| 2759 | <rect key="frame" x="0.0" y="991.5" width="414" height="404"/> | 2803 | <rect key="frame" x="0.0" y="991.5" width="414" height="404"/> |
| 2760 | <autoresizingMask key="autoresizingMask"/> | 2804 | <autoresizingMask key="autoresizingMask"/> |
| 2761 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J"> | 2805 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J"> |
| 2762 | - <rect key="frame" x="0.0" y="0.0" width="600" height="404"/> | 2806 | + <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> |
| 2763 | <autoresizingMask key="autoresizingMask"/> | 2807 | <autoresizingMask key="autoresizingMask"/> |
| 2764 | <subviews> | 2808 | <subviews> |
| 2765 | <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IZz-Fy-5Iv"> | 2809 | <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IZz-Fy-5Iv"> | ... | ... |
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "cosmote_insurance_logo.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "cosmote_insurance_logo 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "cosmote_insurance_logo 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
12 KB
12 KB
12 KB
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "tel_driving_percentage.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "tel_driving_percentage 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "tel_driving_percentage 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
9.26 KB
9.26 KB
9.26 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/tel_driving_rating.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "tel_driving_rating.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "tel_driving_rating 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "tel_driving_rating 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
4.25 KB
4.25 KB
4.25 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/tel_history_bg.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "tel_history_bg.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "tel_history_bg 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "tel_history_bg 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
171 KB
171 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/tel_history_bg.imageset/tel_history_bg.png
0 → 100644
171 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/tel_thumbs_down_gray.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "tel_thumbs_down_gray.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "tel_thumbs_down_gray 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "tel_thumbs_down_gray 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
3.47 KB
3.47 KB
3.47 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/tel_thumbs_up_gray.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "tel_thumbs_up_gray.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "tel_thumbs_up_gray 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "tel_thumbs_up_gray 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
3.49 KB
3.49 KB
3.49 KB
| 1 | +// | ||
| 2 | +// TelematicsHistoryAnalysisViewController.swift | ||
| 3 | +// SwiftWarplyFramework | ||
| 4 | +// | ||
| 5 | +// Created by Manos Chorianopoulos on 15/9/23. | ||
| 6 | +// | ||
| 7 | + | ||
| 8 | +import UIKit | ||
| 9 | + | ||
| 10 | +@objc public class TelematicsHistoryAnalysisViewController: UIViewController { | ||
| 11 | + | ||
| 12 | + public override func viewDidLoad() { | ||
| 13 | + super.viewDidLoad() | ||
| 14 | + | ||
| 15 | + // Do any additional setup after loading the view. | ||
| 16 | + } | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + /* | ||
| 20 | + // MARK: - Navigation | ||
| 21 | + | ||
| 22 | + // In a storyboard-based application, you will often want to do a little preparation before navigation | ||
| 23 | + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | ||
| 24 | + // Get the new view controller using segue.destination. | ||
| 25 | + // Pass the selected object to the new view controller. | ||
| 26 | + } | ||
| 27 | + */ | ||
| 28 | + | ||
| 29 | +} |
| 1 | +// | ||
| 2 | +// TelematicsHistoryViewController.swift | ||
| 3 | +// SwiftWarplyFramework | ||
| 4 | +// | ||
| 5 | +// Created by Manos Chorianopoulos on 15/9/23. | ||
| 6 | +// | ||
| 7 | + | ||
| 8 | +import UIKit | ||
| 9 | + | ||
| 10 | +@objc public class TelematicsHistoryViewController: UIViewController { | ||
| 11 | + | ||
| 12 | + public override func viewDidLoad() { | ||
| 13 | + super.viewDidLoad() | ||
| 14 | + | ||
| 15 | + // Do any additional setup after loading the view. | ||
| 16 | + } | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + /* | ||
| 20 | + // MARK: - Navigation | ||
| 21 | + | ||
| 22 | + // In a storyboard-based application, you will often want to do a little preparation before navigation | ||
| 23 | + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | ||
| 24 | + // Get the new view controller using segue.destination. | ||
| 25 | + // Pass the selected object to the new view controller. | ||
| 26 | + } | ||
| 27 | + */ | ||
| 28 | + | ||
| 29 | +} |
This diff is collapsed. Click to expand it.
| ... | @@ -498,8 +498,8 @@ import CoreMotion | ... | @@ -498,8 +498,8 @@ import CoreMotion |
| 498 | } | 498 | } |
| 499 | } | 499 | } |
| 500 | 500 | ||
| 501 | -extension Double { | 501 | +//extension Double { |
| 502 | - func toRadians() -> Double { | 502 | +// func toRadians() -> Double { |
| 503 | - return self * .pi / 180.0 | 503 | +// return self * .pi / 180.0 |
| 504 | - } | 504 | +// } |
| 505 | -} | 505 | +//} | ... | ... |
-
Please register or login to post a comment