AnthonyWhitakerJr / WFReliquary

Companion app for Warframe game. Allows users to anticipate results of fissure missions.
1 stars 1 forks source link

Fix table insets on favorites view #28

Closed AnthonyWhitakerJr closed 8 years ago

AnthonyWhitakerJr commented 8 years ago

For whatever reason, the tab bar is overlapping the bottom of the favorites table preventing access to the last couple rows. What is most curious is that the rewards table is identically configured and does not have this issue.

Will likely need to add insets to table & scrolling.

AnthonyWhitakerJr commented 8 years ago

There was a checkbox in the storyboard that allowed me to stop the table from going under the bottom view. This does have the side effect of slightly changing the color of the tab bar though. Will try turning it back on if I decide to enclose favorites in a navigation controller.