File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ open class ContainerController: UIViewController {
123
123
if self . shouldReuseContentController {
124
124
self . embedContentControllers [ _segueIdentifier] = segue. destination
125
125
}
126
- // Check whether there is already a current content controler
126
+ // Check whether there is already a current content controller
127
127
if let _currentContentController = self . currentContentController {
128
128
// If there is a current content controller we can replace the content controller directly
129
129
self . replace ( _currentContentController, with: segue. destination, isReused: false )
@@ -155,7 +155,7 @@ open class ContainerController: UIViewController {
155
155
156
156
// MARK: - PRIVATE -
157
157
158
- /// Flag which is `true` a transition is currently performing
158
+ /// Flag which is `true` if a transition is currently performing
159
159
private var isPerformingTransition = false
160
160
161
161
private var embedContentControllers = [ ReuseIdentifier: UIViewController] ( )
@@ -166,7 +166,7 @@ open class ContainerController: UIViewController {
166
166
167
167
// MARK: - Display
168
168
169
- /// Replaces the given content controller with each other. The `fromContentController ` has to be one which is currently displayed.
169
+ /// Replaces the given content controller with each other. The `sourceContentController ` has to be one which is currently displayed.
170
170
///
171
171
/// - Parameters:
172
172
/// - sourceContentController: The current content controller which should be replaced
You can’t perform that action at this time.
0 commit comments