Signal-iOS/SignalUI/ViewControllers
Igor Solomennikov cb4a9bb9e5 Minor UI fix for the review screen in media editor.
Long recipient name in the top right corner would not be faded at the
end upon initial presentation.
This was happening because subviews did not have their final frames at
the end of `layoutSubviews`.
The fix is to call method that updates fading on next run loop run.
2022-07-14 12:09:35 -07:00
..
AttachmentApproval Minor UI fix for the review screen in media editor. 2022-07-14 12:09:35 -07:00
ConversationPicker Remove unnecessary break statements 2022-06-24 09:32:34 -07:00
Stickers Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
ActionSheetController.swift Computed accessors shold always be in the same order 2022-06-24 09:35:07 -07:00
ApprovalFooterView.swift Prefer implicit getters 2022-06-06 14:00:15 +00:00
ContactFieldView.swift Lint 2022-04-13 20:23:22 -07:00
ContactShareApprovalViewController.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
CountryCodeViewController.swift replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
EditContactShareNameViewController.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
FindByPhoneNumberViewController.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
MediaMessageView.swift Merge branch igor/media-editor-updates. 2022-07-06 14:54:26 -07:00
ModalActivityIndicatorViewController.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
OWSNavigationController.h Merge branch igor/media-editor-updates. 2022-07-06 14:54:26 -07:00
OWSNavigationController.m Merge branch igor/media-editor-updates. 2022-07-06 14:54:26 -07:00
OWSTableViewController2.swift Computed accessors shold always be in the same order 2022-06-24 09:35:07 -07:00
OWSTableViewController.h cell background and context menu react to Theme changes 2022-01-26 10:46:08 +01:00
OWSTableViewController.m Remove UIScrollView workaround that was only used in iOS 11.0-11.2 2022-01-31 15:15:18 -08:00
OWSTableViewController.swift Add "Donation Receipts" view 2022-04-11 16:21:12 -05:00
OWSViewController.h Support emoji search in the emoji picker sheet 2021-12-10 13:03:55 -10:00
OWSViewController.m Fix typo in a comment. 2022-01-31 17:57:15 -08:00
OWSWindow.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
RegistrationValues.swift replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
ScreenLockViewController.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
ScreenLockViewController.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
SheetViewController.swift Lint 2022-04-13 20:23:22 -07:00
SpamCaptchaViewController.swift PR Feedback: Remove notImplemented altogether 2022-04-13 20:21:47 -07:00
TextApprovalViewController.swift Fix reentrant DB read on mentions processing 2022-06-20 13:21:22 -07:00
UIViewController+Permissions.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
UIViewController+Permissions.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
ViewControllerUtils.h Fix typos 2022-03-18 11:31:06 -07:00
ViewControllerUtils.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00