HiDungLing
HiDungLing

Reputation: 247

Odd behavior when pushing viewController from embedded navigation controller

Im sorry I don't have any real code for this but maybe I can give a helpful example.Let's say I have two VCs (#1 and #2) that consist of a full screen table view. In #1, I have enough cells to fill the entire view but #2 doesn't. When transition from #1 to #2 I see the bottom of #1 until #2 is fully in view. I Have included a video to showcase example.

enter image description here

Upvotes: 1

Views: 88

Answers (1)

Ali Ihsan URAL
Ali Ihsan URAL

Reputation: 1974

CalendarVC

Use white background

self.view.backgroundColor = .white

First VC

Apple clipToBounds to Menu Images

Upvotes: 1

Related Questions