Skip to content

Commit dfe73e3

Browse files
committed
no message
1 parent 457c975 commit dfe73e3

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Binary file not shown.

FrameLayoutKit/Classes/ScrollStackView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ open class ScrollStackView: UIView {
436436
public func frameLayout(with view: UIView) -> FrameLayout? { frameLayout.frameLayout(with: view) }
437437
public func enumerate(_ block: ((FrameLayout, Int, inout Bool) -> Void)) { frameLayout.enumerate(block) }
438438

439-
/// Search for the FrameLayout that handling `view` in all the tree structure of this StackFrameLayout
440-
public func findFrameLayout(handling view: UIView) -> FrameLayout? { frameLayout.findFrameLayout(handling: view) }
441-
442439
@discardableResult
443440
public func flexible(ratio: CGFloat = -1) -> Self {
444441
frameLayout.flexible(ratio: ratio)

0 commit comments

Comments
 (0)