Signal-iOS/SignalUI/ViewControllers/Stickers
Igor Solomennikov 7a717b9c35
Fix an error and some warnings in Xcode 14.3
* Fix name collision.

`UIView.autoPinEdgesToSuperviewEdges(withInsets:)` declared in SignalUI
was doing the same thing as `-[UIView autoPinEdgesToSuperviewEdgesWithInsets:]`
in PureLayout. Xcode 14.3 has started treating this ObjC name collision as an error.

* Fix warnings that would be errors in Swift 6.
2023-03-27 16:36:43 -07:00
..
LinearHorizontalLayout.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
StickerHorizontalListView.swift Switify some code related to ConversationInputToolbar. 2022-11-07 16:32:59 -08:00
StickerKeyboard.swift Switify some code related to ConversationInputToolbar. 2022-11-07 16:32:59 -08:00
StickerPackCollectionView.swift Fix an error and some warnings in Xcode 14.3 2023-03-27 16:36:43 -07:00
StickerPackDataSource.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
StickerView.swift Switify some code related to ConversationInputToolbar. 2022-11-07 16:32:59 -08:00