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
87ac65d4
Commit
87ac65d4
authored
May 28, 2018
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
motion issue-34: updated default Motion dependency
parent
8b084b37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
Material.podspec
+1
-1
Sources/iOS/TabsController.swift
+0
-5
No files found.
Material.podspec
View file @
87ac65d4
...
...
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts'
=>
[
'Sources/**/*.ttf'
]
}
s
.
dependency
'
Motion
'
,
'~> 1.
3
.0'
s
.
dependency
'
Motion
'
,
'~> 1.
4
.0'
end
end
Sources/iOS/TabsController.swift
View file @
87ac65d4
...
...
@@ -172,11 +172,6 @@ open class TabsController: TransitionController {
super
.
init
(
rootViewController
:
rootViewController
)
}
open
override
func
viewWillLayoutSubviews
()
{
super
.
viewWillLayoutSubviews
()
layoutSubviews
()
}
open
override
func
layoutSubviews
()
{
super
.
layoutSubviews
()
layoutTabBar
()
...
...
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