All Projects → tarunon → XWorkarounds

tarunon / XWorkarounds

Licence: other
Workaround for iPhoneX/iOS11

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

XWorkarounds

Workarounds for iPhoneX/iOS11

1. Fullscreen Modal

Description

Long time we know that Fullscreen Modal ViewController broken parent and self layout when come from NavigationController. iPhoneX fixed, but we will suffer that behavior in iPhone8(or below). FullscreenViewController fix it, and support call statusbar also.

Usage

let vc = FullscreenViewController(with: MyFullscreenViewController())

2. TabBarController's tabBar hidden

Description

Adding TabBarController.setTabBarHidden(_:animated:), and full fix support safearea. The TabBarController work well in iPhoneX also, please try out!

Usage

let tabBarController = TabBarController() // or, set class on your Storyboard.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].