first commit

This commit is contained in:
2018-07-18 02:30:38 -07:00
parent 4b6241d6d5
commit 1d628fddd6
13 changed files with 196 additions and 0 deletions

View File

@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
@@ -30,6 +40,16 @@
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
@@ -59,6 +79,11 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {

View File

@@ -0,0 +1,5 @@
//: Playground - noun: a place where people can play
import UIKit
var str = "Hello, playground"

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios'>
<timeline fileName='timeline.xctimeline'/>
</playground>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Timeline
version = "3.0">
<TimelineItems>
</TimelineItems>
</Timeline>

View File

@@ -0,0 +1,24 @@
//
// TabViewController.swift
// TourGuideApp
//
// Created by h_mal on 03/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import UIKit
class TabViewController: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}

View File

@@ -0,0 +1,24 @@
//
// ViewControllerTableViewCell.swift
// TourGuideApp
//
// Created by h_mal on 01/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import UIKit
class ViewControllerTableViewCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}

View File

@@ -0,0 +1,24 @@
//
// accomodationTableViewCell.swift
// TourGuideApp
//
// Created by h_mal on 04/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import UIKit
class accomodationTableViewCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}

View File

@@ -0,0 +1,9 @@
//
// accomodationViewController.swift
// TourGuideApp
//
// Created by h_mal on 04/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import Foundation

View File

@@ -0,0 +1,24 @@
//
// attractionsTableViewCell.swift
// TourGuideApp
//
// Created by h_mal on 03/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import UIKit
class attractionsTableViewCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}

View File

@@ -0,0 +1,24 @@
//
// attractionsTwoTableViewCell.swift
// TourGuideApp
//
// Created by h_mal on 04/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import UIKit
class attractionsTwoTableViewCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}

View File

@@ -0,0 +1,9 @@
//
// attractionsTwoViewController.swift
// TourGuideApp
//
// Created by h_mal on 04/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import Foundation

View File

@@ -0,0 +1,9 @@
//
// attractionsViewController.swift
// TourGuideApp
//
// Created by h_mal on 03/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import Foundation

View File

@@ -0,0 +1,9 @@
//
// restaurantsViewController.swift
// TourGuideApp
//
// Created by h_mal on 03/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import Foundation