* Triggered when view has been created. * @protected * @param {View} view
(view)
| 983 | * @param {View} view |
| 984 | */ |
| 985 | didCreateView (view) { |
| 986 | // Add each brick as subview |
| 987 | this._bricks.forEach(brick => view.addSubview(brick.getView())) |
| 988 | } |
| 989 | |
| 990 | /** |
| 991 | * Stores this pipe using the backend service. |
nothing calls this directly
no test coverage detected