xcode - IOS - Translucent Navigation Bar over content -
i have tableview
uiimage
in header. what accomplish same twitters profile page. translucent navigation bar on cover image. have done far navigationbar.translucent = true
, set coverimage.frame.origin.x = -50
navigationbar still not go on image , image gets cut off. thanks
uitableviewcontroller
adjusts content inset start of content begins @ bottom edge of navigation bar.
you can uncheck view controller's adjust scroll view insets property, stop tableview content being inset. (this affect both top , bottom bars.)
Comments
Post a Comment