Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
b009452c
Commit
b009452c
authored
Aug 18, 2016
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
development: initial addition for PageController with TabBar
parent
1a36b485
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
107 additions
and
17 deletions
+107
-17
Material.xcodeproj/project.pbxproj
+54
-10
Sources/iOS/PageController.swift
+46
-0
Sources/iOS/TabBar.swift
+7
-7
No files found.
Material.xcodeproj/project.pbxproj
View file @
b009452c
...
...
@@ -15,6 +15,7 @@
96334EF61C8B84660083986B
/* Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96334EF51C8B84660083986B
/* Assets.xcassets */
;
};
963832421B88DFD80015F710
/* Material.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
963832361B88DFD80015F710
/* Material.framework */
;
};
963FBEFD1D669510008F8512
/* Snackbar.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
963FBEFC1D669510008F8512
/* Snackbar.swift */
;
};
963FBF051D669713008F8512
/* PageController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
963FBF041D669713008F8512
/* PageController.swift */
;
};
9658F2171CD6FA4700B902C1
/* IconButton.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9658F2161CD6FA4700B902C1
/* IconButton.swift */
;
};
9660161D1CB2ED6C00AAB661
/* Material.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
966016131CB2ED6C00AAB661
/* Material.framework */
;
};
9660162A1CB2F04E00AAB661
/* Material.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
96D88C091C1328D800B91418
/* Material.h */
;
settings
=
{
ATTRIBUTES
=
(
Public
,
);
};
};
...
...
@@ -208,6 +209,7 @@
963832411B88DFD80015F710
/* Material.xctest */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.cfbundle
;
includeInIndex
=
0
;
path
=
Material.xctest
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
963832591B88E31A0015F710
/* Info.plist */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
963FBEFC1D669510008F8512
/* Snackbar.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
Snackbar.swift
;
sourceTree
=
"<group>"
;
};
963FBF041D669713008F8512
/* PageController.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
PageController.swift
;
sourceTree
=
"<group>"
;
};
9658F2161CD6FA4700B902C1
/* IconButton.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
IconButton.swift
;
sourceTree
=
"<group>"
;
};
966016131CB2ED6C00AAB661
/* Material.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
includeInIndex
=
0
;
path
=
Material.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
9660161C1CB2ED6C00AAB661
/* Material macOS Tests.xctest */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.cfbundle
;
includeInIndex
=
0
;
path
=
"Material macOS Tests.xctest"
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
...
...
@@ -385,6 +387,52 @@
name
=
Snackbar
;
sourceTree
=
"<group>"
;
};
963FBF001D66964F008F8512
/* Toolbar */
=
{
isa
=
PBXGroup
;
children
=
(
96BCB79F1CB40DC500C806FE
/* Toolbar.swift */
,
96BCB7A01CB40DC500C806FE
/* ToolbarController.swift */
,
);
name
=
Toolbar
;
sourceTree
=
"<group>"
;
};
963FBF011D6696AB008F8512
/* TabBar */
=
{
isa
=
PBXGroup
;
children
=
(
96BCB79A1CB40DC500C806FE
/* TabBar.swift */
,
963FBF041D669713008F8512
/* PageController.swift */
,
);
name
=
TabBar
;
sourceTree
=
"<group>"
;
};
963FBF021D6696D0008F8512
/* Menu */
=
{
isa
=
PBXGroup
;
children
=
(
96BCB78D1CB40DC500C806FE
/* Menu.swift */
,
96BCB78E1CB40DC500C806FE
/* MenuView.swift */
,
96BCB78F1CB40DC500C806FE
/* MenuController.swift */
,
);
name
=
Menu
;
sourceTree
=
"<group>"
;
};
963FBF031D6696EF008F8512
/* SearchBar */
=
{
isa
=
PBXGroup
;
children
=
(
96BCB7951CB40DC500C806FE
/* SearchBar.swift */
,
96BCB7961CB40DC500C806FE
/* SearchBarController.swift */
,
);
name
=
SearchBar
;
sourceTree
=
"<group>"
;
};
963FBF061D669795008F8512
/* ControlView */
=
{
isa
=
PBXGroup
;
children
=
(
96BCB75E1CB40DC500C806FE
/* ControlView.swift */
,
96BCB7981CB40DC500C806FE
/* BarView.swift */
,
);
name
=
ControlView
;
sourceTree
=
"<group>"
;
};
9661222C1D3EC414008BB4CB
/* macOS */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -441,23 +489,28 @@
96BCB8021CB40F3B00C806FE
/* Card */
,
96BCB7FF1CB40EF000C806FE
/* Capture */
,
96BCB8051CB40F9C00C806FE
/* Collection */
,
963FBF061D669795008F8512
/* ControlView */
,
96BCB8001CB40F0300C806FE
/* Color */
,
962A92581D42839100DBAF8E
/* Data */
,
96BCB80B1CB410CC00C806FE
/* Device */
,
96BCB80A1CB410A100C806FE
/* Extension */
,
96BCB8071CB4101C00C806FE
/* Font */
,
96BCB8081CB4105E00C806FE
/* Icon */
,
963FBF021D6696D0008F8512
/* Menu */
,
962864601D5410FD00690B69
/* JSON */
,
968C99431D36ECBB000074FF
/* Label */
,
96BCB80D1CB410FD00C806FE
/* Layer */
,
96BCB8041CB40F6C00C806FE
/* Layout */
,
96BCB8011CB40F1700C806FE
/* Navigation */
,
96EA9A411D4E68E60052C74D
/* PhotoLibrary */
,
963FBF031D6696EF008F8512
/* SearchBar */
,
963FBEFB1D6694E8008F8512
/* Snackbar */
,
967A48171D0F424B00B8CEB7
/* StatusBar */
,
968C99421D36EC9E000074FF
/* Switch */
,
963FBF011D6696AB008F8512
/* TabBar */
,
966ECF2B1CF4C21B00BB0BDF
/* Table */
,
96BCB80E1CB4110E00C806FE
/* Text */
,
963FBF001D66964F008F8512
/* Toolbar */
,
96BCB8061CB40FD000C806FE
/* Type */
,
96BCB80C1CB410DD00C806FE
/* View */
,
);
...
...
@@ -506,16 +559,6 @@
isa
=
PBXGroup
;
children
=
(
96BCB7991CB40DC500C806FE
/* RootController.swift */
,
96BCB75E1CB40DC500C806FE
/* ControlView.swift */
,
96BCB7981CB40DC500C806FE
/* BarView.swift */
,
96BCB7951CB40DC500C806FE
/* SearchBar.swift */
,
96BCB7961CB40DC500C806FE
/* SearchBarController.swift */
,
96BCB79F1CB40DC500C806FE
/* Toolbar.swift */
,
96BCB7A01CB40DC500C806FE
/* ToolbarController.swift */
,
96BCB78D1CB40DC500C806FE
/* Menu.swift */
,
96BCB78E1CB40DC500C806FE
/* MenuView.swift */
,
96BCB78F1CB40DC500C806FE
/* MenuController.swift */
,
96BCB79A1CB40DC500C806FE
/* TabBar.swift */
,
96BCB7581CB40DC500C806FE
/* BottomNavigationController.swift */
,
96BCB7591CB40DC500C806FE
/* BottomTabBar.swift */
,
96BCB7901CB40DC500C806FE
/* NavigationBar.swift */
,
...
...
@@ -1005,6 +1048,7 @@
96BCB7D81CB40DC500C806FE
/* MenuController.swift in Sources */
,
96BCB7D41CB40DC500C806FE
/* TransitionAnimation.swift in Sources */
,
967A48191D0F425A00B8CEB7
/* StatusBarController.swift in Sources */
,
963FBF051D669713008F8512
/* PageController.swift in Sources */
,
962864621D54111D00690B69
/* JSON.swift in Sources */
,
96BCB7C21CB40DC500C806FE
/* Device.swift in Sources */
,
96BCB7A41CB40DC500C806FE
/* CaptureSession.swift in Sources */
,
...
...
Sources/iOS/PageController.swift
0 → 100644
View file @
b009452c
/*
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* * Neither the name of CosmicMind nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
import
UIKit
open
class
PageController
:
UIPageViewController
{
/**
Prepares the view instance when intialized. When subclassing,
it is recommended to override the prepareView method
to initialize property values and other setup operations.
The super.prepareView method should always be called immediately
when subclassing.
*/
open
override
func
prepareView
()
{
autoresizingMask
=
.
flexibleWidth
contentScaleFactor
=
Device
.
scale
prepareLine
()
}
}
Sources/iOS/TabBar.swift
View file @
b009452c
...
...
@@ -36,24 +36,24 @@ public enum TabBarLineAlignment: Int {
case
bottom
}
public
class
TabBar
:
View
{
open
class
TabBar
:
View
{
/// A reference to the line UIView.
public
private
(set)
var
line
:
UIView
!
open
internal
(set)
var
line
:
UIView
!
/// A value for the line alignment.
public
var
lineAlignment
:
TabBarLineAlignment
=
.
bottom
{
open
var
lineAlignment
:
TabBarLineAlignment
=
.
bottom
{
didSet
{
layoutSubviews
()
}
}
/// Will render the view.
public
var
willRenderView
:
Bool
{
open
var
willRenderView
:
Bool
{
return
0
<
width
&&
0
<
height
&&
nil
!=
superview
}
/// Buttons.
public
var
buttons
:
[
UIButton
]?
{
open
var
buttons
:
[
UIButton
]?
{
didSet
{
if
let
v
:
[
UIButton
]
=
oldValue
{
for
b
in
v
{
...
...
@@ -70,7 +70,7 @@ public class TabBar: View {
}
}
public
override
func
layoutSubviews
()
{
open
override
func
layoutSubviews
()
{
super
.
layoutSubviews
()
if
willRenderView
{
if
let
v
=
buttons
{
...
...
@@ -108,7 +108,7 @@ public class TabBar: View {
The super.prepareView method should always be called immediately
when subclassing.
*/
public
override
func
prepareView
()
{
open
override
func
prepareView
()
{
super
.
prepareView
()
autoresizingMask
=
.
flexibleWidth
contentScaleFactor
=
Device
.
scale
...
...
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