HarshilShah / NotchKit

A simple way to hide the notch on the iPhone X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About OC

LJYes opened this issue · comments

commented

Do you have a OC version?

@LJYes OC also can use this framework directly:

@import NotchKit;

...

self.window = [[NotchKitWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];