Skip to content

Commit

Permalink
💄 Gloss: Add TODO Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 24, 2023
1 parent ea43983 commit 02e92ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/src_library/Extensions/KeyWindow+Helpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import Foundation

extension UIWindow {

/// TODO:2023-03-24-01-14-26 - Remove/Replace `UIWindow.key`
static var key: UIWindow? {
if #available(iOS 13, *) {
return UIApplication.shared.windows.first { $0.isKeyWindow };
Expand Down
4 changes: 4 additions & 0 deletions ios/src_library/Extensions/UIView+Helpers.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

/// TODO:2023-03-24-01-14-26 - Move `UIView+Helpers` extension to
/// `react-native-utilities`
///
extension UIView {
var parentViewController: UIViewController? {
var parentResponder: UIResponder? = self;
Expand Down

0 comments on commit 02e92ce

Please sign in to comment.