Commit graph

8 commits

Author SHA1 Message Date
David Sinclair
f091832e6d #817 (three column layout)
- Since the UIPageViewController approach to paging had multiple issues that were proving impossible to work around, I decided to revert to the old UIScrollView-based approach.
2021-01-29 20:10:53 -08:00
David Sinclair
53d2580564 #817 (three column layout)
- iPhone fixes.
2020-11-25 21:39:11 -08:00
David Sinclair
5fe73d431b #817 (three column layout)
- Fixing warnings.
- Adding Swift subclasses of ObjC ones.
2020-08-27 21:26:12 -07:00
Samuel Clay
95ed6c55a6 Gotham is the new default font. 2017-04-11 17:36:10 -07:00
Nicholas Riley
d6b2c9cd15 iOS: Fix height of font settings and font list, removing extra separators/space.
Lets the menu table views do their own height calculations and makes the bottom vertical inset match the top (negative) to avoid extra white space at the bottom of the popover.

The preferredContentSize of FontSettingsViewController was previously hard-coded to account for a navigation bar which was subsequently hidden, which could sometimes result in a too-small popover if the navigation bar was already hidden; hide it explicitly instead and remove this workaround.
2016-03-13 15:03:08 -04:00
Nicholas Riley
05f415e9a2 iOS: Fix appearance of font popover in dark themes. 2016-02-26 13:35:56 -05:00
David Sinclair
d2096ff0dc iOS: tweaked #791 (more fonts)
Fixed initial display of the bundled font, and improved the code to
make it easier to add others.
2015-11-03 12:10:28 -08:00
David Sinclair
535a66615b iOS: added #791 (separate fonts list)
Sorry for the delay getting to this.  I've implemented the separate
list of fonts, listing the sample one you provided.  Once you get the
others, they can be added to the fonts folder in the resources, and
listed in the -[FontSettingsViewController viewWillAppear:] method (I
can do that if you like).
2015-10-31 16:35:32 -07:00