This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
UINavigationBar overlays top table view cell when isInverted
is set to false
#642
Closed
4 tasks done
Description
Navigation bar hides the very top cell when
isInverted
flag is set tofalse
.Reproducible in:
SlackTextViewController version: master branch (commit: d5e01fc)
iOS version(s): iOS 11
Device(s): any
Steps to reproduce:
self.isInverted = true
toself.isInverted = false
Expected result:
Top table view cell should be below navigation bar
Actual result:
Top table view cell is behind navigation bar
Attachments:
https://www.dropbox.com/s/z3z9y3qyvtxrfaj/slacklib.mov?dl=0
The text was updated successfully, but these errors were encountered: