yudib

Results 7 comments of yudib

Please help on this. I am having the same issue. @LegoTechApps @PacoIntelectiva

cc @cksharma11

I solved this by adding: #pragma mark Orienation -(void) layoutSubviews { [super layoutSubviews]; // your code here... [self setCenter:APPDELEGATE.window.center]; self.overlayView.frame = APPDELEGATE.window.frame; }

Thanks for the response, I am trying to install the library using the source code on mac. using pip install . Getting below error, please suggest what I might have...