Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Native Mobile Apps 2020 Fall
Course Materials
Commits
8fe16202
Commit
8fe16202
authored
Nov 13, 2020
by
Andres Käver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
custom ui view
parent
337fdfb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
ios/TicTacToe2020-2/TicTacToe2020-2/UITileView.swift
ios/TicTacToe2020-2/TicTacToe2020-2/UITileView.swift
+20
-0
No files found.
ios/TicTacToe2020-2/TicTacToe2020-2/UITileView.swift
0 → 100644
View file @
8fe16202
//
// UITileView.swift
// TicTacToe2020-2
//
// Created by Andres Käver on 13.11.2020.
//
import
UIKit
class
UITileView
:
UIView
{
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
override func draw(_ rect: CGRect) {
// Drawing code
}
*/
}
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