Signal-iOS/Signal/Usernames
Igor Solomennikov e1377c9aa9
OWSTableSheetViewController refactoring.
1. Instead of overriding updateTableContents(shouldReload:) in every subclass let the base class to do the reloading and subclasses will just provide contents for the OWSTableViewController2.
2. Remove unnecessary rebuilding of the OWSTableViewContents in didLayoutSubviews(). Do not reload if content doesn't change (it does not in any of the subclasses).
3. Instead of keeping a pre-configured UIStackView in case there's footer content to show - keep a UIView which is more lightweight. Subclasses just add their own footer content to that.
2025-10-17 13:10:59 -07:00
..
Links OWSTableSheetViewController refactoring. 2025-10-17 13:10:59 -07:00
Selection Workaround for dysfunctional UIKeyboardLayoutGuide on iOS 15. 2025-10-02 10:12:45 -07:00
UsernameChangeDelegate.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
UsernameEducationViewController.swift Use shared large primary and secondary button styles in username education view. 2025-10-17 12:53:24 -07:00