File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 34
34
<rect key =" frame" x =" 0.0" y =" 0.0" width =" 400" height =" 416" />
35
35
<subviews >
36
36
<imageView clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" scaleAspectFill" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" translatesAutoresizingMaskIntoConstraints =" NO" id =" WQD-hj-6fI" >
37
- <rect key =" frame" x =" 0.0" y =" -250" width =" 400" height =" 250" />
38
- <constraints >
39
- <constraint firstAttribute =" height" constant =" 250" id =" ngM-lG-nWv" />
40
- </constraints >
37
+ <rect key =" frame" x =" 0.0" y =" 0.0" width =" 400" height =" 0.0" />
41
38
</imageView >
42
39
<stackView opaque =" NO" contentMode =" scaleToFill" alignment =" center" spacing =" 8" translatesAutoresizingMaskIntoConstraints =" NO" id =" 0Q3-lN-ixZ" >
43
40
<rect key =" frame" x =" 16" y =" 16" width =" 368" height =" 333.66666666666669" />
Original file line number Diff line number Diff line change @@ -240,9 +240,10 @@ final class EmbeddedManagerTests: XCTestCase {
240
240
241
241
let mockApiClient = MockApiClient ( )
242
242
let manager = IterableEmbeddedManager ( apiClient: mockApiClient,
243
- urlDelegate: nil ,
244
- urlOpener: MockUrlOpener ( ) ,
245
- allowedProtocols: [ ] )
243
+ urlDelegate: nil ,
244
+ customActionDelegate: nil ,
245
+ urlOpener: MockUrlOpener ( ) ,
246
+ allowedProtocols: [ ] )
246
247
247
248
let updateDelegate = ViewWithUpdateDelegate (
248
249
onMessagesUpdatedCallback: {
You can’t perform that action at this time.
0 commit comments