Closed sjrmanning closed 3 years ago
As mentioned in #1, the later commits here fix the iPad presentation issue by using an explicit presentationStyle
. Without this set, the presentation on iPad is defaulting to a popover presentation, which would require a sourceView
set.
By default iPad is using a split view so the contact list is only showing on the left in a split view. This sets an explicit
navigationViewStyle
to show the content as a single top view on iPad instead of a split view.Related to #1