Menu

#344 Height of Title in Navigationcontroller

open
nobody
None
Bug
2016-01-25
2015-05-14
GJB
No

Hello,

when I compile my app with the current version (r1297) the height of the titlebar in the navigationcontroller is higher than in the past. I have watched this for quite a while but cannot find the cause. Please see the attached images. The smaller title is a version which was release to the app store, the larger one shows how it looks with the current development version.

Any help would be appreciated.

kind regards
gernot

2 Attachments

Discussion

  • Adrian Rasik

    Adrian Rasik - 2015-12-26

    Hi Gernot,

    i have same problem with a last version of controls in DX10 Seattle. Do You have a solution?
    Thank You!

    kind regards
    Adrian

     
  • GJB

    GJB - 2015-12-27

    Hello

    And unfortunately not. Babak wanted to look into this but I know that his time is limited


    Gernot

     
  • Vitaliy Zheltov

    Vitaliy Zheltov - 2016-01-22

    By creating a NavigationControllerPage dynamically, the problem does not exist. I'v tried to found the problem place in the code, unfortunately without success.
    Can someone help to find the problem?
    HELP!

     
  • Adrian Rasik

    Adrian Rasik - 2016-01-25

    I think this information can contribute to resolving of the problem:

    UINavigationController will alter the height of its UINavigationBar to either 44 points or 64 points, depending on a rather strange and undocumented set of constraints. If the UINavigationController detects that the top of its view’s frame is visually contiguous with its UIWindow’s top, then it draws its navigation bar with a height of 64 points. If its view’s top is not contiguous with the UIWindow’s top (even if off by only one point), then it draws its navigation bar in the “traditional” way with a height of 44 points. This logic is performed by UINavigationController even if it is several children down inside the view controller hierarchy of your application.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.