I am working with iOS swift application , I have create a custom view . I want that view will display on bottom/ below of my navigation controller.
I have below case for that view:
- Portrait with Navigation controller
- Landscape with Navigation controller
- Portrait without Navigation controller
- Landscape without Navigation controller
If I have navigation controller it display bottom of that if I have not navigation controller it display bottom of status bar accordingly.