removed comments
This commit is contained in:
parent
29ba657433
commit
2c8cc0c9ca
@ -22,7 +22,6 @@ public extension MVMCoreUIUtility {
|
||||
|
||||
var queue = [UIView]()
|
||||
|
||||
// Reversed the array to first check views at the front.
|
||||
for view in views {
|
||||
if view is T {
|
||||
return view as? T
|
||||
@ -47,7 +46,6 @@ public extension MVMCoreUIUtility {
|
||||
var queue = [UIView]()
|
||||
var matching = [T]()
|
||||
|
||||
// Reversed the array to first check views at the front.
|
||||
for view in views {
|
||||
if view is T {
|
||||
matching.append(view as! T)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user