mirror of
https://github.com/hmalik144/Tour-Guide-iOS.git
synced 2025-12-10 02:35:20 +00:00
first commit
This commit is contained in:
@@ -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" : {
|
||||
|
||||
5
TourGuideApp/MyPlayground.playground/Contents.swift
Normal file
5
TourGuideApp/MyPlayground.playground/Contents.swift
Normal file
@@ -0,0 +1,5 @@
|
||||
//: Playground - noun: a place where people can play
|
||||
|
||||
import UIKit
|
||||
|
||||
var str = "Hello, playground"
|
||||
@@ -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>
|
||||
6
TourGuideApp/MyPlayground.playground/timeline.xctimeline
Normal file
6
TourGuideApp/MyPlayground.playground/timeline.xctimeline
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Timeline
|
||||
version = "3.0">
|
||||
<TimelineItems>
|
||||
</TimelineItems>
|
||||
</Timeline>
|
||||
24
TourGuideApp/TabViewController.swift
Normal file
24
TourGuideApp/TabViewController.swift
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
24
TourGuideApp/ViewControllerTableViewCell.swift
Normal file
24
TourGuideApp/ViewControllerTableViewCell.swift
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
24
TourGuideApp/accomodationTableViewCell.swift
Normal file
24
TourGuideApp/accomodationTableViewCell.swift
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
9
TourGuideApp/accomodationViewController.swift
Normal file
9
TourGuideApp/accomodationViewController.swift
Normal 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
|
||||
24
TourGuideApp/attractionsTableViewCell.swift
Normal file
24
TourGuideApp/attractionsTableViewCell.swift
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
24
TourGuideApp/attractionsTwoTableViewCell.swift
Normal file
24
TourGuideApp/attractionsTwoTableViewCell.swift
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
9
TourGuideApp/attractionsTwoViewController.swift
Normal file
9
TourGuideApp/attractionsTwoViewController.swift
Normal 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
|
||||
9
TourGuideApp/attractionsViewController.swift
Normal file
9
TourGuideApp/attractionsViewController.swift
Normal 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
|
||||
9
TourGuideApp/restaurantsViewController.swift
Normal file
9
TourGuideApp/restaurantsViewController.swift
Normal 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
|
||||
Reference in New Issue
Block a user