Git Product home page Git Product logo

gotravel's Introduction

ํŠธ๋ฆฌ๋น„ ๐Ÿš€ ์—ฌํ–‰ ์ผ์ • ๊ด€๋ฆฌ iOS ์•ฑ ๐Ÿ—บ

์—ฌํ–‰ ์ผ์ •๊ณผ ์—ฌํ–‰ ๊ฒฝ๋น„๋ฅผ ๊ด€๋ฆฌํ•˜๋Š” iOS ์•ฑ

iOS App to Manage Trip Schedules and Trip cost

Notice

This is the almost first app I made while studying swift.
I am constantly refactoring this project.
If you are looking for a swift project for learning, I highly recommend viewing Here Another Repo_Core Data + RxSwift + MemoApp.

Download

The app currently only supports Korean. But you can download.

How does it run on Xcode?

โš ๏ธโš ๏ธCautionโš ๏ธโš ๏ธ

You need your own AppDelegate.swift to run this program.

AppDelegate.swift

import UIKit
import GoogleMaps
import GooglePlaces
import IQKeyboardManagerSwift
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

    var window: UIWindow?

    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
        // Override point for customization after application launch.
      Singleton.shared.googleMapAPIKey = "โš ๏ธYour own google API Keyโš ๏ธ"
      if let api = Singleton.shared.googleMapAPIKey {
        GMSServices.provideAPIKey(api)
        GMSPlacesClient.provideAPIKey(api)
      }
        IQKeyboardManager.shared.enable = true
      self.window = UIWindow(frame: UIScreen.main.bounds)

      self.window?.rootViewController = TabbarViewController()
      self.window?.makeKeyAndVisible()

      return true

    }
}

You need a pod install. Then run 'GOtravel.xcworkspace'.

Done! ๐Ÿฅณ

DataBase

Screenshot

Any Question

Show your support

Give a โญ๏ธ if this project helped you!

gotravel's People

Contributors

haeuncs avatar

Stargazers

wotjd avatar JeongyoonLee avatar pohoze avatar  avatar David Yin avatar hj avatar Siddharth Sen avatar Chunsu Kim avatar yujin.jeong avatar

Watchers

James Cloos avatar Mauro Siqueira Junior  avatar  avatar

gotravel's Issues

Code refactoring - 1

Changing explicitly written code to enum static

Example

    view.setTitle(title: "ํ•œํ™” ์ถ”๊ฐ€")
    view.setLeftIcon(image: UIImage(named: "back")!)
    view.setButtonDoneText(title: "ํ™•์ธ")

google maps -> mapkit

์ง€๋„ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๋ณ€๊ฒฝ ์ž‘์—…

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.