Kendrick Morales hace 5 años
padre
commit
993ee1ace2

+ 0
- 37
Trolley App/AppDelegate.swift Ver fichero

1
-//
2
-//  AppDelegate.swift
3
-//  Trolley App
4
-//
5
-//  Created by Kendrick Morales on 10/21/19.
6
-//  Copyright © 2019 Kendrick Morales. All rights reserved.
7
-//
8
-
9
-import UIKit
10
-
11
-@UIApplicationMain
12
-class AppDelegate: UIResponder, UIApplicationDelegate {
13
-
14
-
15
-
16
-    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
17
-        // Override point for customization after application launch.
18
-        return true
19
-    }
20
-
21
-    // MARK: UISceneSession Lifecycle
22
-
23
-    func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
24
-        // Called when a new scene session is being created.
25
-        // Use this method to select a configuration to create the new scene with.
26
-        return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
27
-    }
28
-
29
-    func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
30
-        // Called when the user discards a scene session.
31
-        // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
32
-        // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
33
-    }
34
-
35
-
36
-}
37
-

+ 0
- 98
Trolley App/Assets.xcassets/AppIcon.appiconset/Contents.json Ver fichero

1
-{
2
-  "images" : [
3
-    {
4
-      "idiom" : "iphone",
5
-      "size" : "20x20",
6
-      "scale" : "2x"
7
-    },
8
-    {
9
-      "idiom" : "iphone",
10
-      "size" : "20x20",
11
-      "scale" : "3x"
12
-    },
13
-    {
14
-      "idiom" : "iphone",
15
-      "size" : "29x29",
16
-      "scale" : "2x"
17
-    },
18
-    {
19
-      "idiom" : "iphone",
20
-      "size" : "29x29",
21
-      "scale" : "3x"
22
-    },
23
-    {
24
-      "idiom" : "iphone",
25
-      "size" : "40x40",
26
-      "scale" : "2x"
27
-    },
28
-    {
29
-      "idiom" : "iphone",
30
-      "size" : "40x40",
31
-      "scale" : "3x"
32
-    },
33
-    {
34
-      "idiom" : "iphone",
35
-      "size" : "60x60",
36
-      "scale" : "2x"
37
-    },
38
-    {
39
-      "idiom" : "iphone",
40
-      "size" : "60x60",
41
-      "scale" : "3x"
42
-    },
43
-    {
44
-      "idiom" : "ipad",
45
-      "size" : "20x20",
46
-      "scale" : "1x"
47
-    },
48
-    {
49
-      "idiom" : "ipad",
50
-      "size" : "20x20",
51
-      "scale" : "2x"
52
-    },
53
-    {
54
-      "idiom" : "ipad",
55
-      "size" : "29x29",
56
-      "scale" : "1x"
57
-    },
58
-    {
59
-      "idiom" : "ipad",
60
-      "size" : "29x29",
61
-      "scale" : "2x"
62
-    },
63
-    {
64
-      "idiom" : "ipad",
65
-      "size" : "40x40",
66
-      "scale" : "1x"
67
-    },
68
-    {
69
-      "idiom" : "ipad",
70
-      "size" : "40x40",
71
-      "scale" : "2x"
72
-    },
73
-    {
74
-      "idiom" : "ipad",
75
-      "size" : "76x76",
76
-      "scale" : "1x"
77
-    },
78
-    {
79
-      "idiom" : "ipad",
80
-      "size" : "76x76",
81
-      "scale" : "2x"
82
-    },
83
-    {
84
-      "idiom" : "ipad",
85
-      "size" : "83.5x83.5",
86
-      "scale" : "2x"
87
-    },
88
-    {
89
-      "idiom" : "ios-marketing",
90
-      "size" : "1024x1024",
91
-      "scale" : "1x"
92
-    }
93
-  ],
94
-  "info" : {
95
-    "version" : 1,
96
-    "author" : "xcode"
97
-  }
98
-}

+ 0
- 6
Trolley App/Assets.xcassets/Contents.json Ver fichero

1
-{
2
-  "info" : {
3
-    "version" : 1,
4
-    "author" : "xcode"
5
-  }
6
-}

+ 0
- 23
Trolley App/Assets.xcassets/map.imageset/Contents.json Ver fichero

1
-{
2
-  "images" : [
3
-    {
4
-      "idiom" : "universal",
5
-      "filename" : "map.jpg",
6
-      "scale" : "1x"
7
-    },
8
-    {
9
-      "idiom" : "universal",
10
-      "filename" : "map@2x.jpg",
11
-      "scale" : "2x"
12
-    },
13
-    {
14
-      "idiom" : "universal",
15
-      "filename" : "map@3x.jpg",
16
-      "scale" : "3x"
17
-    }
18
-  ],
19
-  "info" : {
20
-    "version" : 1,
21
-    "author" : "xcode"
22
-  }
23
-}

BIN
Trolley App/Assets.xcassets/map.imageset/map.jpg Ver fichero


BIN
Trolley App/Assets.xcassets/map.imageset/map@2x.jpg Ver fichero


BIN
Trolley App/Assets.xcassets/map.imageset/map@3x.jpg Ver fichero


+ 0
- 25
Trolley App/Base.lproj/LaunchScreen.storyboard Ver fichero

1
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3
-    <dependencies>
4
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
5
-        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
6
-        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7
-    </dependencies>
8
-    <scenes>
9
-        <!--View Controller-->
10
-        <scene sceneID="EHf-IW-A2E">
11
-            <objects>
12
-                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
13
-                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
14
-                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
15
-                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
16
-                        <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
17
-                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
18
-                    </view>
19
-                </viewController>
20
-                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
21
-            </objects>
22
-            <point key="canvasLocation" x="53" y="375"/>
23
-        </scene>
24
-    </scenes>
25
-</document>

+ 0
- 66
Trolley App/Base.lproj/Main.storyboard Ver fichero

1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
3
-    <device id="retina6_1" orientation="portrait" appearance="light"/>
4
-    <dependencies>
5
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
6
-        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
7
-        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8
-    </dependencies>
9
-    <scenes>
10
-        <!--View Controller-->
11
-        <scene sceneID="tne-QT-ifu">
12
-            <objects>
13
-                <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Trolley_App" customModuleProvider="target" sceneMemberID="viewController">
14
-                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
15
-                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
16
-                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17
-                        <subviews>
18
-                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Trolley IUPI" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5sx-mb-Vhu">
19
-                                <rect key="frame" x="108" y="90" width="201" height="47"/>
20
-                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
21
-                                <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="40"/>
22
-                                <nil key="textColor"/>
23
-                                <nil key="highlightedColor"/>
24
-                            </label>
25
-                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="map" translatesAutoresizingMaskIntoConstraints="NO" id="KQC-gY-9mQ">
26
-                                <rect key="frame" x="7" y="248" width="400" height="400"/>
27
-                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
28
-                            </imageView>
29
-                            <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OCY-3M-KE5">
30
-                                <rect key="frame" x="71" y="706" width="111" height="47"/>
31
-                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
32
-                                <color key="backgroundColor" systemColor="systemPinkColor" red="1" green="0.1764705882" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
33
-                                <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="30"/>
34
-                                <state key="normal" title="Paradas">
35
-                                    <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
36
-                                </state>
37
-                                <connections>
38
-                                    <action selector="paradasButton:" destination="BYZ-38-t0r" eventType="touchUpInside" id="esp-QM-yT5"/>
39
-                                </connections>
40
-                            </button>
41
-                            <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2cl-Ch-09v">
42
-                                <rect key="frame" x="246" y="706" width="113" height="47"/>
43
-                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
44
-                                <color key="backgroundColor" systemColor="systemPinkColor" red="1" green="0.1764705882" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
45
-                                <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="30"/>
46
-                                <state key="normal" title="Tracking">
47
-                                    <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
48
-                                </state>
49
-                                <connections>
50
-                                    <action selector="trackingButton:" destination="BYZ-38-t0r" eventType="touchUpInside" id="bj2-2c-F73"/>
51
-                                </connections>
52
-                            </button>
53
-                        </subviews>
54
-                        <color key="backgroundColor" systemColor="secondarySystemGroupedBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
55
-                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
56
-                    </view>
57
-                </viewController>
58
-                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
59
-            </objects>
60
-            <point key="canvasLocation" x="137.68115942028987" y="133.92857142857142"/>
61
-        </scene>
62
-    </scenes>
63
-    <resources>
64
-        <image name="map" width="520.5" height="431"/>
65
-    </resources>
66
-</document>

+ 0
- 66
Trolley App/Info.plist Ver fichero

1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
-<plist version="1.0">
4
-<dict>
5
-	<key>CFBundleDevelopmentRegion</key>
6
-	<string>$(DEVELOPMENT_LANGUAGE)</string>
7
-	<key>CFBundleExecutable</key>
8
-	<string>$(EXECUTABLE_NAME)</string>
9
-	<key>CFBundleIdentifier</key>
10
-	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
-	<key>CFBundleInfoDictionaryVersion</key>
12
-	<string>6.0</string>
13
-	<key>CFBundleName</key>
14
-	<string>$(PRODUCT_NAME)</string>
15
-	<key>CFBundlePackageType</key>
16
-	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17
-	<key>CFBundleShortVersionString</key>
18
-	<string>1.0</string>
19
-	<key>CFBundleVersion</key>
20
-	<string>1</string>
21
-	<key>LSRequiresIPhoneOS</key>
22
-	<true/>
23
-	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
24
-	<string>Se utilizara para su experiencia en la applicacion</string>
25
-	<key>NSLocationWhenInUseUsageDescription</key>
26
-	<string>Se utilizara para su experiencia en la applicacion</string>
27
-	<key>UIApplicationSceneManifest</key>
28
-	<dict>
29
-		<key>UIApplicationSupportsMultipleScenes</key>
30
-		<false/>
31
-		<key>UISceneConfigurations</key>
32
-		<dict>
33
-			<key>UIWindowSceneSessionRoleApplication</key>
34
-			<array>
35
-				<dict>
36
-					<key>UISceneConfigurationName</key>
37
-					<string>Default Configuration</string>
38
-					<key>UISceneDelegateClassName</key>
39
-					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
40
-					<key>UISceneStoryboardFile</key>
41
-					<string>Main</string>
42
-				</dict>
43
-			</array>
44
-		</dict>
45
-	</dict>
46
-	<key>UILaunchStoryboardName</key>
47
-	<string>LaunchScreen</string>
48
-	<key>UIMainStoryboardFile</key>
49
-	<string>Main</string>
50
-	<key>UIRequiredDeviceCapabilities</key>
51
-	<array>
52
-		<string>armv7</string>
53
-	</array>
54
-	<key>UISupportedInterfaceOrientations</key>
55
-	<array>
56
-		<string>UIInterfaceOrientationPortrait</string>
57
-	</array>
58
-	<key>UISupportedInterfaceOrientations~ipad</key>
59
-	<array>
60
-		<string>UIInterfaceOrientationPortrait</string>
61
-		<string>UIInterfaceOrientationPortraitUpsideDown</string>
62
-		<string>UIInterfaceOrientationLandscapeLeft</string>
63
-		<string>UIInterfaceOrientationLandscapeRight</string>
64
-	</array>
65
-</dict>
66
-</plist>

+ 0
- 53
Trolley App/SceneDelegate.swift Ver fichero

1
-//
2
-//  SceneDelegate.swift
3
-//  Trolley App
4
-//
5
-//  Created by Kendrick Morales on 10/21/19.
6
-//  Copyright © 2019 Kendrick Morales. All rights reserved.
7
-//
8
-
9
-import UIKit
10
-
11
-class SceneDelegate: UIResponder, UIWindowSceneDelegate {
12
-
13
-    var window: UIWindow?
14
-
15
-
16
-    func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
17
-        // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
18
-        // If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
19
-        // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
20
-        guard let _ = (scene as? UIWindowScene) else { return }
21
-    }
22
-
23
-    func sceneDidDisconnect(_ scene: UIScene) {
24
-        // Called as the scene is being released by the system.
25
-        // This occurs shortly after the scene enters the background, or when its session is discarded.
26
-        // Release any resources associated with this scene that can be re-created the next time the scene connects.
27
-        // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead).
28
-    }
29
-
30
-    func sceneDidBecomeActive(_ scene: UIScene) {
31
-        // Called when the scene has moved from an inactive state to an active state.
32
-        // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
33
-    }
34
-
35
-    func sceneWillResignActive(_ scene: UIScene) {
36
-        // Called when the scene will move from an active state to an inactive state.
37
-        // This may occur due to temporary interruptions (ex. an incoming phone call).
38
-    }
39
-
40
-    func sceneWillEnterForeground(_ scene: UIScene) {
41
-        // Called as the scene transitions from the background to the foreground.
42
-        // Use this method to undo the changes made on entering the background.
43
-    }
44
-
45
-    func sceneDidEnterBackground(_ scene: UIScene) {
46
-        // Called as the scene transitions from the foreground to the background.
47
-        // Use this method to save data, release shared resources, and store enough scene-specific state information
48
-        // to restore the scene back to its current state.
49
-    }
50
-
51
-
52
-}
53
-

+ 0
- 60
Trolley App/ViewController.swift Ver fichero

1
-//
2
-//  ViewController.swift
3
-//  Trolley App
4
-//
5
-//  Created by Kendrick Morales on 10/21/19.
6
-//  Copyright © 2019 Kendrick Morales. All rights reserved.
7
-//
8
-
9
-import UIKit
10
-import CoreLocation
11
-import MapKit
12
-class ViewController: UIViewController,  CLLocationManagerDelegate {
13
-
14
-    var estado = false
15
-    let locationManager = CLLocationManager()
16
-    
17
-   
18
-    
19
-    
20
-    override func viewDidLoad() {
21
-        super.viewDidLoad()
22
-        locationManager.requestAlwaysAuthorization()
23
-        if CLLocationManager.locationServicesEnabled() {
24
-            locationManager.delegate = self
25
-            locationManager.desiredAccuracy = kCLLocationAccuracyNearestTenMeters
26
-        }
27
-
28
-        // Do any additional setup after loading the view.
29
-    }
30
-    
31
-    //funcion para poder extraer latitud y longitud
32
-    func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [CLLocation]) {
33
-        guard let locValue: CLLocationCoordinate2D = manager.location?.coordinate
34
-            else { return }
35
-        print("locations = \(locValue.latitude) \(locValue.longitude)")
36
-    }
37
- 
38
-    
39
-    //botton de las paradas
40
-    @IBAction func trackingButton(_ sender: UIButton) {
41
-        
42
-        // si el estado esta en falso
43
-        if estado != true{
44
-         sender.setTitle("Stop", for: .normal) // cambia el texto del boton
45
-         estado = true // cambiamos el estado a activado
46
-         locationManager.startUpdatingLocation() // activamos el metodo de capturacion de localizacion
47
-        }
48
-        else{ // si el estado esta en cierto
49
-             sender.setTitle("Tracking", for: .normal) // cambiamos el texto del boton
50
-            locationManager.stopUpdatingLocation() // paramos el metodo de capturacion de localizacion
51
-            
52
-            estado = false // se cambia estado de nuevo a falso
53
-        }
54
-    }
55
-    
56
-   
57
-    
58
-    
59
-}
60
-