Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Shaik Ghouse
/
StoryBook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7eb04399
authored
Sep 27, 2017
by
Shaik Ghouse
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Removed Commented Lines and whitespace
parent
a9817b11
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
30 deletions
StoryBook/ViewControllers/DetailedViewController.swift
StoryBook/ViewControllers/HomeViewController.swift
StoryBook/ViewControllers/DetailedViewController.swift
View file @
7eb04399
...
...
@@ -12,24 +12,9 @@ class DetailedViewController: UIViewController {
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
// Do any additional setup after loading the view.
}
override
func
didReceiveMemoryWarning
()
{
super
.
didReceiveMemoryWarning
()
// Dispose of any resources that can be recreated.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destinationViewController.
// Pass the selected object to the new view controller.
}
*/
}
StoryBook/ViewControllers/HomeViewController.swift
View file @
7eb04399
...
...
@@ -12,24 +12,9 @@ class HomeViewController: UIViewController {
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
// Do any additional setup after loading the view.
}
override
func
didReceiveMemoryWarning
()
{
super
.
didReceiveMemoryWarning
()
// Dispose of any resources that can be recreated.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destinationViewController.
// Pass the selected object to the new view controller.
}
*/
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment