Skip to content

Commit 9f302bc

Browse files
author
David Jonsén
committed
Fixed missing public method
1 parent 538d561 commit 9f302bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DJSemiModalViewController/Classes/DJSemiModalViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ extension DJSemiModalViewController {
312312
/**
313313
* Insert a subview at an index of the content view
314314
*/
315-
func insertArrangedSubview(view: UIView, at index: Int) {
315+
public func insertArrangedSubview(view: UIView, at index: Int) {
316316
stackView.insertArrangedSubview(view, at: index)
317317
}
318318
}

0 commit comments

Comments
 (0)