Signal-iOS/SignalUI
Igor Solomennikov ee2f39d3d1
Fix an issue where buttons in text overlay toolbar could be too small.
The cause of this issue was that ImageEditorViewController's view was created
with zero dimensions. Those dimensions were then used to pre-calculate size
of the toolbar which ended up being incorrect.

The fix is to let UIKit create the root view and move everything we did in `loadView`
to `viewDidLoad`.
2022-08-03 17:59:53 -07:00
..
Appearance Allow creation of private stories 2022-07-15 15:05:03 -07:00
Categories Improved crop tool in media editor. 2022-07-26 14:11:03 -07:00
Environment Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Fix incorrect uses of NotificationCenter block-based API 2022-08-02 17:43:52 -07:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typos 2022-03-18 11:31:06 -07:00
Utils Dedupe when sending to multiple private story threads 2022-07-29 12:39:14 -07:00
ViewControllers Remove unnecessary NotificationCenter.removeObserver calls 2022-08-02 17:43:52 -07:00
ViewModels Allow viewing your own sent stories 2022-08-01 12:44:31 -07:00
Views Fix an issue where buttons in text overlay toolbar could be too small. 2022-08-03 17:59:53 -07:00
Wallpapers Fix typo: "Gausian" -> "Gaussian". 2022-05-17 19:25:30 -07:00
SignalUI-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalUI.h Move dependencies needed for private story creation to SignalUI 2022-07-15 15:05:03 -07:00