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
51524eea
Commit
51524eea
authored
Sep 30, 2017
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue-886: fixed memory leak with previousNavigationDelegate and previousTabBarDelegate
parent
c121c534
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
.gitignore
+3
-8
Sources/Frameworks/Motion/Sources/Extensions/Motion+UIViewController.swift
+2
-2
No files found.
.gitignore
View file @
51524eea
...
...
@@ -16,12 +16,7 @@ profile
*.moved-aside
*.playground
*.framework
Sources/Frameworks/Motion/.git*
Sources/Frameworks/Motion/.gitignore
Sources/Frameworks/Motion/.swift-version
Sources/Frameworks/Motion/CONTRIBUTING.md
Sources/Frameworks/Motion/Motion.podspec
Sources/Frameworks/Motion/Motion.xcodeproj/
Sources/Frameworks/Motion/Sources/Info.plist
Sources/Frameworks/Motion/Sources/Motion.h
DerivedData
Index
Build
Sources/Frameworks/Motion/Sources/Extensions/Motion+UIViewController.swift
View file @
51524eea
...
...
@@ -47,13 +47,13 @@ fileprivate struct AssociatedInstance {
A reference to the previous navigation controller delegate
before Motion was enabled.
*/
var
previousNavigationDelegate
:
UINavigationControllerDelegate
?
weak
var
previousNavigationDelegate
:
UINavigationControllerDelegate
?
/**
A reference to the previous tab bar controller delegate
before Motion was enabled.
*/
var
previousTabBarDelegate
:
UITabBarControllerDelegate
?
weak
var
previousTabBarDelegate
:
UITabBarControllerDelegate
?
}
extension
UIViewController
{
...
...
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