added comments to the UIApplication extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
8fd56aa99b
commit
6840412f25
@ -10,6 +10,9 @@ import UIKit
|
||||
|
||||
extension UIApplication {
|
||||
|
||||
/// Helper method to find the top most viewcontroller in the app
|
||||
/// - Parameter controller: UIViewController to test against
|
||||
/// - Returns: Found top most UIViewController
|
||||
public class func topViewController(controller: UIViewController? = UIApplication.shared.windows.first?.rootViewController) -> UIViewController? {
|
||||
|
||||
if let nav = controller as? UINavigationController {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user