We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538d561 commit 9f302bcCopy full SHA for 9f302bc
DJSemiModalViewController/Classes/DJSemiModalViewController.swift
@@ -312,7 +312,7 @@ extension DJSemiModalViewController {
312
/**
313
* Insert a subview at an index of the content view
314
*/
315
- func insertArrangedSubview(view: UIView, at index: Int) {
+ public func insertArrangedSubview(view: UIView, at index: Int) {
316
stackView.insertArrangedSubview(view, at: index)
317
}
318
0 commit comments